* gas/config/tc-avr.c: Change ISA for devices with USB support to
[platform/upstream/binutils.git] / gas / ChangeLog
1 2013-06-01  George Thomas <george.thomas@atmel.com>
2
3         * gas/config/tc-avr.c: Change ISA for devices with USB support to
4         AVR_ISA_XMEGAU
5
6 2013-05-31  H.J. Lu  <hongjiu.lu@intel.com>
7
8         * config/tc-i386.c (md_begin): Don't align text/data/bss sections
9         for ELF.
10
11 2013-05-31  Paul Brook  <paul@codesourcery.com>
12
13         gas/
14         * config/tc-mips.c (s_ehword): New.
15
16 2013-05-30  Paul Brook  <paul@codesourcery.com>
17
18         * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
19
20 2013-05-29  Maciej W. Rozycki  <macro@codesourcery.com>
21
22         * write.c (resolve_reloc_expr_symbols): On REL targets don't
23         convert relocs who have no relocatable field either.  Rephrase
24         the conditional so that the PC-relative check is only applied
25         for REL targets.
26
27 2013-05-28  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
28
29         * config/tc-mips.c (macro) <ld>: Don't use $zero for address
30         calculation.
31
32 2013-05-28  Yufeng Zhang  <yufeng.zhang@arm.com>
33
34         * config/tc-aarch64.c (reloc_table): Update to use
35         BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of 
36         BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
37         (md_apply_fix): Likewise.
38         (aarch64_force_relocation): Likewise.
39
40 2013-05-28  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
41
42         * config/tc-arm.c (it_fsm_post_encode): Improve
43         warning messages about deprecated IT block formats.
44
45 2013-05-28  Marcus Shawcroft  <marcus.shawcroft@arm.com>
46
47         * config/tc-aarch64.c (md_apply_fix): Move value range checking
48         inside fx_done condition.
49
50 2013-05-22  Jürgen Urban  <JuergenUrban@gmx.de>
51
52         * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
53
54 2013-05-20  Peter Bergner <bergner@vnet.ibm.com>
55
56         * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
57         and clean up warning when using PRINT_OPCODE_TABLE.
58
59 2013-05-20  Alan Modra  <amodra@gmail.com>
60
61         * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
62         and data fixups performing shift/high adjust/sign extension on
63         fieldval.  Sink fx_pcrel handling and checks.  Use fixP->fx_size
64         when writing data fixups rather than recalculating size.
65
66 2013-05-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
67
68         * doc/c-msp430.texi: Fix typo.
69
70 2013-05-16  Tristan Gingold  <gingold@adacore.com>
71
72         * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
73         are also TOC symbols.
74
75 2013-05-16  Nick Clifton  <nickc@redhat.com>
76
77         * config/tc-msp430.c: Make -mmcu recognise more part numbers.
78         Add -mcpu command to specify core type.
79         * doc/c-msp430.texi: Update documentation.
80
81 2013-05-09  Andrew Pinski  <apinski@cavium.com>
82
83         * config/tc-mips.c (struct mips_set_options): New ase_virt field.
84         (mips_opts): Update for the new field.
85         (file_ase_virt): New variable.
86         (ISA_SUPPORTS_VIRT_ASE): New macro.
87         (ISA_SUPPORTS_VIRT64_ASE): New macro.
88         (MIPS_CPU_ASE_VIRT): New define.
89         (is_opcode_valid): Handle ase_virt.
90         (macro_build): Handle "+J".
91         (validate_mips_insn): Likewise.
92         (mips_ip): Likewise.
93         (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
94         (md_longopts): Add mvirt and mnovirt
95         (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
96         (mips_after_parse_args): Handle ase_virt field.
97         (s_mipsset): Handle "virt" and "novirt".
98         (mips_elf_final_processing): Add a comment about virt ASE might need
99         a new flag.
100         (md_show_usage): Print out the usage of -mvirt and mno-virt options.
101         * doc/c-mips.texi: Document -mvirt and -mno-virt.
102         Document ".set virt" and ".set novirt".
103
104 2013-05-09  Alan Modra  <amodra@gmail.com>
105
106         * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
107         control of operand flag bits.
108
109 2013-05-07  Alan Modra  <amodra@gmail.com>
110
111         * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
112         (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
113         (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
114         (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
115         (md_apply_fix): Set fx_no_overflow for assorted relocations.
116         Shift and sign-extend fieldval for use by some VLE reloc
117         operand->insert functions.
118
119 2013-05-06  Paul Brook  <paul@codesourcery.com>
120             Catherine Moore  <clm@codesourcery.com>
121
122         * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
123         (limited_pcrel_reloc_p): Likewise.
124         (md_apply_fix): Likewise.
125         (tc_gen_reloc): Likewise.
126
127 2013-05-06  Richard Sandiford  <rdsandiford@googlemail.com>
128
129         * config/tc-mips.c (limited_pcrel_reloc_p): New function.
130         (mips_fix_adjustable): Adjust pc-relative check to use
131         limited_pc_reloc_p.
132
133 2013-05-02  Richard Sandiford  <rdsandiford@googlemail.com>
134
135         * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
136         (s_mips_stab): Do not restrict to stabn only.
137
138 2013-05-02  Nick Clifton  <nickc@redhat.com>
139
140         * config/tc-msp430.c: Add support for the MSP430X architecture.
141         Add code to insert a NOP instruction after any instruction that
142         might change the interrupt state.
143         Add support for the LARGE memory model.
144         Add code to initialise the .MSP430.attributes section.
145         * config/tc-msp430.h: Add support for the MSP430X architecture.
146         * doc/c-msp430.texi: Document the new -mL and -mN command line
147         options.
148         * NEWS: Mention support for the MSP430X architecture.
149
150 2013-05-01  Maciej W. Rozycki  <macro@codesourcery.com>
151
152         * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
153         alpha*-*-linux*ecoff*.
154
155 2013-04-30  Chao-ying Fu  <Chao-ying.Fu@imgtec.com>
156
157         * config/tc-mips.c (mips_ip): Add sizelo.
158         For "+C", "+G", and "+H", set sizelo and compare against it.
159
160 2013-04-29  Nick Clifton  <nickc@redhat.com>
161
162         * as.c (Options): Add -gdwarf-sections.
163         (parse_args): Likewise.
164         * as.h (flag_dwarf_sections): Declare.
165         * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
166         (process_entries): When -gdwarf-sections is enabled generate
167         fragmentary .debug_line sections.
168         (out_debug_line): Set the section for the .debug_line section end
169         symbol.
170         * doc/as.texinfo: Document -gdwarf-sections.
171         * NEWS: Mention -gdwarf-sections.
172
173 2013-04-26  Christian Groessler  <chris@groessler.org>
174
175         * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
176         according to the target parameter.  Don't call s_segm since s_segm
177         calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
178         initialized yet.
179         (md_begin): Call s_segm according to target parameter from command
180         line.
181
182 2013-04-25  Alan Modra  <amodra@gmail.com>
183
184         * configure.in: Allow little-endian linux.
185         * configure: Regenerate.
186
187 2013-04-24  Sandra Loosemore  <sandra@codesourcery.com>
188
189         * config/tc-nios2.c (nios2_control_register_arg_p): Rename
190         "fstatus" control register to "eccinj".
191
192 2013-04-19  Kai Tietz  <ktietz@redhat.com>
193
194         * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
195
196 2013-04-15  Julian Brown  <julian@codesourcery.com>
197
198         * expr.c (add_to_result, subtract_from_result): Make global.
199         * expr.h (add_to_result, subtract_from_result): Add prototypes.
200         * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
201         subtract_from_result to handle extra bit of precision for .sleb128
202         directive operands.
203
204 2013-04-10  Julian Brown  <julian@codesourcery.com>
205
206         * read.c (convert_to_bignum): Add sign parameter. Use it
207         instead of X_unsigned to determine sign of resulting bignum.
208         (emit_expr): Pass extra argument to convert_to_bignum.
209         (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
210         X_extrabit to convert_to_bignum.
211         (parse_bitfield_cons): Set X_extrabit.
212         * expr.c (make_expr_symbol, expr_build_uconstant, operand):
213         Initialise X_extrabit field as appropriate.
214         (add_to_result): New.
215         (subtract_from_result): New.
216         (expr): Use above.
217         * expr.h (expressionS): Add X_extrabit field.
218
219 2013-04-10  Jan Beulich <jbeulich@suse.com>
220
221         * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
222         register being PC when is_t or writeback, and use distinct
223         diagnostic for the latter case.
224
225 2013-04-10  Jan Beulich <jbeulich@suse.com>
226
227         * gas/config/tc-arm.c (parse_operands): Re-write
228         po_barrier_or_imm().
229         (do_barrier): Remove bogus constraint().
230         (do_t_barrier): Remove.
231
232 2013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
233
234         * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
235         ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
236         ATmega2564RFR2
237         * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
238
239 2013-04-09  Jan Beulich <jbeulich@suse.com>
240
241         * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
242         Use local variable Rt in more places.
243         (do_vmsr): Accept all control registers.
244
245 2013-04-09  Jan Beulich <jbeulich@suse.com>
246
247         * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
248         if there was none specified for moves between scalar and core
249         register.
250
251 2013-04-09  Jan Beulich <jbeulich@suse.com>
252
253         * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
254         NEON_ALL_LANES case.
255
256 2013-04-08  Jan Beulich <jbeulich@suse.com>
257
258         * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
259         PC-relative VSTR.
260
261 2013-04-08  Jan Beulich <jbeulich@suse.com>
262
263         * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
264         entry to sp_fiq.
265
266 2013-04-03  Alan Modra  <amodra@gmail.com>
267
268         * doc/as.texinfo: Add support to generate man options for h8300.
269         * doc/c-h8300.texi: Likewise.
270
271 2013-03-28  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
272
273         * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
274         Cortex-A57.
275
276 2013-03-27  Alexis Deruelle  <alexis.deruelle@gmail.com>
277
278         PR binutils/15068
279         * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
280
281 2013-03-26  Nick Clifton  <nickc@redhat.com>
282
283         PR gas/15295
284         * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
285         start of the file each time.
286
287         PR gas/15178
288         * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
289         FreeBSD targets.
290
291 2013-03-26  Douglas B Rupp  <rupp@gnat.com>
292
293         * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
294         after fixup.
295
296 2013-03-21  Will Newton  <will.newton@linaro.org>
297
298         * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
299         pc-relative str instructions in Thumb mode.
300
301 2013-03-21  Michael Schewe  <michael.schewe@gmx.net>
302
303         * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
304         @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
305         R_H8_DISP32A16.
306         * config/tc-h8300.h: Remove duplicated defines.
307
308 2013-03-21  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
309
310         PR gas/15282
311         * tc-avr.c (mcu_has_3_byte_pc): New function.
312         (tc_cfi_frame_initial_instructions): Call it to find return
313         address size.
314
315 2013-03-20  Alexis Deruelle  <alexis.deruelle@gmail.com>
316
317         PR gas/15095
318         * config/tc-tic6x.c (tic6x_try_encode): Handle
319         tic6x_coding_dreg_(msb|lsb) field coding types and use it to
320         encode register pair numbers when required.
321
322 2013-03-15  Will Newton  <will.newton@linaro.org>
323
324         * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
325         in vstr in Thumb mode for pre-ARMv7 cores.
326
327 2013-03-14  Andreas Schwab  <schwab@suse.de>
328
329         * doc/c-arc.texi (ARC Directives): Revert last change and use
330         @itemize instead of @table.
331         * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
332
333 2013-03-14  Nick Clifton  <nickc@redhat.com>
334
335         PR gas/15273
336         * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
337         NULL message, instead just check ARM_CPU_IS_ANY directly.
338
339 2013-03-14  Nick Clifton  <nickc@redhat.com>
340
341         PR gas/15212
342         * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
343         for table format.
344         * doc/c-arm.texi (ARM-Instruction-Set): Likewise.  Also add text
345         to the @item directives.
346         (ARM-Neon-Alignment): Move to correct place in the document.
347         * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
348         formatting.
349         * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
350         @smallexample.
351
352 2013-03-12  Sebastian Huber <sebastian.huber@embedded-brains.de>
353
354         * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case.  Add 'o'
355         case.  Add default BAD_CASE to switch.
356
357 2013-03-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
358
359         * config/tc-nios2.c (nios2_assemble_args_ds): New function.
360         (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
361
362 2013-03-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
363
364         * config/tc-arm.c (crc_ext_armv8): New feature set.
365         (UNPRED_REG): New macro.
366         (do_crc32_1): New function.
367         (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
368         do_crc32ch, do_crc32cw): Likewise.
369         (TUEc): New macro.
370         (insns): Add entries for crc32 mnemonics.
371         (arm_extensions): Add entry for crc.
372
373 2013-03-08  Chung-Lin Tang  <cltang@codesourcery.com>
374
375         * write.h (struct fix): Add fx_dot_frag field.
376         (dot_frag): Declare.
377         * write.c (dot_frag): New variable.
378         (fix_new_internal): Set fx_dot_frag field with dot_frag.
379         (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
380         * expr.c (expr): Save value of frag_now in dot_frag when setting
381         dot_value.
382         * read.c (emit_expr): Likewise. Delete comments.
383
384 2013-03-07  H.J. Lu  <hongjiu.lu@intel.com>
385
386         * config/tc-i386.c (flag_code_names): Removed.
387         (i386_index_check): Rewrote.
388
389 2013-03-05  Yufeng Zhang  <yufeng.zhang@arm.com>
390
391         * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
392         add comment.
393         (aarch64_double_precision_fmovable): New function.
394         (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
395         function; handle hexadecimal representation of IEEE754 encoding.
396         (parse_operands): Update the call to parse_aarch64_imm_float.
397
398 2013-02-28  H.J. Lu  <hongjiu.lu@intel.com>
399
400         * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
401         (check_hle): Updated.
402         (md_assemble): Likewise.
403         (parse_insn): Likewise.
404
405 2013-02-28  H.J. Lu  <hongjiu.lu@intel.com>
406
407         * config/tc-i386.c (_i386_insn): Add rep_prefix.
408         (md_assemble): Check if REP prefix is OK.
409         (parse_insn): Remove expecting_string_instruction.  Set
410         i.rep_prefix.
411
412 2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
413
414         * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
415
416 2013-02-28  Yufeng Zhang  <yufeng.zhang@arm.com>
417
418         * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
419         for system registers.
420
421 2013-02-27  DJ Delorie  <dj@redhat.com>
422
423         * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
424         (rl78_op): Handle %code().
425         (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
426         (tc_gen_reloc): Likwise; convert to a computed reloc.
427         (md_apply_fix): Likewise.
428
429 2013-02-25  Kaushik Phatak  <Kaushik.Phatak@kpitcummins.com>
430
431         * config/rl78-parse.y: Fix encoding of DIVWU insn.
432
433 2013-02-25  Terry Guo  <terry.guo@arm.com>
434
435         * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
436         * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
437         list of accepted CPUs.
438
439 2013-02-19  H.J. Lu  <hongjiu.lu@intel.com>
440
441         PR gas/15159
442         * config/tc-i386.c (cpu_arch): Add ".smap".
443
444         * doc/c-i386.texi: Document smap.
445
446 2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
447
448         * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
449         mips_assembling_insn appropriately.
450         (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
451
452 2013-02-18  Maciej W. Rozycki  <macro@codesourcery.com>
453
454         * config/tc-mips.c (append_insn): Correct indentation, remove
455         extraneous braces.
456
457 2013-02-15  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
458
459         * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
460
461 2013-02-15  Sebastian Huber  <sebastian.huber@embedded-brains.de>
462
463         * configure.tgt: Add nios2-*-rtems*.
464
465 2013-02-14  Yufeng Zhang  <yufeng.zhang@arm.com>
466
467         * config/tc-aarch64.c (md_begin): Change to check if 'name' is
468         NULL.
469
470 2013-02-09  Jürgen Urban  <JuergenUrban@gmx.de>
471
472         * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
473         (macro): Use it.  Assert that trunc.w.s is not used for r5900.
474
475 2013-02-08  Yi-Hsiu, Hsu  <ahsu@marvell.com>
476
477         * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
478         core.
479
480 2013-02-06  Sandra Loosemore  <sandra@codesourcery.com>
481             Andrew Jenner <andrew@codesourcery.com>
482
483         Based on patches from Altera Corporation.
484
485         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
486         (TARGET_CPU_HFILES): Add config/tc-nios2.h.
487         * Makefile.in: Regenerated.
488         * configure.tgt: Add case for nios2*-linux*.
489         * config/obj-elf.c: Conditionally include elf/nios2.h.
490         * config/tc-nios2.c: New file.
491         * config/tc-nios2.h: New file.
492         * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
493         * doc/Makefile.in: Regenerated.
494         * doc/all.texi: Set NIOSII.
495         * doc/as.texinfo (Overview): Add Nios II options.
496         (Machine Dependencies): Include c-nios2.texi.
497         * doc/c-nios2.texi: New file.
498         * NEWS: Note Altera Nios II support.
499
500 2013-02-06  Alan Modra  <amodra@gmail.com>
501
502         PR gas/14255
503         * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
504         Don't skip fixups with fx_subsy non-NULL.
505         * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
506         with fx_subsy non-NULL.
507
508 2013-02-04  H.J. Lu  <hongjiu.lu@intel.com>
509
510         * doc/c-metag.texi: Add "@c man" markers.
511
512 2013-02-04  Alan Modra  <amodra@gmail.com>
513
514         * write.c (fixup_segment): Return void.  Delete seg_reloc_count
515         related code.
516         (TC_ADJUST_RELOC_COUNT): Delete.
517         * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
518
519 2013-02-04  Alan Modra  <amodra@gmail.com>
520
521         * po/POTFILES.in: Regenerate.
522
523 2013-01-30  Markos Chandras  <markos.chandras@imgtec.com>
524
525         * config/tc-metag.c: Make SWAP instruction less permissive with
526         its operands.
527
528 2013-01-29  DJ Delorie  <dj@redhat.com>
529
530         * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
531         relocs in .word/.etc statements.
532
533 2013-01-29  Roland McGrath  <mcgrathr@google.com>
534
535         * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
536         immediate value for 8-bit offset" error so it shows line info.
537
538 2013-01-24  Joseph Myers  <joseph@codesourcery.com>
539
540         * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
541         for 64-bit output.
542
543 2013-01-24  Nick Clifton  <nickc@redhat.com>
544
545         * config/tc-v850.c: Add support for e3v5 architecture.
546         * doc/c-v850.texi: Mention new support.
547
548 2013-01-23  Nick Clifton  <nickc@redhat.com>
549
550         PR gas/15039
551         * config/tc-avr.c: Include dwarf2dbg.h.
552
553 2013-01-18  H.J. Lu  <hongjiu.lu@intel.com>
554
555         * config/tc-i386.c (reloc): Support size relocation only for ELF.
556         (tc_i386_fix_adjustable): Likewise.
557         (lex_got): Likewise.
558         (tc_gen_reloc): Likewise.
559
560 2013-01-17  Yufeng Zhang  <yufeng.zhang@arm.com>
561
562         * config/tc-aarch64.c (output_operand_error_record): Change to output
563         the out-of-range error message as value-expected message if there is
564         only one single value in the expected range.
565         (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
566         LSL #0 as a programmer-friendly feature.
567
568 2013-01-16  H.J. Lu  <hongjiu.lu@intel.com>
569
570         * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
571         (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
572         BFD_RELOC_64_SIZE relocations.
573         (lex_got): Support "symbol@SIZE" and don't create GOT symbol
574         for it.
575         (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
576         relocations against local symbols.
577
578 2013-01-16  Alan Modra  <amodra@gmail.com>
579
580         * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
581         finding some sort of toc syntax error, and break to avoid
582         compiler uninit warning.
583
584 2013-01-15  H.J. Lu  <hongjiu.lu@intel.com>
585
586         PR gas/15019
587         * config/tc-i386.c (lex_got): Increment length by 1 if the
588         relocation token is removed.
589
590 2013-01-15  Nick Clifton  <nickc@redhat.com>
591
592         * config/tc-v850.c (md_assemble): Allow signed values for
593         V850E_IMMEDIATE.
594
595 2013-01-11  Sean Keys  <skeys@ipdatasys.com>
596
597         * config/tc-xgate.c (md_begin): Fix mistake made when going from
598         git to cvs.
599
600 2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
601
602         * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
603         * doc/c-ppc.texi (PowerPC-Opts):  Likewise.
604         * config/tc-ppc.c (md_show_usage): Likewise.
605         (ppc_handle_align): Handle power8's group ending nop.
606
607 2013-01-10  Sean Keys  <skeys@ipdatasys.com>
608
609         * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
610         that the assember exits after the opcodes have been printed.
611
612 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
613
614         * app.c: Remove trailing white spaces.
615         * as.c: Likewise.
616         * as.h: Likewise.
617         * cond.c: Likewise.
618         * dw2gencfi.c: Likewise.
619         * dwarf2dbg.h: Likewise.
620         * ecoff.c: Likewise.
621         * input-file.c: Likewise.
622         * itbl-lex.h: Likewise.
623         * output-file.c: Likewise.
624         * read.c: Likewise.
625         * sb.c: Likewise.
626         * subsegs.c: Likewise.
627         * symbols.c: Likewise.
628         * write.c: Likewise.
629         * config/tc-i386.c: Likewise.
630         * doc/Makefile.am: Likewise.
631         * doc/Makefile.in: Likewise.
632         * doc/c-aarch64.texi: Likewise.
633         * doc/c-alpha.texi: Likewise.
634         * doc/c-arc.texi: Likewise.
635         * doc/c-arm.texi: Likewise.
636         * doc/c-avr.texi: Likewise.
637         * doc/c-bfin.texi: Likewise.
638         * doc/c-cr16.texi: Likewise.
639         * doc/c-d10v.texi: Likewise.
640         * doc/c-d30v.texi: Likewise.
641         * doc/c-h8300.texi: Likewise.
642         * doc/c-hppa.texi: Likewise.
643         * doc/c-i370.texi: Likewise.
644         * doc/c-i386.texi: Likewise.
645         * doc/c-i860.texi: Likewise.
646         * doc/c-m32c.texi: Likewise.
647         * doc/c-m32r.texi: Likewise.
648         * doc/c-m68hc11.texi: Likewise.
649         * doc/c-m68k.texi: Likewise.
650         * doc/c-microblaze.texi: Likewise.
651         * doc/c-mips.texi: Likewise.
652         * doc/c-msp430.texi: Likewise.
653         * doc/c-mt.texi: Likewise.
654         * doc/c-s390.texi: Likewise.
655         * doc/c-score.texi: Likewise.
656         * doc/c-sh.texi: Likewise.
657         * doc/c-sh64.texi: Likewise.
658         * doc/c-tic54x.texi: Likewise.
659         * doc/c-tic6x.texi: Likewise.
660         * doc/c-v850.texi: Likewise.
661         * doc/c-xc16x.texi: Likewise.
662         * doc/c-xgate.texi: Likewise.
663         * doc/c-xtensa.texi: Likewise.
664         * doc/c-z80.texi: Likewise.
665         * doc/internals.texi: Likewise.
666
667 2013-01-10  Roland McGrath  <mcgrathr@google.com>
668
669         * hash.c (hash_new_sized): Make it global.
670         * hash.h: Declare it.
671         * macro.c (define_macro): Use hash_new_sized instead of hash_new,
672         pass a small size.
673
674 2013-01-10  Will Newton <will.newton@imgtec.com>
675
676         * Makefile.am: Add Meta.
677         * Makefile.in: Regenerate.
678         * config/tc-metag.c: New file.
679         * config/tc-metag.h: New file.
680         * configure.tgt: Add Meta.
681         * doc/Makefile.am: Add Meta.
682         * doc/Makefile.in: Regenerate.
683         * doc/all.texi: Add Meta.
684         * doc/as.texiinfo: Document Meta options.
685         * doc/c-metag.texi: New file.
686
687 2013-01-09  Steve Ellcey  <sellcey@mips.com>
688
689         * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
690         calls.
691         * config/tc-mips.c (internalError): Remove, replace with abort.
692
693 2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
694
695         * config/tc-aarch64.c (parse_operands): Change to compare the result
696         of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
697
698 2013-01-07  Nick Clifton  <nickc@redhat.com>
699
700         PR gas/14887
701         * config/tc-arm.c (skip_past_char): Skip whitespace before the
702         anticipated character.
703         * config/tc-arm.c (parse_address_main): Delete skip of whitespace
704         here as it is no longer needed.
705
706 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
707
708         * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
709         * doc/c-score.texi (SCORE-Opts): Likewise.
710         * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
711
712 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
713
714         * config/tc-mips.c: Add support for MIPS r5900.
715         Add M_LQ_AB and M_SQ_AB to support large values for instructions
716         lq and sq.
717         (can_swap_branch_p, get_append_method): Detect some conditional
718         short loops to fix a bug on the r5900 by NOP in the branch delay
719         slot.
720         (M_MUL): Support 3 operands in multu on r5900.
721         (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
722         (s_mipsset): Force 32 bit floating point on r5900.
723         (mips_ip): Check parameter range of instructions mfps and mtps on
724         r5900.
725         * configure.in: Detect CPU type when target string contains r5900
726         (e.g. mips64r5900el-linux-gnu).
727
728 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
729
730         * as.c (parse_args): Update copyright year to 2013.
731
732 2013-01-02  Yufeng Zhang  <yufeng.zhang@arm.com>
733
734         * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
735         and "cortex57".
736
737 2013-01-02  Nick Clifton  <nickc@redhat.com>
738
739         PR gas/14987
740         * config/tc-arm.c (parse_address_main): Skip whitespace before a
741         closing bracket.
742
743 For older changes see ChangeLog-2012
744 \f
745 Copyright (C) 2013 Free Software Foundation, Inc.
746
747 Copying and distribution of this file, with or without modification,
748 are permitted in any medium without royalty provided the copyright
749 notice and this notice are preserved.
750
751 Local Variables:
752 mode: change-log
753 left-margin: 8
754 fill-column: 74
755 version-control: never
756 End: