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