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