]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
* archures.c: Add some more MSP430 machine numbers.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
13761a11
NC
12013-05-02 Nick Clifton <nickc@redhat.com>
2
3 * config/tc-msp430.c: Add support for the MSP430X architecture.
4 Add code to insert a NOP instruction after any instruction that
5 might change the interrupt state.
6 Add support for the LARGE memory model.
7 Add code to initialise the .MSP430.attributes section.
8 * config/tc-msp430.h: Add support for the MSP430X architecture.
9 * doc/c-msp430.texi: Document the new -mL and -mN command line
10 options.
11 * NEWS: Mention support for the MSP430X architecture.
12
df26367c
MR
132013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
14
15 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
16 alpha*-*-linux*ecoff*.
17
f02d8318
CF
182013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
19
20 * config/tc-mips.c (mips_ip): Add sizelo.
21 For "+C", "+G", and "+H", set sizelo and compare against it.
22
b40bf0a2
NC
232013-04-29 Nick Clifton <nickc@redhat.com>
24
25 * as.c (Options): Add -gdwarf-sections.
26 (parse_args): Likewise.
27 * as.h (flag_dwarf_sections): Declare.
28 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
29 (process_entries): When -gdwarf-sections is enabled generate
30 fragmentary .debug_line sections.
31 (out_debug_line): Set the section for the .debug_line section end
32 symbol.
33 * doc/as.texinfo: Document -gdwarf-sections.
34 * NEWS: Mention -gdwarf-sections.
35
8eeccb77 362013-04-26 Christian Groessler <chris@groessler.org>
00a3147e
CG
37
38 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
39 according to the target parameter. Don't call s_segm since s_segm
40 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
41 initialized yet.
42 (md_begin): Call s_segm according to target parameter from command
43 line.
44
49926cd0
AM
452013-04-25 Alan Modra <amodra@gmail.com>
46
47 * configure.in: Allow little-endian linux.
48 * configure: Regenerate.
49
e3031850
SL
502013-04-24 Sandra Loosemore <sandra@codesourcery.com>
51
52 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
53 "fstatus" control register to "eccinj".
54
cb948fc0
KT
552013-04-19 Kai Tietz <ktietz@redhat.com>
56
57 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
58
4455e9ad
JB
592013-04-15 Julian Brown <julian@codesourcery.com>
60
61 * expr.c (add_to_result, subtract_from_result): Make global.
62 * expr.h (add_to_result, subtract_from_result): Add prototypes.
63 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
64 subtract_from_result to handle extra bit of precision for .sleb128
65 directive operands.
66
956a6ba3
JB
672013-04-10 Julian Brown <julian@codesourcery.com>
68
69 * read.c (convert_to_bignum): Add sign parameter. Use it
70 instead of X_unsigned to determine sign of resulting bignum.
71 (emit_expr): Pass extra argument to convert_to_bignum.
72 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
73 X_extrabit to convert_to_bignum.
74 (parse_bitfield_cons): Set X_extrabit.
75 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
76 Initialise X_extrabit field as appropriate.
77 (add_to_result): New.
78 (subtract_from_result): New.
79 (expr): Use above.
80 * expr.h (expressionS): Add X_extrabit field.
81
eb9f3f00
JB
822013-04-10 Jan Beulich <jbeulich@suse.com>
83
84 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
85 register being PC when is_t or writeback, and use distinct
86 diagnostic for the latter case.
87
ccb84d65
JB
882013-04-10 Jan Beulich <jbeulich@suse.com>
89
90 * gas/config/tc-arm.c (parse_operands): Re-write
91 po_barrier_or_imm().
92 (do_barrier): Remove bogus constraint().
93 (do_t_barrier): Remove.
94
4d13caa0
NC
952013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
96
97 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
98 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
99 ATmega2564RFR2
100 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
101
16d02dc9
JB
1022013-04-09 Jan Beulich <jbeulich@suse.com>
103
104 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
105 Use local variable Rt in more places.
106 (do_vmsr): Accept all control registers.
107
05ac0ffb
JB
1082013-04-09 Jan Beulich <jbeulich@suse.com>
109
110 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
111 if there was none specified for moves between scalar and core
112 register.
113
2d51fb74
JB
1142013-04-09 Jan Beulich <jbeulich@suse.com>
115
116 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
117 NEON_ALL_LANES case.
118
94dcf8bf
JB
1192013-04-08 Jan Beulich <jbeulich@suse.com>
120
121 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
122 PC-relative VSTR.
123
1472d06f
JB
1242013-04-08 Jan Beulich <jbeulich@suse.com>
125
126 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
127 entry to sp_fiq.
128
0c76cae8
AM
1292013-04-03 Alan Modra <amodra@gmail.com>
130
131 * doc/as.texinfo: Add support to generate man options for h8300.
132 * doc/c-h8300.texi: Likewise.
133
92eb40d9
RR
1342013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
135
136 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
137 Cortex-A57.
138
51dcdd4d
NC
1392013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
140
141 PR binutils/15068
142 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
143
c5d685bf
NC
1442013-03-26 Nick Clifton <nickc@redhat.com>
145
9b978282
NC
146 PR gas/15295
147 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
148 start of the file each time.
149
c5d685bf
NC
150 PR gas/15178
151 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
152 FreeBSD targets.
153
9699c833
TG
1542013-03-26 Douglas B Rupp <rupp@gnat.com>
155
156 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
157 after fixup.
158
4755303e
WN
1592013-03-21 Will Newton <will.newton@linaro.org>
160
161 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
162 pc-relative str instructions in Thumb mode.
163
81f5558e
NC
1642013-03-21 Michael Schewe <michael.schewe@gmx.net>
165
166 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
167 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
168 R_H8_DISP32A16.
169 * config/tc-h8300.h: Remove duplicated defines.
170
71863e73
NC
1712013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
172
173 PR gas/15282
174 * tc-avr.c (mcu_has_3_byte_pc): New function.
175 (tc_cfi_frame_initial_instructions): Call it to find return
176 address size.
177
795b8e6b
NC
1782013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
179
180 PR gas/15095
181 * config/tc-tic6x.c (tic6x_try_encode): Handle
182 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
183 encode register pair numbers when required.
184
ba86b375
WN
1852013-03-15 Will Newton <will.newton@linaro.org>
186
187 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
188 in vstr in Thumb mode for pre-ARMv7 cores.
189
9e6f3811
AS
1902013-03-14 Andreas Schwab <schwab@suse.de>
191
192 * doc/c-arc.texi (ARC Directives): Revert last change and use
193 @itemize instead of @table.
194 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
195
b10bf8c5
NC
1962013-03-14 Nick Clifton <nickc@redhat.com>
197
198 PR gas/15273
199 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
200 NULL message, instead just check ARM_CPU_IS_ANY directly.
201
ba724cfc
NC
2022013-03-14 Nick Clifton <nickc@redhat.com>
203
204 PR gas/15212
9e6f3811 205 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
ba724cfc
NC
206 for table format.
207 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
208 to the @item directives.
209 (ARM-Neon-Alignment): Move to correct place in the document.
210 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
211 formatting.
212 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
213 @smallexample.
214
531a94fd
SL
2152013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
216
217 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
218 case. Add default BAD_CASE to switch.
219
dad60f8e
SL
2202013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
221
222 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
223 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
224
dd5181d5
KT
2252013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
226
227 * config/tc-arm.c (crc_ext_armv8): New feature set.
228 (UNPRED_REG): New macro.
229 (do_crc32_1): New function.
230 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
231 do_crc32ch, do_crc32cw): Likewise.
232 (TUEc): New macro.
233 (insns): Add entries for crc32 mnemonics.
234 (arm_extensions): Add entry for crc.
235
8e723a10
CLT
2362013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
237
238 * write.h (struct fix): Add fx_dot_frag field.
239 (dot_frag): Declare.
240 * write.c (dot_frag): New variable.
241 (fix_new_internal): Set fx_dot_frag field with dot_frag.
242 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
243 * expr.c (expr): Save value of frag_now in dot_frag when setting
244 dot_value.
245 * read.c (emit_expr): Likewise. Delete comments.
246
be05d201
L
2472013-03-07 H.J. Lu <hongjiu.lu@intel.com>
248
249 * config/tc-i386.c (flag_code_names): Removed.
250 (i386_index_check): Rewrote.
251
62b0d0d5
YZ
2522013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
253
254 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
255 add comment.
256 (aarch64_double_precision_fmovable): New function.
257 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
258 function; handle hexadecimal representation of IEEE754 encoding.
259 (parse_operands): Update the call to parse_aarch64_imm_float.
260
165de32a
L
2612013-02-28 H.J. Lu <hongjiu.lu@intel.com>
262
263 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
264 (check_hle): Updated.
265 (md_assemble): Likewise.
266 (parse_insn): Likewise.
267
d5de92cf
L
2682013-02-28 H.J. Lu <hongjiu.lu@intel.com>
269
270 * config/tc-i386.c (_i386_insn): Add rep_prefix.
9e6f3811 271 (md_assemble): Check if REP prefix is OK.
d5de92cf
L
272 (parse_insn): Remove expecting_string_instruction. Set
273 i.rep_prefix.
274
e60bb1dd
YZ
2752013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
276
277 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
278
aeebdd9b
YZ
2792013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
280
281 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
282 for system registers.
283
4107ae22
DD
2842013-02-27 DJ Delorie <dj@redhat.com>
285
286 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
287 (rl78_op): Handle %code().
288 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
289 (tc_gen_reloc): Likwise; convert to a computed reloc.
290 (md_apply_fix): Likewise.
291
151fa98f
NC
2922013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
293
294 * config/rl78-parse.y: Fix encoding of DIVWU insn.
295
70a8bc5b 2962013-02-25 Terry Guo <terry.guo@arm.com>
297
298 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
299 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
300 list of accepted CPUs.
301
5c111e37
L
3022013-02-19 H.J. Lu <hongjiu.lu@intel.com>
303
304 PR gas/15159
305 * config/tc-i386.c (cpu_arch): Add ".smap".
306
307 * doc/c-i386.texi: Document smap.
308
8a75745d
MR
3092013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
310
311 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
312 mips_assembling_insn appropriately.
313 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
314
79850f26
MR
3152013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
316
cf29fc61 317 * config/tc-mips.c (append_insn): Correct indentation, remove
79850f26
MR
318 extraneous braces.
319
4c261dff
NC
3202013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
321
5c111e37 322 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
4c261dff 323
ea33f281
NC
3242013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
325
326 * configure.tgt: Add nios2-*-rtems*.
327
a1ccaec9
YZ
3282013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
329
330 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
331 NULL.
332
0aa27725
RS
3332013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
334
335 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
336 (macro): Use it. Assert that trunc.w.s is not used for r5900.
337
da4339ed
NC
3382013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
339
340 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
341 core.
342
36591ba1 3432013-02-06 Sandra Loosemore <sandra@codesourcery.com>
5c111e37 344 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
345
346 Based on patches from Altera Corporation.
347
348 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
349 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
350 * Makefile.in: Regenerated.
351 * configure.tgt: Add case for nios2*-linux*.
352 * config/obj-elf.c: Conditionally include elf/nios2.h.
353 * config/tc-nios2.c: New file.
354 * config/tc-nios2.h: New file.
355 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
356 * doc/Makefile.in: Regenerated.
357 * doc/all.texi: Set NIOSII.
358 * doc/as.texinfo (Overview): Add Nios II options.
359 (Machine Dependencies): Include c-nios2.texi.
360 * doc/c-nios2.texi: New file.
361 * NEWS: Note Altera Nios II support.
362
94d4433a
AM
3632013-02-06 Alan Modra <amodra@gmail.com>
364
365 PR gas/14255
366 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
367 Don't skip fixups with fx_subsy non-NULL.
368 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
369 with fx_subsy non-NULL.
370
ace9af6f
L
3712013-02-04 H.J. Lu <hongjiu.lu@intel.com>
372
373 * doc/c-metag.texi: Add "@c man" markers.
374
89d67ed9
AM
3752013-02-04 Alan Modra <amodra@gmail.com>
376
377 * write.c (fixup_segment): Return void. Delete seg_reloc_count
378 related code.
379 (TC_ADJUST_RELOC_COUNT): Delete.
380 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
381
89072bd6
AM
3822013-02-04 Alan Modra <amodra@gmail.com>
383
384 * po/POTFILES.in: Regenerate.
385
f9b2d544
NC
3862013-01-30 Markos Chandras <markos.chandras@imgtec.com>
387
388 * config/tc-metag.c: Make SWAP instruction less permissive with
389 its operands.
390
392ca752
DD
3912013-01-29 DJ Delorie <dj@redhat.com>
392
393 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
394 relocs in .word/.etc statements.
395
427d0db6
RM
3962013-01-29 Roland McGrath <mcgrathr@google.com>
397
398 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
399 immediate value for 8-bit offset" error so it shows line info.
400
4faf939a
JM
4012013-01-24 Joseph Myers <joseph@codesourcery.com>
402
403 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
404 for 64-bit output.
405
78c8d46c
NC
4062013-01-24 Nick Clifton <nickc@redhat.com>
407
408 * config/tc-v850.c: Add support for e3v5 architecture.
409 * doc/c-v850.texi: Mention new support.
410
fb5b7503
NC
4112013-01-23 Nick Clifton <nickc@redhat.com>
412
413 PR gas/15039
414 * config/tc-avr.c: Include dwarf2dbg.h.
415
8ce3d284
L
4162013-01-18 H.J. Lu <hongjiu.lu@intel.com>
417
418 * config/tc-i386.c (reloc): Support size relocation only for ELF.
419 (tc_i386_fix_adjustable): Likewise.
420 (lex_got): Likewise.
421 (tc_gen_reloc): Likewise.
422
f5555712
YZ
4232013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
424
425 * config/tc-aarch64.c (output_operand_error_record): Change to output
426 the out-of-range error message as value-expected message if there is
427 only one single value in the expected range.
428 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
429 LSL #0 as a programmer-friendly feature.
430
8fd4256d
L
4312013-01-16 H.J. Lu <hongjiu.lu@intel.com>
432
433 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
434 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
435 BFD_RELOC_64_SIZE relocations.
436 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
437 for it.
438 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
439 relocations against local symbols.
440
a5840dce
AM
4412013-01-16 Alan Modra <amodra@gmail.com>
442
443 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
444 finding some sort of toc syntax error, and break to avoid
445 compiler uninit warning.
446
af89796a
L
4472013-01-15 H.J. Lu <hongjiu.lu@intel.com>
448
449 PR gas/15019
450 * config/tc-i386.c (lex_got): Increment length by 1 if the
451 relocation token is removed.
452
dd42f060
NC
4532013-01-15 Nick Clifton <nickc@redhat.com>
454
455 * config/tc-v850.c (md_assemble): Allow signed values for
456 V850E_IMMEDIATE.
457
464e3686
SK
4582013-01-11 Sean Keys <skeys@ipdatasys.com>
459
460 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 461 git to cvs.
464e3686 462
5817ffd1
PB
4632013-01-10 Peter Bergner <bergner@vnet.ibm.com>
464
465 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
466 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
467 * config/tc-ppc.c (md_show_usage): Likewise.
468 (ppc_handle_align): Handle power8's group ending nop.
469
f4b1f6a9
SK
4702013-01-10 Sean Keys <skeys@ipdatasys.com>
471
472 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 473 that the assember exits after the opcodes have been printed.
f4b1f6a9 474
34bca508
L
4752013-01-10 H.J. Lu <hongjiu.lu@intel.com>
476
477 * app.c: Remove trailing white spaces.
478 * as.c: Likewise.
479 * as.h: Likewise.
480 * cond.c: Likewise.
481 * dw2gencfi.c: Likewise.
482 * dwarf2dbg.h: Likewise.
483 * ecoff.c: Likewise.
484 * input-file.c: Likewise.
485 * itbl-lex.h: Likewise.
486 * output-file.c: Likewise.
487 * read.c: Likewise.
488 * sb.c: Likewise.
489 * subsegs.c: Likewise.
490 * symbols.c: Likewise.
491 * write.c: Likewise.
492 * config/tc-i386.c: Likewise.
493 * doc/Makefile.am: Likewise.
494 * doc/Makefile.in: Likewise.
495 * doc/c-aarch64.texi: Likewise.
496 * doc/c-alpha.texi: Likewise.
497 * doc/c-arc.texi: Likewise.
498 * doc/c-arm.texi: Likewise.
499 * doc/c-avr.texi: Likewise.
500 * doc/c-bfin.texi: Likewise.
501 * doc/c-cr16.texi: Likewise.
502 * doc/c-d10v.texi: Likewise.
503 * doc/c-d30v.texi: Likewise.
504 * doc/c-h8300.texi: Likewise.
505 * doc/c-hppa.texi: Likewise.
506 * doc/c-i370.texi: Likewise.
507 * doc/c-i386.texi: Likewise.
508 * doc/c-i860.texi: Likewise.
509 * doc/c-m32c.texi: Likewise.
510 * doc/c-m32r.texi: Likewise.
511 * doc/c-m68hc11.texi: Likewise.
512 * doc/c-m68k.texi: Likewise.
513 * doc/c-microblaze.texi: Likewise.
514 * doc/c-mips.texi: Likewise.
515 * doc/c-msp430.texi: Likewise.
516 * doc/c-mt.texi: Likewise.
517 * doc/c-s390.texi: Likewise.
518 * doc/c-score.texi: Likewise.
519 * doc/c-sh.texi: Likewise.
520 * doc/c-sh64.texi: Likewise.
521 * doc/c-tic54x.texi: Likewise.
522 * doc/c-tic6x.texi: Likewise.
523 * doc/c-v850.texi: Likewise.
524 * doc/c-xc16x.texi: Likewise.
525 * doc/c-xgate.texi: Likewise.
526 * doc/c-xtensa.texi: Likewise.
527 * doc/c-z80.texi: Likewise.
528 * doc/internals.texi: Likewise.
529
4c665b71
RM
5302013-01-10 Roland McGrath <mcgrathr@google.com>
531
532 * hash.c (hash_new_sized): Make it global.
533 * hash.h: Declare it.
534 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
535 pass a small size.
536
a3c62988
NC
5372013-01-10 Will Newton <will.newton@imgtec.com>
538
539 * Makefile.am: Add Meta.
540 * Makefile.in: Regenerate.
541 * config/tc-metag.c: New file.
542 * config/tc-metag.h: New file.
543 * configure.tgt: Add Meta.
544 * doc/Makefile.am: Add Meta.
545 * doc/Makefile.in: Regenerate.
546 * doc/all.texi: Add Meta.
547 * doc/as.texiinfo: Document Meta options.
548 * doc/c-metag.texi: New file.
549
b37df7c4
SE
5502013-01-09 Steve Ellcey <sellcey@mips.com>
551
552 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
553 calls.
554 * config/tc-mips.c (internalError): Remove, replace with abort.
555
a3251895
YZ
5562013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
557
558 * config/tc-aarch64.c (parse_operands): Change to compare the result
559 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
560
8ab8155f
NC
5612013-01-07 Nick Clifton <nickc@redhat.com>
562
563 PR gas/14887
564 * config/tc-arm.c (skip_past_char): Skip whitespace before the
565 anticipated character.
566 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
567 here as it is no longer needed.
568
a4ac1c42
AS
5692013-01-06 Andreas Schwab <schwab@linux-m68k.org>
570
571 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
572 * doc/c-score.texi (SCORE-Opts): Likewise.
573 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
574
e407c74b
NC
5752013-01-04 Juergen Urban <JuergenUrban@gmx.de>
576
577 * config/tc-mips.c: Add support for MIPS r5900.
578 Add M_LQ_AB and M_SQ_AB to support large values for instructions
579 lq and sq.
580 (can_swap_branch_p, get_append_method): Detect some conditional
581 short loops to fix a bug on the r5900 by NOP in the branch delay
582 slot.
583 (M_MUL): Support 3 operands in multu on r5900.
584 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
585 (s_mipsset): Force 32 bit floating point on r5900.
586 (mips_ip): Check parameter range of instructions mfps and mtps on
587 r5900.
588 * configure.in: Detect CPU type when target string contains r5900
589 (e.g. mips64r5900el-linux-gnu).
590
62658407
L
5912013-01-02 H.J. Lu <hongjiu.lu@intel.com>
592
593 * as.c (parse_args): Update copyright year to 2013.
594
95830fd1
YZ
5952013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
596
597 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
598 and "cortex57".
599
517bb291 6002013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 601
517bb291
NC
602 PR gas/14987
603 * config/tc-arm.c (parse_address_main): Skip whitespace before a
604 closing bracket.
d709e4e6 605
517bb291 606For older changes see ChangeLog-2012
08d56133 607\f
517bb291 608Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
609
610Copying and distribution of this file, with or without modification,
611are permitted in any medium without royalty provided the copyright
612notice and this notice are preserved.
613
08d56133
NC
614Local Variables:
615mode: change-log
616left-margin: 8
617fill-column: 74
618version-control: never
619End: