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