* common.h: Fix case of "Meta".
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2013-01-10 Will Newton <will.newton@imgtec.com>
2
3 * Makefile.am: Add Meta.
4 * Makefile.in: Regenerate.
5 * config/tc-metag.c: New file.
6 * config/tc-metag.h: New file.
7 * configure.tgt: Add Meta.
8 * doc/Makefile.am: Add Meta.
9 * doc/Makefile.in: Regenerate.
10 * doc/all.texi: Add Meta.
11 * doc/as.texiinfo: Document Meta options.
12 * doc/c-metag.texi: New file.
13
14 2013-01-09 Steve Ellcey <sellcey@mips.com>
15
16 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
17 calls.
18 * config/tc-mips.c (internalError): Remove, replace with abort.
19
20 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
21
22 * config/tc-aarch64.c (parse_operands): Change to compare the result
23 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
24
25 2013-01-07 Nick Clifton <nickc@redhat.com>
26
27 PR gas/14887
28 * config/tc-arm.c (skip_past_char): Skip whitespace before the
29 anticipated character.
30 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
31 here as it is no longer needed.
32
33 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
34
35 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
36 * doc/c-score.texi (SCORE-Opts): Likewise.
37 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
38
39 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
40
41 * config/tc-mips.c: Add support for MIPS r5900.
42 Add M_LQ_AB and M_SQ_AB to support large values for instructions
43 lq and sq.
44 (can_swap_branch_p, get_append_method): Detect some conditional
45 short loops to fix a bug on the r5900 by NOP in the branch delay
46 slot.
47 (M_MUL): Support 3 operands in multu on r5900.
48 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
49 (s_mipsset): Force 32 bit floating point on r5900.
50 (mips_ip): Check parameter range of instructions mfps and mtps on
51 r5900.
52 * configure.in: Detect CPU type when target string contains r5900
53 (e.g. mips64r5900el-linux-gnu).
54
55 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
56
57 * as.c (parse_args): Update copyright year to 2013.
58
59 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
60
61 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
62 and "cortex57".
63
64 2013-01-02 Nick Clifton <nickc@redhat.com>
65
66 PR gas/14987
67 * config/tc-arm.c (parse_address_main): Skip whitespace before a
68 closing bracket.
69
70 For older changes see ChangeLog-2012
71 \f
72 Copyright (C) 2013 Free Software Foundation, Inc.
73
74 Copying and distribution of this file, with or without modification,
75 are permitted in any medium without royalty provided the copyright
76 notice and this notice are preserved.
77
78 Local Variables:
79 mode: change-log
80 left-margin: 8
81 fill-column: 74
82 version-control: never
83 End:
This page took 0.034569 seconds and 4 git commands to generate.