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