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