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