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