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