]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
Fix -Wpointer-sign around strings/encoding conversions.
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
62b0d0d5
YZ
12013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
2
3 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
4 add comment.
5 (aarch64_double_precision_fmovable): New function.
6 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
7 function; handle hexadecimal representation of IEEE754 encoding.
8 (parse_operands): Update the call to parse_aarch64_imm_float.
9
165de32a
L
102013-02-28 H.J. Lu <hongjiu.lu@intel.com>
11
12 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
13 (check_hle): Updated.
14 (md_assemble): Likewise.
15 (parse_insn): Likewise.
16
d5de92cf
L
172013-02-28 H.J. Lu <hongjiu.lu@intel.com>
18
19 * config/tc-i386.c (_i386_insn): Add rep_prefix.
20 (md_assemble): Check if REP prefix is OK.
21 (parse_insn): Remove expecting_string_instruction. Set
22 i.rep_prefix.
23
e60bb1dd
YZ
242013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
25
26 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
27
aeebdd9b
YZ
282013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
29
30 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
31 for system registers.
32
4107ae22
DD
332013-02-27 DJ Delorie <dj@redhat.com>
34
35 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
36 (rl78_op): Handle %code().
37 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
38 (tc_gen_reloc): Likwise; convert to a computed reloc.
39 (md_apply_fix): Likewise.
40
151fa98f
NC
412013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
42
43 * config/rl78-parse.y: Fix encoding of DIVWU insn.
44
70a8bc5b 452013-02-25 Terry Guo <terry.guo@arm.com>
46
47 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
48 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
49 list of accepted CPUs.
50
5c111e37
L
512013-02-19 H.J. Lu <hongjiu.lu@intel.com>
52
53 PR gas/15159
54 * config/tc-i386.c (cpu_arch): Add ".smap".
55
56 * doc/c-i386.texi: Document smap.
57
8a75745d
MR
582013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
59
60 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
61 mips_assembling_insn appropriately.
62 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
63
79850f26
MR
642013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
65
cf29fc61 66 * config/tc-mips.c (append_insn): Correct indentation, remove
79850f26
MR
67 extraneous braces.
68
4c261dff
NC
692013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
70
5c111e37 71 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
4c261dff 72
ea33f281
NC
732013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
74
75 * configure.tgt: Add nios2-*-rtems*.
76
a1ccaec9
YZ
772013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
78
79 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
80 NULL.
81
0aa27725
RS
822013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
83
84 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
85 (macro): Use it. Assert that trunc.w.s is not used for r5900.
86
da4339ed
NC
872013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
88
89 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
90 core.
91
36591ba1 922013-02-06 Sandra Loosemore <sandra@codesourcery.com>
5c111e37 93 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
94
95 Based on patches from Altera Corporation.
96
97 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
98 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
99 * Makefile.in: Regenerated.
100 * configure.tgt: Add case for nios2*-linux*.
101 * config/obj-elf.c: Conditionally include elf/nios2.h.
102 * config/tc-nios2.c: New file.
103 * config/tc-nios2.h: New file.
104 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
105 * doc/Makefile.in: Regenerated.
106 * doc/all.texi: Set NIOSII.
107 * doc/as.texinfo (Overview): Add Nios II options.
108 (Machine Dependencies): Include c-nios2.texi.
109 * doc/c-nios2.texi: New file.
110 * NEWS: Note Altera Nios II support.
111
94d4433a
AM
1122013-02-06 Alan Modra <amodra@gmail.com>
113
114 PR gas/14255
115 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
116 Don't skip fixups with fx_subsy non-NULL.
117 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
118 with fx_subsy non-NULL.
119
ace9af6f
L
1202013-02-04 H.J. Lu <hongjiu.lu@intel.com>
121
122 * doc/c-metag.texi: Add "@c man" markers.
123
89d67ed9
AM
1242013-02-04 Alan Modra <amodra@gmail.com>
125
126 * write.c (fixup_segment): Return void. Delete seg_reloc_count
127 related code.
128 (TC_ADJUST_RELOC_COUNT): Delete.
129 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
130
89072bd6
AM
1312013-02-04 Alan Modra <amodra@gmail.com>
132
133 * po/POTFILES.in: Regenerate.
134
f9b2d544
NC
1352013-01-30 Markos Chandras <markos.chandras@imgtec.com>
136
137 * config/tc-metag.c: Make SWAP instruction less permissive with
138 its operands.
139
392ca752
DD
1402013-01-29 DJ Delorie <dj@redhat.com>
141
142 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
143 relocs in .word/.etc statements.
144
427d0db6
RM
1452013-01-29 Roland McGrath <mcgrathr@google.com>
146
147 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
148 immediate value for 8-bit offset" error so it shows line info.
149
4faf939a
JM
1502013-01-24 Joseph Myers <joseph@codesourcery.com>
151
152 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
153 for 64-bit output.
154
78c8d46c
NC
1552013-01-24 Nick Clifton <nickc@redhat.com>
156
157 * config/tc-v850.c: Add support for e3v5 architecture.
158 * doc/c-v850.texi: Mention new support.
159
fb5b7503
NC
1602013-01-23 Nick Clifton <nickc@redhat.com>
161
162 PR gas/15039
163 * config/tc-avr.c: Include dwarf2dbg.h.
164
8ce3d284
L
1652013-01-18 H.J. Lu <hongjiu.lu@intel.com>
166
167 * config/tc-i386.c (reloc): Support size relocation only for ELF.
168 (tc_i386_fix_adjustable): Likewise.
169 (lex_got): Likewise.
170 (tc_gen_reloc): Likewise.
171
f5555712
YZ
1722013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
173
174 * config/tc-aarch64.c (output_operand_error_record): Change to output
175 the out-of-range error message as value-expected message if there is
176 only one single value in the expected range.
177 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
178 LSL #0 as a programmer-friendly feature.
179
8fd4256d
L
1802013-01-16 H.J. Lu <hongjiu.lu@intel.com>
181
182 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
183 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
184 BFD_RELOC_64_SIZE relocations.
185 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
186 for it.
187 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
188 relocations against local symbols.
189
a5840dce
AM
1902013-01-16 Alan Modra <amodra@gmail.com>
191
192 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
193 finding some sort of toc syntax error, and break to avoid
194 compiler uninit warning.
195
af89796a
L
1962013-01-15 H.J. Lu <hongjiu.lu@intel.com>
197
198 PR gas/15019
199 * config/tc-i386.c (lex_got): Increment length by 1 if the
200 relocation token is removed.
201
dd42f060
NC
2022013-01-15 Nick Clifton <nickc@redhat.com>
203
204 * config/tc-v850.c (md_assemble): Allow signed values for
205 V850E_IMMEDIATE.
206
464e3686
SK
2072013-01-11 Sean Keys <skeys@ipdatasys.com>
208
209 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 210 git to cvs.
464e3686 211
5817ffd1
PB
2122013-01-10 Peter Bergner <bergner@vnet.ibm.com>
213
214 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
215 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
216 * config/tc-ppc.c (md_show_usage): Likewise.
217 (ppc_handle_align): Handle power8's group ending nop.
218
f4b1f6a9
SK
2192013-01-10 Sean Keys <skeys@ipdatasys.com>
220
221 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 222 that the assember exits after the opcodes have been printed.
f4b1f6a9 223
34bca508
L
2242013-01-10 H.J. Lu <hongjiu.lu@intel.com>
225
226 * app.c: Remove trailing white spaces.
227 * as.c: Likewise.
228 * as.h: Likewise.
229 * cond.c: Likewise.
230 * dw2gencfi.c: Likewise.
231 * dwarf2dbg.h: Likewise.
232 * ecoff.c: Likewise.
233 * input-file.c: Likewise.
234 * itbl-lex.h: Likewise.
235 * output-file.c: Likewise.
236 * read.c: Likewise.
237 * sb.c: Likewise.
238 * subsegs.c: Likewise.
239 * symbols.c: Likewise.
240 * write.c: Likewise.
241 * config/tc-i386.c: Likewise.
242 * doc/Makefile.am: Likewise.
243 * doc/Makefile.in: Likewise.
244 * doc/c-aarch64.texi: Likewise.
245 * doc/c-alpha.texi: Likewise.
246 * doc/c-arc.texi: Likewise.
247 * doc/c-arm.texi: Likewise.
248 * doc/c-avr.texi: Likewise.
249 * doc/c-bfin.texi: Likewise.
250 * doc/c-cr16.texi: Likewise.
251 * doc/c-d10v.texi: Likewise.
252 * doc/c-d30v.texi: Likewise.
253 * doc/c-h8300.texi: Likewise.
254 * doc/c-hppa.texi: Likewise.
255 * doc/c-i370.texi: Likewise.
256 * doc/c-i386.texi: Likewise.
257 * doc/c-i860.texi: Likewise.
258 * doc/c-m32c.texi: Likewise.
259 * doc/c-m32r.texi: Likewise.
260 * doc/c-m68hc11.texi: Likewise.
261 * doc/c-m68k.texi: Likewise.
262 * doc/c-microblaze.texi: Likewise.
263 * doc/c-mips.texi: Likewise.
264 * doc/c-msp430.texi: Likewise.
265 * doc/c-mt.texi: Likewise.
266 * doc/c-s390.texi: Likewise.
267 * doc/c-score.texi: Likewise.
268 * doc/c-sh.texi: Likewise.
269 * doc/c-sh64.texi: Likewise.
270 * doc/c-tic54x.texi: Likewise.
271 * doc/c-tic6x.texi: Likewise.
272 * doc/c-v850.texi: Likewise.
273 * doc/c-xc16x.texi: Likewise.
274 * doc/c-xgate.texi: Likewise.
275 * doc/c-xtensa.texi: Likewise.
276 * doc/c-z80.texi: Likewise.
277 * doc/internals.texi: Likewise.
278
4c665b71
RM
2792013-01-10 Roland McGrath <mcgrathr@google.com>
280
281 * hash.c (hash_new_sized): Make it global.
282 * hash.h: Declare it.
283 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
284 pass a small size.
285
a3c62988
NC
2862013-01-10 Will Newton <will.newton@imgtec.com>
287
288 * Makefile.am: Add Meta.
289 * Makefile.in: Regenerate.
290 * config/tc-metag.c: New file.
291 * config/tc-metag.h: New file.
292 * configure.tgt: Add Meta.
293 * doc/Makefile.am: Add Meta.
294 * doc/Makefile.in: Regenerate.
295 * doc/all.texi: Add Meta.
296 * doc/as.texiinfo: Document Meta options.
297 * doc/c-metag.texi: New file.
298
b37df7c4
SE
2992013-01-09 Steve Ellcey <sellcey@mips.com>
300
301 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
302 calls.
303 * config/tc-mips.c (internalError): Remove, replace with abort.
304
a3251895
YZ
3052013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
306
307 * config/tc-aarch64.c (parse_operands): Change to compare the result
308 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
309
8ab8155f
NC
3102013-01-07 Nick Clifton <nickc@redhat.com>
311
312 PR gas/14887
313 * config/tc-arm.c (skip_past_char): Skip whitespace before the
314 anticipated character.
315 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
316 here as it is no longer needed.
317
a4ac1c42
AS
3182013-01-06 Andreas Schwab <schwab@linux-m68k.org>
319
320 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
321 * doc/c-score.texi (SCORE-Opts): Likewise.
322 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
323
e407c74b
NC
3242013-01-04 Juergen Urban <JuergenUrban@gmx.de>
325
326 * config/tc-mips.c: Add support for MIPS r5900.
327 Add M_LQ_AB and M_SQ_AB to support large values for instructions
328 lq and sq.
329 (can_swap_branch_p, get_append_method): Detect some conditional
330 short loops to fix a bug on the r5900 by NOP in the branch delay
331 slot.
332 (M_MUL): Support 3 operands in multu on r5900.
333 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
334 (s_mipsset): Force 32 bit floating point on r5900.
335 (mips_ip): Check parameter range of instructions mfps and mtps on
336 r5900.
337 * configure.in: Detect CPU type when target string contains r5900
338 (e.g. mips64r5900el-linux-gnu).
339
62658407
L
3402013-01-02 H.J. Lu <hongjiu.lu@intel.com>
341
342 * as.c (parse_args): Update copyright year to 2013.
343
95830fd1
YZ
3442013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
345
346 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
347 and "cortex57".
348
517bb291 3492013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 350
517bb291
NC
351 PR gas/14987
352 * config/tc-arm.c (parse_address_main): Skip whitespace before a
353 closing bracket.
d709e4e6 354
517bb291 355For older changes see ChangeLog-2012
08d56133 356\f
517bb291 357Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
358
359Copying and distribution of this file, with or without modification,
360are permitted in any medium without royalty provided the copyright
361notice and this notice are preserved.
362
08d56133
NC
363Local Variables:
364mode: change-log
365left-margin: 8
366fill-column: 74
367version-control: never
368End: