e55763e733c36bee126caccfe9c715a11ce2e1a4
[external/binutils.git] / gas / ChangeLog
1 2013-01-10  Peter Bergner <bergner@vnet.ibm.com>
2
3         * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
4         * doc/c-ppc.texi (PowerPC-Opts):  Likewise.
5         * config/tc-ppc.c (md_show_usage): Likewise.
6         (ppc_handle_align): Handle power8's group ending nop.
7
8 2013-01-10  Sean Keys  <skeys@ipdatasys.com>
9
10         * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
11         that the assember exits after the opcodes have been printed.
12
13 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
14
15         * app.c: Remove trailing white spaces.
16         * as.c: Likewise.
17         * as.h: Likewise.
18         * cond.c: Likewise.
19         * dw2gencfi.c: Likewise.
20         * dwarf2dbg.h: Likewise.
21         * ecoff.c: Likewise.
22         * input-file.c: Likewise.
23         * itbl-lex.h: Likewise.
24         * output-file.c: Likewise.
25         * read.c: Likewise.
26         * sb.c: Likewise.
27         * subsegs.c: Likewise.
28         * symbols.c: Likewise.
29         * write.c: Likewise.
30         * config/tc-i386.c: Likewise.
31         * doc/Makefile.am: Likewise.
32         * doc/Makefile.in: Likewise.
33         * doc/c-aarch64.texi: Likewise.
34         * doc/c-alpha.texi: Likewise.
35         * doc/c-arc.texi: Likewise.
36         * doc/c-arm.texi: Likewise.
37         * doc/c-avr.texi: Likewise.
38         * doc/c-bfin.texi: Likewise.
39         * doc/c-cr16.texi: Likewise.
40         * doc/c-d10v.texi: Likewise.
41         * doc/c-d30v.texi: Likewise.
42         * doc/c-h8300.texi: Likewise.
43         * doc/c-hppa.texi: Likewise.
44         * doc/c-i370.texi: Likewise.
45         * doc/c-i386.texi: Likewise.
46         * doc/c-i860.texi: Likewise.
47         * doc/c-m32c.texi: Likewise.
48         * doc/c-m32r.texi: Likewise.
49         * doc/c-m68hc11.texi: Likewise.
50         * doc/c-m68k.texi: Likewise.
51         * doc/c-microblaze.texi: Likewise.
52         * doc/c-mips.texi: Likewise.
53         * doc/c-msp430.texi: Likewise.
54         * doc/c-mt.texi: Likewise.
55         * doc/c-s390.texi: Likewise.
56         * doc/c-score.texi: Likewise.
57         * doc/c-sh.texi: Likewise.
58         * doc/c-sh64.texi: Likewise.
59         * doc/c-tic54x.texi: Likewise.
60         * doc/c-tic6x.texi: Likewise.
61         * doc/c-v850.texi: Likewise.
62         * doc/c-xc16x.texi: Likewise.
63         * doc/c-xgate.texi: Likewise.
64         * doc/c-xtensa.texi: Likewise.
65         * doc/c-z80.texi: Likewise.
66         * doc/internals.texi: Likewise.
67
68 2013-01-10  Roland McGrath  <mcgrathr@google.com>
69
70         * hash.c (hash_new_sized): Make it global.
71         * hash.h: Declare it.
72         * macro.c (define_macro): Use hash_new_sized instead of hash_new,
73         pass a small size.
74
75 2013-01-10  Will Newton <will.newton@imgtec.com>
76
77         * Makefile.am: Add Meta.
78         * Makefile.in: Regenerate.
79         * config/tc-metag.c: New file.
80         * config/tc-metag.h: New file.
81         * configure.tgt: Add Meta.
82         * doc/Makefile.am: Add Meta.
83         * doc/Makefile.in: Regenerate.
84         * doc/all.texi: Add Meta.
85         * doc/as.texiinfo: Document Meta options.
86         * doc/c-metag.texi: New file.
87
88 2013-01-09  Steve Ellcey  <sellcey@mips.com>
89
90         * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
91         calls.
92         * config/tc-mips.c (internalError): Remove, replace with abort.
93
94 2013-01-08  Yufeng Zhang  <yufeng.zhang@arm.com>
95
96         * config/tc-aarch64.c (parse_operands): Change to compare the result
97         of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
98
99 2013-01-07  Nick Clifton  <nickc@redhat.com>
100
101         PR gas/14887
102         * config/tc-arm.c (skip_past_char): Skip whitespace before the
103         anticipated character.
104         * config/tc-arm.c (parse_address_main): Delete skip of whitespace
105         here as it is no longer needed.
106
107 2013-01-06  Andreas Schwab  <schwab@linux-m68k.org>
108
109         * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
110         * doc/c-score.texi (SCORE-Opts): Likewise.
111         * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
112
113 2013-01-04  Juergen Urban <JuergenUrban@gmx.de>
114
115         * config/tc-mips.c: Add support for MIPS r5900.
116         Add M_LQ_AB and M_SQ_AB to support large values for instructions
117         lq and sq.
118         (can_swap_branch_p, get_append_method): Detect some conditional
119         short loops to fix a bug on the r5900 by NOP in the branch delay
120         slot.
121         (M_MUL): Support 3 operands in multu on r5900.
122         (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
123         (s_mipsset): Force 32 bit floating point on r5900.
124         (mips_ip): Check parameter range of instructions mfps and mtps on
125         r5900.
126         * configure.in: Detect CPU type when target string contains r5900
127         (e.g. mips64r5900el-linux-gnu).
128
129 2013-01-02  H.J. Lu  <hongjiu.lu@intel.com>
130
131         * as.c (parse_args): Update copyright year to 2013.
132
133 2013-01-02  Yufeng Zhang  <yufeng.zhang@arm.com>
134
135         * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
136         and "cortex57".
137
138 2013-01-02  Nick Clifton  <nickc@redhat.com>
139
140         PR gas/14987
141         * config/tc-arm.c (parse_address_main): Skip whitespace before a
142         closing bracket.
143
144 For older changes see ChangeLog-2012
145 \f
146 Copyright (C) 2013 Free Software Foundation, Inc.
147
148 Copying and distribution of this file, with or without modification,
149 are permitted in any medium without royalty provided the copyright
150 notice and this notice are preserved.
151
152 Local Variables:
153 mode: change-log
154 left-margin: 8
155 fill-column: 74
156 version-control: never
157 End: