Commit | Line | Data |
---|---|---|
36591ba1 SL |
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 | ||
94d4433a AM |
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 | ||
ace9af6f L |
29 | 2013-02-04 H.J. Lu <hongjiu.lu@intel.com> |
30 | ||
31 | * doc/c-metag.texi: Add "@c man" markers. | |
32 | ||
89d67ed9 AM |
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 | ||
89072bd6 AM |
40 | 2013-02-04 Alan Modra <amodra@gmail.com> |
41 | ||
42 | * po/POTFILES.in: Regenerate. | |
43 | ||
f9b2d544 NC |
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 | ||
392ca752 DD |
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 | ||
427d0db6 RM |
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 | ||
4faf939a JM |
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 | ||
78c8d46c NC |
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 | ||
fb5b7503 NC |
69 | 2013-01-23 Nick Clifton <nickc@redhat.com> |
70 | ||
71 | PR gas/15039 | |
72 | * config/tc-avr.c: Include dwarf2dbg.h. | |
73 | ||
8ce3d284 L |
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 | ||
f5555712 YZ |
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 | ||
8fd4256d L |
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 | ||
a5840dce AM |
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 | ||
af89796a L |
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 | ||
dd42f060 NC |
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 | ||
464e3686 SK |
116 | 2013-01-11 Sean Keys <skeys@ipdatasys.com> |
117 | ||
118 | * config/tc-xgate.c (md_begin): Fix mistake made when going from | |
af89796a | 119 | git to cvs. |
464e3686 | 120 | |
5817ffd1 PB |
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 | ||
f4b1f6a9 SK |
128 | 2013-01-10 Sean Keys <skeys@ipdatasys.com> |
129 | ||
130 | * config/tc-xgate.c (md_begin): Fix the printing of opcodes so | |
af89796a | 131 | that the assember exits after the opcodes have been printed. |
f4b1f6a9 | 132 | |
34bca508 L |
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 | ||
4c665b71 RM |
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 | ||
a3c62988 NC |
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 | ||
b37df7c4 SE |
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 | ||
a3251895 YZ |
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 | ||
8ab8155f NC |
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 | ||
a4ac1c42 AS |
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 | ||
e407c74b NC |
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 | ||
62658407 L |
249 | 2013-01-02 H.J. Lu <hongjiu.lu@intel.com> |
250 | ||
251 | * as.c (parse_args): Update copyright year to 2013. | |
252 | ||
95830fd1 YZ |
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 | ||
517bb291 | 258 | 2013-01-02 Nick Clifton <nickc@redhat.com> |
d709e4e6 | 259 | |
517bb291 NC |
260 | PR gas/14987 |
261 | * config/tc-arm.c (parse_address_main): Skip whitespace before a | |
262 | closing bracket. | |
d709e4e6 | 263 | |
517bb291 | 264 | For older changes see ChangeLog-2012 |
08d56133 | 265 | \f |
517bb291 | 266 | Copyright (C) 2013 Free Software Foundation, Inc. |
752937aa NC |
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 | ||
08d56133 NC |
272 | Local Variables: |
273 | mode: change-log | |
274 | left-margin: 8 | |
275 | fill-column: 74 | |
276 | version-control: never | |
277 | End: |