* config/tc-mips.c (append_insn): Correcting indentation, remove
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * config/tc-mips.c (append_insn): Correcting indentation, remove
4 extraneous braces.
5
6 2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
7
8 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
9
10 2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12 * configure.tgt: Add nios2-*-rtems*.
13
14 2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
15
16 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
17 NULL.
18
19 2013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
20
21 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
22 (macro): Use it. Assert that trunc.w.s is not used for r5900.
23
24 2013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
25
26 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
27 core.
28
29 2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
30 Andrew Jenner <andrew@codesourcery.com>
31
32 Based on patches from Altera Corporation.
33
34 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
35 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
36 * Makefile.in: Regenerated.
37 * configure.tgt: Add case for nios2*-linux*.
38 * config/obj-elf.c: Conditionally include elf/nios2.h.
39 * config/tc-nios2.c: New file.
40 * config/tc-nios2.h: New file.
41 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
42 * doc/Makefile.in: Regenerated.
43 * doc/all.texi: Set NIOSII.
44 * doc/as.texinfo (Overview): Add Nios II options.
45 (Machine Dependencies): Include c-nios2.texi.
46 * doc/c-nios2.texi: New file.
47 * NEWS: Note Altera Nios II support.
48
49 2013-02-06 Alan Modra <amodra@gmail.com>
50
51 PR gas/14255
52 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
53 Don't skip fixups with fx_subsy non-NULL.
54 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
55 with fx_subsy non-NULL.
56
57 2013-02-04 H.J. Lu <hongjiu.lu@intel.com>
58
59 * doc/c-metag.texi: Add "@c man" markers.
60
61 2013-02-04 Alan Modra <amodra@gmail.com>
62
63 * write.c (fixup_segment): Return void. Delete seg_reloc_count
64 related code.
65 (TC_ADJUST_RELOC_COUNT): Delete.
66 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
67
68 2013-02-04 Alan Modra <amodra@gmail.com>
69
70 * po/POTFILES.in: Regenerate.
71
72 2013-01-30 Markos Chandras <markos.chandras@imgtec.com>
73
74 * config/tc-metag.c: Make SWAP instruction less permissive with
75 its operands.
76
77 2013-01-29 DJ Delorie <dj@redhat.com>
78
79 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
80 relocs in .word/.etc statements.
81
82 2013-01-29 Roland McGrath <mcgrathr@google.com>
83
84 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
85 immediate value for 8-bit offset" error so it shows line info.
86
87 2013-01-24 Joseph Myers <joseph@codesourcery.com>
88
89 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
90 for 64-bit output.
91
92 2013-01-24 Nick Clifton <nickc@redhat.com>
93
94 * config/tc-v850.c: Add support for e3v5 architecture.
95 * doc/c-v850.texi: Mention new support.
96
97 2013-01-23 Nick Clifton <nickc@redhat.com>
98
99 PR gas/15039
100 * config/tc-avr.c: Include dwarf2dbg.h.
101
102 2013-01-18 H.J. Lu <hongjiu.lu@intel.com>
103
104 * config/tc-i386.c (reloc): Support size relocation only for ELF.
105 (tc_i386_fix_adjustable): Likewise.
106 (lex_got): Likewise.
107 (tc_gen_reloc): Likewise.
108
109 2013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
110
111 * config/tc-aarch64.c (output_operand_error_record): Change to output
112 the out-of-range error message as value-expected message if there is
113 only one single value in the expected range.
114 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
115 LSL #0 as a programmer-friendly feature.
116
117 2013-01-16 H.J. Lu <hongjiu.lu@intel.com>
118
119 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
120 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
121 BFD_RELOC_64_SIZE relocations.
122 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
123 for it.
124 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
125 relocations against local symbols.
126
127 2013-01-16 Alan Modra <amodra@gmail.com>
128
129 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
130 finding some sort of toc syntax error, and break to avoid
131 compiler uninit warning.
132
133 2013-01-15 H.J. Lu <hongjiu.lu@intel.com>
134
135 PR gas/15019
136 * config/tc-i386.c (lex_got): Increment length by 1 if the
137 relocation token is removed.
138
139 2013-01-15 Nick Clifton <nickc@redhat.com>
140
141 * config/tc-v850.c (md_assemble): Allow signed values for
142 V850E_IMMEDIATE.
143
144 2013-01-11 Sean Keys <skeys@ipdatasys.com>
145
146 * config/tc-xgate.c (md_begin): Fix mistake made when going from
147 git to cvs.
148
149 2013-01-10 Peter Bergner <bergner@vnet.ibm.com>
150
151 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
152 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
153 * config/tc-ppc.c (md_show_usage): Likewise.
154 (ppc_handle_align): Handle power8's group ending nop.
155
156 2013-01-10 Sean Keys <skeys@ipdatasys.com>
157
158 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
159 that the assember exits after the opcodes have been printed.
160
161 2013-01-10 H.J. Lu <hongjiu.lu@intel.com>
162
163 * app.c: Remove trailing white spaces.
164 * as.c: Likewise.
165 * as.h: Likewise.
166 * cond.c: Likewise.
167 * dw2gencfi.c: Likewise.
168 * dwarf2dbg.h: Likewise.
169 * ecoff.c: Likewise.
170 * input-file.c: Likewise.
171 * itbl-lex.h: Likewise.
172 * output-file.c: Likewise.
173 * read.c: Likewise.
174 * sb.c: Likewise.
175 * subsegs.c: Likewise.
176 * symbols.c: Likewise.
177 * write.c: Likewise.
178 * config/tc-i386.c: Likewise.
179 * doc/Makefile.am: Likewise.
180 * doc/Makefile.in: Likewise.
181 * doc/c-aarch64.texi: Likewise.
182 * doc/c-alpha.texi: Likewise.
183 * doc/c-arc.texi: Likewise.
184 * doc/c-arm.texi: Likewise.
185 * doc/c-avr.texi: Likewise.
186 * doc/c-bfin.texi: Likewise.
187 * doc/c-cr16.texi: Likewise.
188 * doc/c-d10v.texi: Likewise.
189 * doc/c-d30v.texi: Likewise.
190 * doc/c-h8300.texi: Likewise.
191 * doc/c-hppa.texi: Likewise.
192 * doc/c-i370.texi: Likewise.
193 * doc/c-i386.texi: Likewise.
194 * doc/c-i860.texi: Likewise.
195 * doc/c-m32c.texi: Likewise.
196 * doc/c-m32r.texi: Likewise.
197 * doc/c-m68hc11.texi: Likewise.
198 * doc/c-m68k.texi: Likewise.
199 * doc/c-microblaze.texi: Likewise.
200 * doc/c-mips.texi: Likewise.
201 * doc/c-msp430.texi: Likewise.
202 * doc/c-mt.texi: Likewise.
203 * doc/c-s390.texi: Likewise.
204 * doc/c-score.texi: Likewise.
205 * doc/c-sh.texi: Likewise.
206 * doc/c-sh64.texi: Likewise.
207 * doc/c-tic54x.texi: Likewise.
208 * doc/c-tic6x.texi: Likewise.
209 * doc/c-v850.texi: Likewise.
210 * doc/c-xc16x.texi: Likewise.
211 * doc/c-xgate.texi: Likewise.
212 * doc/c-xtensa.texi: Likewise.
213 * doc/c-z80.texi: Likewise.
214 * doc/internals.texi: Likewise.
215
216 2013-01-10 Roland McGrath <mcgrathr@google.com>
217
218 * hash.c (hash_new_sized): Make it global.
219 * hash.h: Declare it.
220 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
221 pass a small size.
222
223 2013-01-10 Will Newton <will.newton@imgtec.com>
224
225 * Makefile.am: Add Meta.
226 * Makefile.in: Regenerate.
227 * config/tc-metag.c: New file.
228 * config/tc-metag.h: New file.
229 * configure.tgt: Add Meta.
230 * doc/Makefile.am: Add Meta.
231 * doc/Makefile.in: Regenerate.
232 * doc/all.texi: Add Meta.
233 * doc/as.texiinfo: Document Meta options.
234 * doc/c-metag.texi: New file.
235
236 2013-01-09 Steve Ellcey <sellcey@mips.com>
237
238 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
239 calls.
240 * config/tc-mips.c (internalError): Remove, replace with abort.
241
242 2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
243
244 * config/tc-aarch64.c (parse_operands): Change to compare the result
245 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
246
247 2013-01-07 Nick Clifton <nickc@redhat.com>
248
249 PR gas/14887
250 * config/tc-arm.c (skip_past_char): Skip whitespace before the
251 anticipated character.
252 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
253 here as it is no longer needed.
254
255 2013-01-06 Andreas Schwab <schwab@linux-m68k.org>
256
257 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
258 * doc/c-score.texi (SCORE-Opts): Likewise.
259 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
260
261 2013-01-04 Juergen Urban <JuergenUrban@gmx.de>
262
263 * config/tc-mips.c: Add support for MIPS r5900.
264 Add M_LQ_AB and M_SQ_AB to support large values for instructions
265 lq and sq.
266 (can_swap_branch_p, get_append_method): Detect some conditional
267 short loops to fix a bug on the r5900 by NOP in the branch delay
268 slot.
269 (M_MUL): Support 3 operands in multu on r5900.
270 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
271 (s_mipsset): Force 32 bit floating point on r5900.
272 (mips_ip): Check parameter range of instructions mfps and mtps on
273 r5900.
274 * configure.in: Detect CPU type when target string contains r5900
275 (e.g. mips64r5900el-linux-gnu).
276
277 2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
278
279 * as.c (parse_args): Update copyright year to 2013.
280
281 2013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
282
283 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
284 and "cortex57".
285
286 2013-01-02 Nick Clifton <nickc@redhat.com>
287
288 PR gas/14987
289 * config/tc-arm.c (parse_address_main): Skip whitespace before a
290 closing bracket.
291
292 For older changes see ChangeLog-2012
293 \f
294 Copyright (C) 2013 Free Software Foundation, Inc.
295
296 Copying and distribution of this file, with or without modification,
297 are permitted in any medium without royalty provided the copyright
298 notice and this notice are preserved.
299
300 Local Variables:
301 mode: change-log
302 left-margin: 8
303 fill-column: 74
304 version-control: never
305 End:
This page took 0.037888 seconds and 5 git commands to generate.