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