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