]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
2013-02-04 Sergio Durigan Junior <sergiodj@redhat.com>
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
89d67ed9
AM
12013-02-04 Alan Modra <amodra@gmail.com>
2
3 * write.c (fixup_segment): Return void. Delete seg_reloc_count
4 related code.
5 (TC_ADJUST_RELOC_COUNT): Delete.
6 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
7
89072bd6
AM
82013-02-04 Alan Modra <amodra@gmail.com>
9
10 * po/POTFILES.in: Regenerate.
11
f9b2d544
NC
122013-01-30 Markos Chandras <markos.chandras@imgtec.com>
13
14 * config/tc-metag.c: Make SWAP instruction less permissive with
15 its operands.
16
392ca752
DD
172013-01-29 DJ Delorie <dj@redhat.com>
18
19 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
20 relocs in .word/.etc statements.
21
427d0db6
RM
222013-01-29 Roland McGrath <mcgrathr@google.com>
23
24 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
25 immediate value for 8-bit offset" error so it shows line info.
26
4faf939a
JM
272013-01-24 Joseph Myers <joseph@codesourcery.com>
28
29 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
30 for 64-bit output.
31
78c8d46c
NC
322013-01-24 Nick Clifton <nickc@redhat.com>
33
34 * config/tc-v850.c: Add support for e3v5 architecture.
35 * doc/c-v850.texi: Mention new support.
36
fb5b7503
NC
372013-01-23 Nick Clifton <nickc@redhat.com>
38
39 PR gas/15039
40 * config/tc-avr.c: Include dwarf2dbg.h.
41
8ce3d284
L
422013-01-18 H.J. Lu <hongjiu.lu@intel.com>
43
44 * config/tc-i386.c (reloc): Support size relocation only for ELF.
45 (tc_i386_fix_adjustable): Likewise.
46 (lex_got): Likewise.
47 (tc_gen_reloc): Likewise.
48
f5555712
YZ
492013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
50
51 * config/tc-aarch64.c (output_operand_error_record): Change to output
52 the out-of-range error message as value-expected message if there is
53 only one single value in the expected range.
54 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
55 LSL #0 as a programmer-friendly feature.
56
8fd4256d
L
572013-01-16 H.J. Lu <hongjiu.lu@intel.com>
58
59 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
60 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
61 BFD_RELOC_64_SIZE relocations.
62 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
63 for it.
64 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
65 relocations against local symbols.
66
a5840dce
AM
672013-01-16 Alan Modra <amodra@gmail.com>
68
69 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
70 finding some sort of toc syntax error, and break to avoid
71 compiler uninit warning.
72
af89796a
L
732013-01-15 H.J. Lu <hongjiu.lu@intel.com>
74
75 PR gas/15019
76 * config/tc-i386.c (lex_got): Increment length by 1 if the
77 relocation token is removed.
78
dd42f060
NC
792013-01-15 Nick Clifton <nickc@redhat.com>
80
81 * config/tc-v850.c (md_assemble): Allow signed values for
82 V850E_IMMEDIATE.
83
464e3686
SK
842013-01-11 Sean Keys <skeys@ipdatasys.com>
85
86 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 87 git to cvs.
464e3686 88
5817ffd1
PB
892013-01-10 Peter Bergner <bergner@vnet.ibm.com>
90
91 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
92 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
93 * config/tc-ppc.c (md_show_usage): Likewise.
94 (ppc_handle_align): Handle power8's group ending nop.
95
f4b1f6a9
SK
962013-01-10 Sean Keys <skeys@ipdatasys.com>
97
98 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 99 that the assember exits after the opcodes have been printed.
f4b1f6a9 100
34bca508
L
1012013-01-10 H.J. Lu <hongjiu.lu@intel.com>
102
103 * app.c: Remove trailing white spaces.
104 * as.c: Likewise.
105 * as.h: Likewise.
106 * cond.c: Likewise.
107 * dw2gencfi.c: Likewise.
108 * dwarf2dbg.h: Likewise.
109 * ecoff.c: Likewise.
110 * input-file.c: Likewise.
111 * itbl-lex.h: Likewise.
112 * output-file.c: Likewise.
113 * read.c: Likewise.
114 * sb.c: Likewise.
115 * subsegs.c: Likewise.
116 * symbols.c: Likewise.
117 * write.c: Likewise.
118 * config/tc-i386.c: Likewise.
119 * doc/Makefile.am: Likewise.
120 * doc/Makefile.in: Likewise.
121 * doc/c-aarch64.texi: Likewise.
122 * doc/c-alpha.texi: Likewise.
123 * doc/c-arc.texi: Likewise.
124 * doc/c-arm.texi: Likewise.
125 * doc/c-avr.texi: Likewise.
126 * doc/c-bfin.texi: Likewise.
127 * doc/c-cr16.texi: Likewise.
128 * doc/c-d10v.texi: Likewise.
129 * doc/c-d30v.texi: Likewise.
130 * doc/c-h8300.texi: Likewise.
131 * doc/c-hppa.texi: Likewise.
132 * doc/c-i370.texi: Likewise.
133 * doc/c-i386.texi: Likewise.
134 * doc/c-i860.texi: Likewise.
135 * doc/c-m32c.texi: Likewise.
136 * doc/c-m32r.texi: Likewise.
137 * doc/c-m68hc11.texi: Likewise.
138 * doc/c-m68k.texi: Likewise.
139 * doc/c-microblaze.texi: Likewise.
140 * doc/c-mips.texi: Likewise.
141 * doc/c-msp430.texi: Likewise.
142 * doc/c-mt.texi: Likewise.
143 * doc/c-s390.texi: Likewise.
144 * doc/c-score.texi: Likewise.
145 * doc/c-sh.texi: Likewise.
146 * doc/c-sh64.texi: Likewise.
147 * doc/c-tic54x.texi: Likewise.
148 * doc/c-tic6x.texi: Likewise.
149 * doc/c-v850.texi: Likewise.
150 * doc/c-xc16x.texi: Likewise.
151 * doc/c-xgate.texi: Likewise.
152 * doc/c-xtensa.texi: Likewise.
153 * doc/c-z80.texi: Likewise.
154 * doc/internals.texi: Likewise.
155
4c665b71
RM
1562013-01-10 Roland McGrath <mcgrathr@google.com>
157
158 * hash.c (hash_new_sized): Make it global.
159 * hash.h: Declare it.
160 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
161 pass a small size.
162
a3c62988
NC
1632013-01-10 Will Newton <will.newton@imgtec.com>
164
165 * Makefile.am: Add Meta.
166 * Makefile.in: Regenerate.
167 * config/tc-metag.c: New file.
168 * config/tc-metag.h: New file.
169 * configure.tgt: Add Meta.
170 * doc/Makefile.am: Add Meta.
171 * doc/Makefile.in: Regenerate.
172 * doc/all.texi: Add Meta.
173 * doc/as.texiinfo: Document Meta options.
174 * doc/c-metag.texi: New file.
175
b37df7c4
SE
1762013-01-09 Steve Ellcey <sellcey@mips.com>
177
178 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
179 calls.
180 * config/tc-mips.c (internalError): Remove, replace with abort.
181
a3251895
YZ
1822013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
183
184 * config/tc-aarch64.c (parse_operands): Change to compare the result
185 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
186
8ab8155f
NC
1872013-01-07 Nick Clifton <nickc@redhat.com>
188
189 PR gas/14887
190 * config/tc-arm.c (skip_past_char): Skip whitespace before the
191 anticipated character.
192 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
193 here as it is no longer needed.
194
a4ac1c42
AS
1952013-01-06 Andreas Schwab <schwab@linux-m68k.org>
196
197 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
198 * doc/c-score.texi (SCORE-Opts): Likewise.
199 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
200
e407c74b
NC
2012013-01-04 Juergen Urban <JuergenUrban@gmx.de>
202
203 * config/tc-mips.c: Add support for MIPS r5900.
204 Add M_LQ_AB and M_SQ_AB to support large values for instructions
205 lq and sq.
206 (can_swap_branch_p, get_append_method): Detect some conditional
207 short loops to fix a bug on the r5900 by NOP in the branch delay
208 slot.
209 (M_MUL): Support 3 operands in multu on r5900.
210 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
211 (s_mipsset): Force 32 bit floating point on r5900.
212 (mips_ip): Check parameter range of instructions mfps and mtps on
213 r5900.
214 * configure.in: Detect CPU type when target string contains r5900
215 (e.g. mips64r5900el-linux-gnu).
216
62658407
L
2172013-01-02 H.J. Lu <hongjiu.lu@intel.com>
218
219 * as.c (parse_args): Update copyright year to 2013.
220
95830fd1
YZ
2212013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
222
223 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
224 and "cortex57".
225
517bb291 2262013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 227
517bb291
NC
228 PR gas/14987
229 * config/tc-arm.c (parse_address_main): Skip whitespace before a
230 closing bracket.
d709e4e6 231
517bb291 232For older changes see ChangeLog-2012
08d56133 233\f
517bb291 234Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
235
236Copying and distribution of this file, with or without modification,
237are permitted in any medium without royalty provided the copyright
238notice and this notice are preserved.
239
08d56133
NC
240Local Variables:
241mode: change-log
242left-margin: 8
243fill-column: 74
244version-control: never
245End: