]>
Commit | Line | Data |
---|---|---|
b015e599 AP |
1 | 2013-05-09 Andrew Pinski <[email protected]> |
2 | ||
3 | * config/tc-mips.c (struct mips_set_options): New ase_virt field. | |
4 | (mips_opts): Update for the new field. | |
5 | (file_ase_virt): New variable. | |
6 | (ISA_SUPPORTS_VIRT_ASE): New macro. | |
7 | (ISA_SUPPORTS_VIRT64_ASE): New macro. | |
8 | (MIPS_CPU_ASE_VIRT): New define. | |
9 | (is_opcode_valid): Handle ase_virt. | |
10 | (macro_build): Handle "+J". | |
11 | (validate_mips_insn): Likewise. | |
12 | (mips_ip): Likewise. | |
13 | (enum options): Add OPTION_VIRT and OPTION_NO_VIRT. | |
14 | (md_longopts): Add mvirt and mnovirt | |
15 | (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT. | |
16 | (mips_after_parse_args): Handle ase_virt field. | |
17 | (s_mipsset): Handle "virt" and "novirt". | |
18 | (mips_elf_final_processing): Add a comment about virt ASE might need | |
19 | a new flag. | |
20 | (md_show_usage): Print out the usage of -mvirt and mno-virt options. | |
21 | * doc/c-mips.texi: Document -mvirt and -mno-virt. | |
22 | Document ".set virt" and ".set novirt". | |
23 | ||
da8094d7 AM |
24 | 2013-05-09 Alan Modra <[email protected]> |
25 | ||
26 | * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under | |
27 | control of operand flag bits. | |
28 | ||
c5f8c205 AM |
29 | 2013-05-07 Alan Modra <[email protected]> |
30 | ||
31 | * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro. | |
32 | (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise. | |
33 | (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise. | |
34 | (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise. | |
35 | (md_apply_fix): Set fx_no_overflow for assorted relocations. | |
36 | Shift and sign-extend fieldval for use by some VLE reloc | |
37 | operand->insert functions. | |
38 | ||
b47468a6 CM |
39 | 2013-05-06 Paul Brook <[email protected]> |
40 | Catherine Moore <[email protected]> | |
41 | ||
c5f8c205 AM |
42 | * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL. |
43 | (limited_pcrel_reloc_p): Likewise. | |
b47468a6 CM |
44 | (md_apply_fix): Likewise. |
45 | (tc_gen_reloc): Likewise. | |
46 | ||
2de39019 CM |
47 | 2013-05-06 Richard Sandiford <[email protected]> |
48 | ||
49 | * config/tc-mips.c (limited_pcrel_reloc_p): New function. | |
50 | (mips_fix_adjustable): Adjust pc-relative check to use | |
51 | limited_pc_reloc_p. | |
52 | ||
754e2bb9 RS |
53 | 2013-05-02 Richard Sandiford <[email protected]> |
54 | ||
55 | * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries. | |
56 | (s_mips_stab): Do not restrict to stabn only. | |
57 | ||
13761a11 NC |
58 | 2013-05-02 Nick Clifton <[email protected]> |
59 | ||
60 | * config/tc-msp430.c: Add support for the MSP430X architecture. | |
61 | Add code to insert a NOP instruction after any instruction that | |
62 | might change the interrupt state. | |
63 | Add support for the LARGE memory model. | |
64 | Add code to initialise the .MSP430.attributes section. | |
65 | * config/tc-msp430.h: Add support for the MSP430X architecture. | |
66 | * doc/c-msp430.texi: Document the new -mL and -mN command line | |
67 | options. | |
68 | * NEWS: Mention support for the MSP430X architecture. | |
69 | ||
df26367c MR |
70 | 2013-05-01 Maciej W. Rozycki <[email protected]> |
71 | ||
72 | * configure.tgt: Replace alpha*-*-linuxecoff* pattern with | |
73 | alpha*-*-linux*ecoff*. | |
74 | ||
f02d8318 CF |
75 | 2013-04-30 Chao-ying Fu <[email protected]> |
76 | ||
77 | * config/tc-mips.c (mips_ip): Add sizelo. | |
78 | For "+C", "+G", and "+H", set sizelo and compare against it. | |
79 | ||
b40bf0a2 NC |
80 | 2013-04-29 Nick Clifton <[email protected]> |
81 | ||
82 | * as.c (Options): Add -gdwarf-sections. | |
83 | (parse_args): Likewise. | |
84 | * as.h (flag_dwarf_sections): Declare. | |
85 | * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes. | |
86 | (process_entries): When -gdwarf-sections is enabled generate | |
87 | fragmentary .debug_line sections. | |
88 | (out_debug_line): Set the section for the .debug_line section end | |
89 | symbol. | |
90 | * doc/as.texinfo: Document -gdwarf-sections. | |
91 | * NEWS: Mention -gdwarf-sections. | |
92 | ||
8eeccb77 | 93 | 2013-04-26 Christian Groessler <[email protected]> |
00a3147e CG |
94 | |
95 | * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline | |
96 | according to the target parameter. Don't call s_segm since s_segm | |
97 | calls bfd_set_arch_mach using stdoutput, but stdoutput isn't | |
98 | initialized yet. | |
99 | (md_begin): Call s_segm according to target parameter from command | |
100 | line. | |
101 | ||
49926cd0 AM |
102 | 2013-04-25 Alan Modra <[email protected]> |
103 | ||
104 | * configure.in: Allow little-endian linux. | |
105 | * configure: Regenerate. | |
106 | ||
e3031850 SL |
107 | 2013-04-24 Sandra Loosemore <[email protected]> |
108 | ||
109 | * config/tc-nios2.c (nios2_control_register_arg_p): Rename | |
110 | "fstatus" control register to "eccinj". | |
111 | ||
cb948fc0 KT |
112 | 2013-04-19 Kai Tietz <[email protected]> |
113 | ||
114 | * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin. | |
115 | ||
4455e9ad JB |
116 | 2013-04-15 Julian Brown <[email protected]> |
117 | ||
118 | * expr.c (add_to_result, subtract_from_result): Make global. | |
119 | * expr.h (add_to_result, subtract_from_result): Add prototypes. | |
120 | * config/tc-sh.c (sh_optimize_expr): Use add_to_result, | |
121 | subtract_from_result to handle extra bit of precision for .sleb128 | |
122 | directive operands. | |
123 | ||
956a6ba3 JB |
124 | 2013-04-10 Julian Brown <[email protected]> |
125 | ||
126 | * read.c (convert_to_bignum): Add sign parameter. Use it | |
127 | instead of X_unsigned to determine sign of resulting bignum. | |
128 | (emit_expr): Pass extra argument to convert_to_bignum. | |
129 | (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass | |
130 | X_extrabit to convert_to_bignum. | |
131 | (parse_bitfield_cons): Set X_extrabit. | |
132 | * expr.c (make_expr_symbol, expr_build_uconstant, operand): | |
133 | Initialise X_extrabit field as appropriate. | |
134 | (add_to_result): New. | |
135 | (subtract_from_result): New. | |
136 | (expr): Use above. | |
137 | * expr.h (expressionS): Add X_extrabit field. | |
138 | ||
eb9f3f00 JB |
139 | 2013-04-10 Jan Beulich <[email protected]> |
140 | ||
141 | * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base | |
142 | register being PC when is_t or writeback, and use distinct | |
143 | diagnostic for the latter case. | |
144 | ||
ccb84d65 JB |
145 | 2013-04-10 Jan Beulich <[email protected]> |
146 | ||
147 | * gas/config/tc-arm.c (parse_operands): Re-write | |
148 | po_barrier_or_imm(). | |
149 | (do_barrier): Remove bogus constraint(). | |
150 | (do_t_barrier): Remove. | |
151 | ||
4d13caa0 NC |
152 | 2013-04-09 Joerg Wunsch <[email protected]> |
153 | ||
154 | * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2, | |
155 | ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2, | |
156 | ATmega2564RFR2 | |
157 | * gas/doc/c-avr.texi (-mmcu documentation): Likewise. | |
158 | ||
16d02dc9 JB |
159 | 2013-04-09 Jan Beulich <[email protected]> |
160 | ||
161 | * gas/config/tc-arm.c (do_vmrs): Accept all control registers. | |
162 | Use local variable Rt in more places. | |
163 | (do_vmsr): Accept all control registers. | |
164 | ||
05ac0ffb JB |
165 | 2013-04-09 Jan Beulich <[email protected]> |
166 | ||
167 | * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix | |
168 | if there was none specified for moves between scalar and core | |
169 | register. | |
170 | ||
2d51fb74 JB |
171 | 2013-04-09 Jan Beulich <[email protected]> |
172 | ||
173 | * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the | |
174 | NEON_ALL_LANES case. | |
175 | ||
94dcf8bf JB |
176 | 2013-04-08 Jan Beulich <[email protected]> |
177 | ||
178 | * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for | |
179 | PC-relative VSTR. | |
180 | ||
1472d06f JB |
181 | 2013-04-08 Jan Beulich <[email protected]> |
182 | ||
183 | * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq | |
184 | entry to sp_fiq. | |
185 | ||
0c76cae8 AM |
186 | 2013-04-03 Alan Modra <[email protected]> |
187 | ||
188 | * doc/as.texinfo: Add support to generate man options for h8300. | |
189 | * doc/c-h8300.texi: Likewise. | |
190 | ||
92eb40d9 RR |
191 | 2013-03-28 Ramana Radhakrishnan <[email protected]> |
192 | ||
193 | * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and | |
194 | Cortex-A57. | |
195 | ||
51dcdd4d NC |
196 | 2013-03-27 Alexis Deruelle <[email protected]> |
197 | ||
198 | PR binutils/15068 | |
199 | * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array. | |
200 | ||
c5d685bf NC |
201 | 2013-03-26 Nick Clifton <[email protected]> |
202 | ||
9b978282 NC |
203 | PR gas/15295 |
204 | * listing.c (rebuffer_line): Rewrite to avoid seeking back to the | |
205 | start of the file each time. | |
206 | ||
c5d685bf NC |
207 | PR gas/15178 |
208 | * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for | |
209 | FreeBSD targets. | |
210 | ||
9699c833 TG |
211 | 2013-03-26 Douglas B Rupp <[email protected]> |
212 | ||
213 | * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment | |
214 | after fixup. | |
215 | ||
4755303e WN |
216 | 2013-03-21 Will Newton <[email protected]> |
217 | ||
218 | * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all | |
219 | pc-relative str instructions in Thumb mode. | |
220 | ||
81f5558e NC |
221 | 2013-03-21 Michael Schewe <[email protected]> |
222 | ||
223 | * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov | |
224 | @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc | |
225 | R_H8_DISP32A16. | |
226 | * config/tc-h8300.h: Remove duplicated defines. | |
227 | ||
71863e73 NC |
228 | 2013-03-21 Senthil Kumar Selvaraj <[email protected]> |
229 | ||
230 | PR gas/15282 | |
231 | * tc-avr.c (mcu_has_3_byte_pc): New function. | |
232 | (tc_cfi_frame_initial_instructions): Call it to find return | |
233 | address size. | |
234 | ||
795b8e6b NC |
235 | 2013-03-20 Alexis Deruelle <[email protected]> |
236 | ||
237 | PR gas/15095 | |
238 | * config/tc-tic6x.c (tic6x_try_encode): Handle | |
239 | tic6x_coding_dreg_(msb|lsb) field coding types and use it to | |
240 | encode register pair numbers when required. | |
241 | ||
ba86b375 WN |
242 | 2013-03-15 Will Newton <[email protected]> |
243 | ||
244 | * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register | |
245 | in vstr in Thumb mode for pre-ARMv7 cores. | |
246 | ||
9e6f3811 AS |
247 | 2013-03-14 Andreas Schwab <[email protected]> |
248 | ||
249 | * doc/c-arc.texi (ARC Directives): Revert last change and use | |
250 | @itemize instead of @table. | |
251 | * doc/c-arm.texi (ARM-Instruction-Set): Likewise. | |
252 | ||
b10bf8c5 NC |
253 | 2013-03-14 Nick Clifton <[email protected]> |
254 | ||
255 | PR gas/15273 | |
256 | * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a | |
257 | NULL message, instead just check ARM_CPU_IS_ANY directly. | |
258 | ||
ba724cfc NC |
259 | 2013-03-14 Nick Clifton <[email protected]> |
260 | ||
261 | PR gas/15212 | |
9e6f3811 | 262 | * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet |
ba724cfc NC |
263 | for table format. |
264 | * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text | |
265 | to the @item directives. | |
266 | (ARM-Neon-Alignment): Move to correct place in the document. | |
267 | * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table | |
268 | formatting. | |
269 | * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of | |
270 | @smallexample. | |
271 | ||
531a94fd SL |
272 | 2013-03-12 Sebastian Huber <[email protected]> |
273 | ||
274 | * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o' | |
275 | case. Add default BAD_CASE to switch. | |
276 | ||
dad60f8e SL |
277 | 2013-03-11 Sebastian Huber <[email protected]> |
278 | ||
279 | * config/tc-nios2.c (nios2_assemble_args_ds): New function. | |
280 | (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries. | |
281 | ||
dd5181d5 KT |
282 | 2013-03-11 Kyrylo Tkachov <[email protected]> |
283 | ||
284 | * config/tc-arm.c (crc_ext_armv8): New feature set. | |
285 | (UNPRED_REG): New macro. | |
286 | (do_crc32_1): New function. | |
287 | (do_crc32b, do_crc32h, do_crc32w, do_crc32cb, | |
288 | do_crc32ch, do_crc32cw): Likewise. | |
289 | (TUEc): New macro. | |
290 | (insns): Add entries for crc32 mnemonics. | |
291 | (arm_extensions): Add entry for crc. | |
292 | ||
8e723a10 CLT |
293 | 2013-03-08 Chung-Lin Tang <[email protected]> |
294 | ||
295 | * write.h (struct fix): Add fx_dot_frag field. | |
296 | (dot_frag): Declare. | |
297 | * write.c (dot_frag): New variable. | |
298 | (fix_new_internal): Set fx_dot_frag field with dot_frag. | |
299 | (fixup_segment): Base calculation of fx_offset with fx_dot_frag. | |
300 | * expr.c (expr): Save value of frag_now in dot_frag when setting | |
301 | dot_value. | |
302 | * read.c (emit_expr): Likewise. Delete comments. | |
303 | ||
be05d201 L |
304 | 2013-03-07 H.J. Lu <[email protected]> |
305 | ||
306 | * config/tc-i386.c (flag_code_names): Removed. | |
307 | (i386_index_check): Rewrote. | |
308 | ||
62b0d0d5 YZ |
309 | 2013-03-05 Yufeng Zhang <[email protected]> |
310 | ||
311 | * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern'; | |
312 | add comment. | |
313 | (aarch64_double_precision_fmovable): New function. | |
314 | (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new | |
315 | function; handle hexadecimal representation of IEEE754 encoding. | |
316 | (parse_operands): Update the call to parse_aarch64_imm_float. | |
317 | ||
165de32a L |
318 | 2013-02-28 H.J. Lu <[email protected]> |
319 | ||
320 | * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix. | |
321 | (check_hle): Updated. | |
322 | (md_assemble): Likewise. | |
323 | (parse_insn): Likewise. | |
324 | ||
d5de92cf L |
325 | 2013-02-28 H.J. Lu <[email protected]> |
326 | ||
327 | * config/tc-i386.c (_i386_insn): Add rep_prefix. | |
9e6f3811 | 328 | (md_assemble): Check if REP prefix is OK. |
d5de92cf L |
329 | (parse_insn): Remove expecting_string_instruction. Set |
330 | i.rep_prefix. | |
331 | ||
e60bb1dd YZ |
332 | 2013-02-28 Yufeng Zhang <[email protected]> |
333 | ||
334 | * config/tc-aarch64.c (aarch64_features): Add the 'crc' option. | |
335 | ||
aeebdd9b YZ |
336 | 2013-02-28 Yufeng Zhang <[email protected]> |
337 | ||
338 | * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn | |
339 | for system registers. | |
340 | ||
4107ae22 DD |
341 | 2013-02-27 DJ Delorie <[email protected]> |
342 | ||
343 | * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE. | |
344 | (rl78_op): Handle %code(). | |
345 | (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands. | |
346 | (tc_gen_reloc): Likwise; convert to a computed reloc. | |
347 | (md_apply_fix): Likewise. | |
348 | ||
151fa98f NC |
349 | 2013-02-25 Kaushik Phatak <[email protected]> |
350 | ||
351 | * config/rl78-parse.y: Fix encoding of DIVWU insn. | |
352 | ||
70a8bc5b | 353 | 2013-02-25 Terry Guo <[email protected]> |
354 | ||
355 | * config/tc-arm.c (arm_cpus): Add cortex-r7 entry. | |
356 | * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to | |
357 | list of accepted CPUs. | |
358 | ||
5c111e37 L |
359 | 2013-02-19 H.J. Lu <[email protected]> |
360 | ||
361 | PR gas/15159 | |
362 | * config/tc-i386.c (cpu_arch): Add ".smap". | |
363 | ||
364 | * doc/c-i386.texi: Document smap. | |
365 | ||
8a75745d MR |
366 | 2013-02-18 Maciej W. Rozycki <[email protected]> |
367 | ||
368 | * config/tc-mips.c (s_cpload): Call mips_mark_labels and set | |
369 | mips_assembling_insn appropriately. | |
370 | (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise. | |
371 | ||
79850f26 MR |
372 | 2013-02-18 Maciej W. Rozycki <[email protected]> |
373 | ||
cf29fc61 | 374 | * config/tc-mips.c (append_insn): Correct indentation, remove |
79850f26 MR |
375 | extraneous braces. |
376 | ||
4c261dff NC |
377 | 2013-02-15 Kyrylo Tkachov <[email protected]> |
378 | ||
5c111e37 | 379 | * config/tc-arm.c (do_neon_mov): Break on NS_NULL. |
4c261dff | 380 | |
ea33f281 NC |
381 | 2013-02-15 Sebastian Huber <[email protected]> |
382 | ||
383 | * configure.tgt: Add nios2-*-rtems*. | |
384 | ||
a1ccaec9 YZ |
385 | 2013-02-14 Yufeng Zhang <[email protected]> |
386 | ||
387 | * config/tc-aarch64.c (md_begin): Change to check if 'name' is | |
388 | NULL. | |
389 | ||
0aa27725 RS |
390 | 2013-02-09 Jürgen Urban <[email protected]> |
391 | ||
392 | * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro. | |
393 | (macro): Use it. Assert that trunc.w.s is not used for r5900. | |
394 | ||
da4339ed NC |
395 | 2013-02-08 Yi-Hsiu, Hsu <[email protected]> |
396 | ||
397 | * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4 | |
398 | core. | |
399 | ||
36591ba1 | 400 | 2013-02-06 Sandra Loosemore <[email protected]> |
5c111e37 | 401 | Andrew Jenner <[email protected]> |
36591ba1 SL |
402 | |
403 | Based on patches from Altera Corporation. | |
404 | ||
405 | * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c. | |
406 | (TARGET_CPU_HFILES): Add config/tc-nios2.h. | |
407 | * Makefile.in: Regenerated. | |
408 | * configure.tgt: Add case for nios2*-linux*. | |
409 | * config/obj-elf.c: Conditionally include elf/nios2.h. | |
410 | * config/tc-nios2.c: New file. | |
411 | * config/tc-nios2.h: New file. | |
412 | * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi. | |
413 | * doc/Makefile.in: Regenerated. | |
414 | * doc/all.texi: Set NIOSII. | |
415 | * doc/as.texinfo (Overview): Add Nios II options. | |
416 | (Machine Dependencies): Include c-nios2.texi. | |
417 | * doc/c-nios2.texi: New file. | |
418 | * NEWS: Note Altera Nios II support. | |
419 | ||
94d4433a AM |
420 | 2013-02-06 Alan Modra <[email protected]> |
421 | ||
422 | PR gas/14255 | |
423 | * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc. | |
424 | Don't skip fixups with fx_subsy non-NULL. | |
425 | * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups | |
426 | with fx_subsy non-NULL. | |
427 | ||
ace9af6f L |
428 | 2013-02-04 H.J. Lu <[email protected]> |
429 | ||
430 | * doc/c-metag.texi: Add "@c man" markers. | |
431 | ||
89d67ed9 AM |
432 | 2013-02-04 Alan Modra <[email protected]> |
433 | ||
434 | * write.c (fixup_segment): Return void. Delete seg_reloc_count | |
435 | related code. | |
436 | (TC_ADJUST_RELOC_COUNT): Delete. | |
437 | * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete. | |
438 | ||
89072bd6 AM |
439 | 2013-02-04 Alan Modra <[email protected]> |
440 | ||
441 | * po/POTFILES.in: Regenerate. | |
442 | ||
f9b2d544 NC |
443 | 2013-01-30 Markos Chandras <[email protected]> |
444 | ||
445 | * config/tc-metag.c: Make SWAP instruction less permissive with | |
446 | its operands. | |
447 | ||
392ca752 DD |
448 | 2013-01-29 DJ Delorie <[email protected]> |
449 | ||
450 | * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified | |
451 | relocs in .word/.etc statements. | |
452 | ||
427d0db6 RM |
453 | 2013-01-29 Roland McGrath <[email protected]> |
454 | ||
455 | * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad | |
456 | immediate value for 8-bit offset" error so it shows line info. | |
457 | ||
4faf939a JM |
458 | 2013-01-24 Joseph Myers <[email protected]> |
459 | ||
460 | * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections | |
461 | for 64-bit output. | |
462 | ||
78c8d46c NC |
463 | 2013-01-24 Nick Clifton <[email protected]> |
464 | ||
465 | * config/tc-v850.c: Add support for e3v5 architecture. | |
466 | * doc/c-v850.texi: Mention new support. | |
467 | ||
fb5b7503 NC |
468 | 2013-01-23 Nick Clifton <[email protected]> |
469 | ||
470 | PR gas/15039 | |
471 | * config/tc-avr.c: Include dwarf2dbg.h. | |
472 | ||
8ce3d284 L |
473 | 2013-01-18 H.J. Lu <[email protected]> |
474 | ||
475 | * config/tc-i386.c (reloc): Support size relocation only for ELF. | |
476 | (tc_i386_fix_adjustable): Likewise. | |
477 | (lex_got): Likewise. | |
478 | (tc_gen_reloc): Likewise. | |
479 | ||
f5555712 YZ |
480 | 2013-01-17 Yufeng Zhang <[email protected]> |
481 | ||
482 | * config/tc-aarch64.c (output_operand_error_record): Change to output | |
483 | the out-of-range error message as value-expected message if there is | |
484 | only one single value in the expected range. | |
485 | (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with | |
486 | LSL #0 as a programmer-friendly feature. | |
487 | ||
8fd4256d L |
488 | 2013-01-16 H.J. Lu <[email protected]> |
489 | ||
490 | * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32. | |
491 | (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and | |
492 | BFD_RELOC_64_SIZE relocations. | |
493 | (lex_got): Support "symbol@SIZE" and don't create GOT symbol | |
494 | for it. | |
495 | (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64 | |
496 | relocations against local symbols. | |
497 | ||
a5840dce AM |
498 | 2013-01-16 Alan Modra <[email protected]> |
499 | ||
500 | * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after | |
501 | finding some sort of toc syntax error, and break to avoid | |
502 | compiler uninit warning. | |
503 | ||
af89796a L |
504 | 2013-01-15 H.J. Lu <[email protected]> |
505 | ||
506 | PR gas/15019 | |
507 | * config/tc-i386.c (lex_got): Increment length by 1 if the | |
508 | relocation token is removed. | |
509 | ||
dd42f060 NC |
510 | 2013-01-15 Nick Clifton <[email protected]> |
511 | ||
512 | * config/tc-v850.c (md_assemble): Allow signed values for | |
513 | V850E_IMMEDIATE. | |
514 | ||
464e3686 SK |
515 | 2013-01-11 Sean Keys <[email protected]> |
516 | ||
517 | * config/tc-xgate.c (md_begin): Fix mistake made when going from | |
af89796a | 518 | git to cvs. |
464e3686 | 519 | |
5817ffd1 PB |
520 | 2013-01-10 Peter Bergner <[email protected]> |
521 | ||
522 | * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm. | |
523 | * doc/c-ppc.texi (PowerPC-Opts): Likewise. | |
524 | * config/tc-ppc.c (md_show_usage): Likewise. | |
525 | (ppc_handle_align): Handle power8's group ending nop. | |
526 | ||
f4b1f6a9 SK |
527 | 2013-01-10 Sean Keys <[email protected]> |
528 | ||
529 | * config/tc-xgate.c (md_begin): Fix the printing of opcodes so | |
af89796a | 530 | that the assember exits after the opcodes have been printed. |
f4b1f6a9 | 531 | |
34bca508 L |
532 | 2013-01-10 H.J. Lu <[email protected]> |
533 | ||
534 | * app.c: Remove trailing white spaces. | |
535 | * as.c: Likewise. | |
536 | * as.h: Likewise. | |
537 | * cond.c: Likewise. | |
538 | * dw2gencfi.c: Likewise. | |
539 | * dwarf2dbg.h: Likewise. | |
540 | * ecoff.c: Likewise. | |
541 | * input-file.c: Likewise. | |
542 | * itbl-lex.h: Likewise. | |
543 | * output-file.c: Likewise. | |
544 | * read.c: Likewise. | |
545 | * sb.c: Likewise. | |
546 | * subsegs.c: Likewise. | |
547 | * symbols.c: Likewise. | |
548 | * write.c: Likewise. | |
549 | * config/tc-i386.c: Likewise. | |
550 | * doc/Makefile.am: Likewise. | |
551 | * doc/Makefile.in: Likewise. | |
552 | * doc/c-aarch64.texi: Likewise. | |
553 | * doc/c-alpha.texi: Likewise. | |
554 | * doc/c-arc.texi: Likewise. | |
555 | * doc/c-arm.texi: Likewise. | |
556 | * doc/c-avr.texi: Likewise. | |
557 | * doc/c-bfin.texi: Likewise. | |
558 | * doc/c-cr16.texi: Likewise. | |
559 | * doc/c-d10v.texi: Likewise. | |
560 | * doc/c-d30v.texi: Likewise. | |
561 | * doc/c-h8300.texi: Likewise. | |
562 | * doc/c-hppa.texi: Likewise. | |
563 | * doc/c-i370.texi: Likewise. | |
564 | * doc/c-i386.texi: Likewise. | |
565 | * doc/c-i860.texi: Likewise. | |
566 | * doc/c-m32c.texi: Likewise. | |
567 | * doc/c-m32r.texi: Likewise. | |
568 | * doc/c-m68hc11.texi: Likewise. | |
569 | * doc/c-m68k.texi: Likewise. | |
570 | * doc/c-microblaze.texi: Likewise. | |
571 | * doc/c-mips.texi: Likewise. | |
572 | * doc/c-msp430.texi: Likewise. | |
573 | * doc/c-mt.texi: Likewise. | |
574 | * doc/c-s390.texi: Likewise. | |
575 | * doc/c-score.texi: Likewise. | |
576 | * doc/c-sh.texi: Likewise. | |
577 | * doc/c-sh64.texi: Likewise. | |
578 | * doc/c-tic54x.texi: Likewise. | |
579 | * doc/c-tic6x.texi: Likewise. | |
580 | * doc/c-v850.texi: Likewise. | |
581 | * doc/c-xc16x.texi: Likewise. | |
582 | * doc/c-xgate.texi: Likewise. | |
583 | * doc/c-xtensa.texi: Likewise. | |
584 | * doc/c-z80.texi: Likewise. | |
585 | * doc/internals.texi: Likewise. | |
586 | ||
4c665b71 RM |
587 | 2013-01-10 Roland McGrath <[email protected]> |
588 | ||
589 | * hash.c (hash_new_sized): Make it global. | |
590 | * hash.h: Declare it. | |
591 | * macro.c (define_macro): Use hash_new_sized instead of hash_new, | |
592 | pass a small size. | |
593 | ||
a3c62988 NC |
594 | 2013-01-10 Will Newton <[email protected]> |
595 | ||
596 | * Makefile.am: Add Meta. | |
597 | * Makefile.in: Regenerate. | |
598 | * config/tc-metag.c: New file. | |
599 | * config/tc-metag.h: New file. | |
600 | * configure.tgt: Add Meta. | |
601 | * doc/Makefile.am: Add Meta. | |
602 | * doc/Makefile.in: Regenerate. | |
603 | * doc/all.texi: Add Meta. | |
604 | * doc/as.texiinfo: Document Meta options. | |
605 | * doc/c-metag.texi: New file. | |
606 | ||
b37df7c4 SE |
607 | 2013-01-09 Steve Ellcey <[email protected]> |
608 | ||
609 | * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal | |
610 | calls. | |
611 | * config/tc-mips.c (internalError): Remove, replace with abort. | |
612 | ||
a3251895 YZ |
613 | 2013-01-08 Yufeng Zhang <[email protected]> |
614 | ||
615 | * config/tc-aarch64.c (parse_operands): Change to compare the result | |
616 | of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'. | |
617 | ||
8ab8155f NC |
618 | 2013-01-07 Nick Clifton <[email protected]> |
619 | ||
620 | PR gas/14887 | |
621 | * config/tc-arm.c (skip_past_char): Skip whitespace before the | |
622 | anticipated character. | |
623 | * config/tc-arm.c (parse_address_main): Delete skip of whitespace | |
624 | here as it is no longer needed. | |
625 | ||
a4ac1c42 AS |
626 | 2013-01-06 Andreas Schwab <[email protected]> |
627 | ||
628 | * doc/c-mips.texi (MIPS Opts): Fix use of @itemx. | |
629 | * doc/c-score.texi (SCORE-Opts): Likewise. | |
630 | * doc/c-tic54x.texi (TIC54X-Directives): Likewise. | |
631 | ||
e407c74b NC |
632 | 2013-01-04 Juergen Urban <[email protected]> |
633 | ||
634 | * config/tc-mips.c: Add support for MIPS r5900. | |
635 | Add M_LQ_AB and M_SQ_AB to support large values for instructions | |
636 | lq and sq. | |
637 | (can_swap_branch_p, get_append_method): Detect some conditional | |
638 | short loops to fix a bug on the r5900 by NOP in the branch delay | |
639 | slot. | |
640 | (M_MUL): Support 3 operands in multu on r5900. | |
641 | (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I. | |
642 | (s_mipsset): Force 32 bit floating point on r5900. | |
643 | (mips_ip): Check parameter range of instructions mfps and mtps on | |
644 | r5900. | |
645 | * configure.in: Detect CPU type when target string contains r5900 | |
646 | (e.g. mips64r5900el-linux-gnu). | |
647 | ||
62658407 L |
648 | 2013-01-02 H.J. Lu <[email protected]> |
649 | ||
650 | * as.c (parse_args): Update copyright year to 2013. | |
651 | ||
95830fd1 YZ |
652 | 2013-01-02 Yufeng Zhang <[email protected]> |
653 | ||
654 | * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53" | |
655 | and "cortex57". | |
656 | ||
517bb291 | 657 | 2013-01-02 Nick Clifton <[email protected]> |
d709e4e6 | 658 | |
517bb291 NC |
659 | PR gas/14987 |
660 | * config/tc-arm.c (parse_address_main): Skip whitespace before a | |
661 | closing bracket. | |
d709e4e6 | 662 | |
517bb291 | 663 | For older changes see ChangeLog-2012 |
08d56133 | 664 | \f |
517bb291 | 665 | Copyright (C) 2013 Free Software Foundation, Inc. |
752937aa NC |
666 | |
667 | Copying and distribution of this file, with or without modification, | |
668 | are permitted in any medium without royalty provided the copyright | |
669 | notice and this notice are preserved. | |
670 | ||
08d56133 NC |
671 | Local Variables: |
672 | mode: change-log | |
673 | left-margin: 8 | |
674 | fill-column: 74 | |
675 | version-control: never | |
676 | End: |