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