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