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