]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
*** empty log message ***
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
c6278170
RS
12013-06-20 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * config/tc-mips.c (ISA_SUPPORTS_SMARTMIPS, ISA_SUPPORTS_DSP_ASE)
4 (ISA_SUPPORTS_DSP64_ASE, ISA_SUPPORTS_DSPR2_ASE, ISA_SUPPORTS_EVA_ASE)
5 (ISA_SUPPORTS_MT_ASE, ISA_SUPPORTS_MCU_ASE, ISA_SUPPORTS_VIRT_ASE)
6 (ISA_SUPPORTS_VIRT64_ASE): Delete.
7 (mips_ase): New structure.
8 (mips_ases): New table.
9 (FP64_ASES): New macro.
10 (mips_ase_groups): New array.
11 (mips_isa_rev, mips_ase_mask, mips_check_isa_supports_ase)
12 (mips_check_isa_supports_ases, mips_set_ase, mips_lookup_ase): New
13 functions.
14 (is_opcode_valid): Use mips_ases to get the 64-bit ASE flags.
15 (md_parse_option): Use mips_ases and mips_set_ase instead of
16 separate case statements for each ASE option.
17 (mips_after_parse_args): Use FP64_ASES. Use
18 mips_check_isa_supports_ases to check the ASEs against
19 other options.
20 (s_mipsset): Use mips_ases and mips_set_ase instead of
21 separate if statements for each ASE option. Use
22 mips_check_isa_supports_ases, even when a non-ASE option
23 is specified.
24
63a4bc21
KT
252013-06-19 Greta Yorsh <Greta.Yorsh@arm.com>
26
27 * config/tc-arm.c (arm_cpus): Add support for Cortex-A12.
28
c31f3936
RS
292013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
30
31 * config/tc-mips.c (md_shortopts, options, md_longopts)
32 (md_longopts_size): Move earlier in file.
33
846ef2d0
RS
342013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
35
36 * config/tc-mips.c (mips_set_options): Replace separate "ase_*" fields
37 with a single "ase" bitmask.
38 (mips_opts): Update accordingly.
39 (file_ase, file_ase_explicit): New variables.
40 (file_ase_mips3d, file_ase_mdmx, file_ase_smartmips, file_ase_dsp)
41 (file_ase_dspr2, file_ase_eva, file_ase_mt, file_ase_virt): Delete.
42 (ISA_HAS_ROR): Adjust for mips_set_options change.
43 (is_opcode_valid): Take the base ase mask directly from mips_opts.
44 (mips_ip): Adjust for mips_set_options change.
45 (md_parse_option): Likewise. Update file_ase_explicit.
46 (mips_after_parse_args): Adjust for mips_set_options change.
47 Use bitmask operations to select the default ASEs. Set file_ase
48 rather than individual per-ASE variables.
49 (s_mipsset): Adjust for mips_set_options change.
50 (mips_elf_final_processing): Test file_ase rather than
51 file_ase_mdmx. Remove commented-out code.
52
d16afab6
RS
532013-06-18 Richard Sandiford <rdsandiford@googlemail.com>
54
55 * config/tc-mips.c (mips_cpu_info): Add an "ase" field.
56 (MIPS_CPU_ASE_SMARTMIPS, MIPS_CPU_ASE_DSP, MIPS_CPU_ASE_MT)
57 (MIPS_CPU_ASE_MIPS3D, MIPS_CPU_ASE_MDMX, MIPS_CPU_ASE_DSPR2)
58 (MIPS_CPU_ASE_MCU, MIPS_CPU_ASE_VIRT, MIPS_CPU_ASE_EVA): Delete.
59 (mips_after_parse_args): Use the new "ase" field to choose
60 the default ASEs.
61 (mips_cpu_info_table): Move ASEs from the "flags" field to the
62 "ase" field.
63
e83a675f
RE
642013-06-18 Richard Earnshaw <rearnsha@arm.com>
65
66 * config/tc-arm.c (symbol_preemptible): New function.
67 (relax_branch): Use it.
68
7f3c4072
CM
692013-06-17 Catherine Moore <clm@codesourcery.com>
70 Maciej W. Rozycki <macro@codesourcery.com>
71 Chao-Ying Fu <fu@mips.com>
72
73 * config/tc-mips.c (mips_set_options): Add ase_eva.
74 (mips_set_options mips_opts): Add ase_eva.
75 (file_ase_eva): Declare.
76 (ISA_SUPPORTS_EVA_ASE): Define.
77 (IS_SEXT_9BIT_NUM): Define.
78 (MIPS_CPU_ASE_EVA): Define.
79 (is_opcode_valid): Add support for ase_eva.
80 (macro_build): Likewise.
81 (macro): Likewise.
82 (validate_mips_insn): Likewise.
83 (validate_micromips_insn): Likewise.
84 (mips_ip): Likewise.
85 (options): Add OPTION_EVA and OPTION_NO_EVA.
86 (md_longopts): Add -meva and -mno-eva.
87 (md_parse_option): Process new options.
88 (mips_after_parse_args): Check for valid EVA combinations.
89 (s_mipsset): Likewise.
90
e410add4
RS
912013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
92
93 * dwarf2dbg.h (dwarf2_move_insn): Declare.
94 * dwarf2dbg.c (line_subseg): Add pmove_tail.
95 (get_line_subseg): Add create_p argument. Initialize pmove_tail.
96 (dwarf2_gen_line_info_1): Update call accordingly.
97 (dwarf2_move_insn): New function.
98 * config/tc-mips.c (append_insn): Use dwarf2_move_insn.
99
6a50d470
RS
1002013-06-14 Richard Sandiford <rsandifo@linux.vnet.ibm.com>
101
102 Revert:
103
104 2011-09-05 Richard Sandiford <rdsandiford@googlemail.com>
105
106 PR gas/13024
107 * dwarf2dbg.c (pending_lines, pending_lines_tail): New variables.
108 (dwarf2_gen_line_info_1): Delete.
109 (dwarf2_push_line, dwarf2_flush_pending_lines): New functions.
110 (dwarf2_gen_line_info, dwarf2_emit_label): Use them.
111 (dwarf2_consume_line_info): Call dwarf2_flush_pending_lines.
112 (dwarf2_directive_loc): Push previous .locs instead of generating
113 them immediately.
114
f122319e
CF
1152013-06-13 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
116
117 * config/tc-mips.c (ISA_SUPPORTS_VIRT_ASE): Support micromips.
118 (ISA_SUPPORTS_VIRT64_ASE): Support 64-bit micromips.
119
909c7f9c
NC
1202013-06-13 Nick Clifton <nickc@redhat.com>
121
122 PR gas/15602
123 * config/tc-m68k.h (TC_CHECK_ADJUSTED_BROKEN_DOT_WORD): Define.
124 * config/tc-m68k.c (tc_m68k_check_adjusted_broken_word): New
125 function. Generates an error if the adjusted offset is out of a
126 16-bit range.
127
5d5755a7
SL
1282013-06-12 Sandra Loosemore <sandra@codesourcery.com>
129
130 * config/tc-nios2.c (md_apply_fix): Mask constant
131 BFD_RELOC_NIOS2_HIADJ16 value to 16 bits.
132
3bf0dbfb
MR
1332013-06-10 Maciej W. Rozycki <macro@codesourcery.com>
134
135 * config/tc-mips.c (append_insn): Don't do branch relaxation for
136 MIPS-3D instructions either.
137 (md_convert_frag): Update the COPx branch mask accordingly.
138
139 * config/tc-mips.c (md_show_usage): Document --[no-]relax-branch
140 option.
141 * doc/as.texinfo (Overview): Add --relax-branch and
142 --no-relax-branch.
143 * doc/c-mips.texi (MIPS Opts): Document --relax-branch and
144 --no-relax-branch.
145
9daf7bab
SL
1462013-06-09 Sandra Loosemore <sandra@codesourcery.com>
147
148 * config/tc-nios2.c (nios2_parse_args): Allow trap argument to
149 omitted.
150
d301a56b
RS
1512013-06-08 Catherine Moore <clm@codesourcery.com>
152
153 * config/tc-mips.c (is_opcode_valid): Build ASE mask.
154 (is_opcode_valid_16): Pass ase value to opcode_is_member.
155 (append_insn): Change INSN_xxxx to ASE_xxxx.
156
7bab7634
DC
1572013-06-01 George Thomas <george.thomas@atmel.com>
158
159 * gas/config/tc-avr.c: Change ISA for devices with USB support to
160 AVR_ISA_XMEGAU
161
f60cf82f
L
1622013-05-31 H.J. Lu <hongjiu.lu@intel.com>
163
164 * config/tc-i386.c (md_begin): Don't align text/data/bss sections
165 for ELF.
166
a3f278e2
CM
1672013-05-31 Paul Brook <paul@codesourcery.com>
168
169 gas/
170 * config/tc-mips.c (s_ehword): New.
171
067ec077
CM
1722013-05-30 Paul Brook <paul@codesourcery.com>
173
174 * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
175
d6101ac2
MR
1762013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
177
178 * write.c (resolve_reloc_expr_symbols): On REL targets don't
179 convert relocs who have no relocatable field either. Rephrase
180 the conditional so that the PC-relative check is only applied
181 for REL targets.
182
f19ccbda
MR
1832013-05-28 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
184
185 * config/tc-mips.c (macro) <ld>: Don't use $zero for address
186 calculation.
187
418009c2
YZ
1882013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
189
190 * config/tc-aarch64.c (reloc_table): Update to use
191 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
192 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
193 (md_apply_fix): Likewise.
194 (aarch64_force_relocation): Likewise.
195
0a8897c7
KT
1962013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
197
198 * config/tc-arm.c (it_fsm_post_encode): Improve
199 warning messages about deprecated IT block formats.
200
89d2a2a3
MS
2012013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
202
203 * config/tc-aarch64.c (md_apply_fix): Move value range checking
204 inside fx_done condition.
205
c77c0862
RS
2062013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
207
208 * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
209
c0637f3a
PB
2102013-05-20 Peter Bergner <bergner@vnet.ibm.com>
211
212 * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
213 and clean up warning when using PRINT_OPCODE_TABLE.
214
5656a981
AM
2152013-05-20 Alan Modra <amodra@gmail.com>
216
217 * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
218 and data fixups performing shift/high adjust/sign extension on
219 fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
220 when writing data fixups rather than recalculating size.
221
997b26e8
JBG
2222013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
223
224 * doc/c-msp430.texi: Fix typo.
225
9f6e76f4
TG
2262013-05-16 Tristan Gingold <gingold@adacore.com>
227
228 * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
229 are also TOC symbols.
230
638d3803
NC
2312013-05-16 Nick Clifton <nickc@redhat.com>
232
233 * config/tc-msp430.c: Make -mmcu recognise more part numbers.
234 Add -mcpu command to specify core type.
997b26e8 235 * doc/c-msp430.texi: Update documentation.
638d3803 236
b015e599
AP
2372013-05-09 Andrew Pinski <apinski@cavium.com>
238
239 * config/tc-mips.c (struct mips_set_options): New ase_virt field.
240 (mips_opts): Update for the new field.
241 (file_ase_virt): New variable.
242 (ISA_SUPPORTS_VIRT_ASE): New macro.
243 (ISA_SUPPORTS_VIRT64_ASE): New macro.
244 (MIPS_CPU_ASE_VIRT): New define.
245 (is_opcode_valid): Handle ase_virt.
246 (macro_build): Handle "+J".
247 (validate_mips_insn): Likewise.
248 (mips_ip): Likewise.
249 (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
250 (md_longopts): Add mvirt and mnovirt
251 (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
252 (mips_after_parse_args): Handle ase_virt field.
253 (s_mipsset): Handle "virt" and "novirt".
254 (mips_elf_final_processing): Add a comment about virt ASE might need
255 a new flag.
256 (md_show_usage): Print out the usage of -mvirt and mno-virt options.
257 * doc/c-mips.texi: Document -mvirt and -mno-virt.
258 Document ".set virt" and ".set novirt".
259
da8094d7
AM
2602013-05-09 Alan Modra <amodra@gmail.com>
261
262 * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
263 control of operand flag bits.
264
c5f8c205
AM
2652013-05-07 Alan Modra <amodra@gmail.com>
266
267 * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
268 (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
269 (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
270 (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
271 (md_apply_fix): Set fx_no_overflow for assorted relocations.
272 Shift and sign-extend fieldval for use by some VLE reloc
273 operand->insert functions.
274
b47468a6
CM
2752013-05-06 Paul Brook <paul@codesourcery.com>
276 Catherine Moore <clm@codesourcery.com>
277
c5f8c205
AM
278 * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
279 (limited_pcrel_reloc_p): Likewise.
b47468a6
CM
280 (md_apply_fix): Likewise.
281 (tc_gen_reloc): Likewise.
282
2de39019
CM
2832013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
284
285 * config/tc-mips.c (limited_pcrel_reloc_p): New function.
286 (mips_fix_adjustable): Adjust pc-relative check to use
287 limited_pc_reloc_p.
288
754e2bb9
RS
2892013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
290
291 * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
292 (s_mips_stab): Do not restrict to stabn only.
293
13761a11
NC
2942013-05-02 Nick Clifton <nickc@redhat.com>
295
296 * config/tc-msp430.c: Add support for the MSP430X architecture.
297 Add code to insert a NOP instruction after any instruction that
298 might change the interrupt state.
299 Add support for the LARGE memory model.
300 Add code to initialise the .MSP430.attributes section.
301 * config/tc-msp430.h: Add support for the MSP430X architecture.
302 * doc/c-msp430.texi: Document the new -mL and -mN command line
303 options.
304 * NEWS: Mention support for the MSP430X architecture.
305
df26367c
MR
3062013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
307
308 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
309 alpha*-*-linux*ecoff*.
310
f02d8318
CF
3112013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
312
313 * config/tc-mips.c (mips_ip): Add sizelo.
314 For "+C", "+G", and "+H", set sizelo and compare against it.
315
b40bf0a2
NC
3162013-04-29 Nick Clifton <nickc@redhat.com>
317
318 * as.c (Options): Add -gdwarf-sections.
319 (parse_args): Likewise.
320 * as.h (flag_dwarf_sections): Declare.
321 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
322 (process_entries): When -gdwarf-sections is enabled generate
323 fragmentary .debug_line sections.
324 (out_debug_line): Set the section for the .debug_line section end
325 symbol.
326 * doc/as.texinfo: Document -gdwarf-sections.
327 * NEWS: Mention -gdwarf-sections.
328
8eeccb77 3292013-04-26 Christian Groessler <chris@groessler.org>
00a3147e
CG
330
331 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
332 according to the target parameter. Don't call s_segm since s_segm
333 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
334 initialized yet.
335 (md_begin): Call s_segm according to target parameter from command
336 line.
337
49926cd0
AM
3382013-04-25 Alan Modra <amodra@gmail.com>
339
340 * configure.in: Allow little-endian linux.
341 * configure: Regenerate.
342
e3031850
SL
3432013-04-24 Sandra Loosemore <sandra@codesourcery.com>
344
345 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
346 "fstatus" control register to "eccinj".
347
cb948fc0
KT
3482013-04-19 Kai Tietz <ktietz@redhat.com>
349
350 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
351
4455e9ad
JB
3522013-04-15 Julian Brown <julian@codesourcery.com>
353
354 * expr.c (add_to_result, subtract_from_result): Make global.
355 * expr.h (add_to_result, subtract_from_result): Add prototypes.
356 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
357 subtract_from_result to handle extra bit of precision for .sleb128
358 directive operands.
359
956a6ba3
JB
3602013-04-10 Julian Brown <julian@codesourcery.com>
361
362 * read.c (convert_to_bignum): Add sign parameter. Use it
363 instead of X_unsigned to determine sign of resulting bignum.
364 (emit_expr): Pass extra argument to convert_to_bignum.
365 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
366 X_extrabit to convert_to_bignum.
367 (parse_bitfield_cons): Set X_extrabit.
368 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
369 Initialise X_extrabit field as appropriate.
370 (add_to_result): New.
371 (subtract_from_result): New.
372 (expr): Use above.
373 * expr.h (expressionS): Add X_extrabit field.
374
eb9f3f00
JB
3752013-04-10 Jan Beulich <jbeulich@suse.com>
376
377 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
378 register being PC when is_t or writeback, and use distinct
379 diagnostic for the latter case.
380
ccb84d65
JB
3812013-04-10 Jan Beulich <jbeulich@suse.com>
382
383 * gas/config/tc-arm.c (parse_operands): Re-write
384 po_barrier_or_imm().
385 (do_barrier): Remove bogus constraint().
386 (do_t_barrier): Remove.
387
4d13caa0
NC
3882013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
389
390 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
391 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
392 ATmega2564RFR2
393 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
394
16d02dc9
JB
3952013-04-09 Jan Beulich <jbeulich@suse.com>
396
397 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
398 Use local variable Rt in more places.
399 (do_vmsr): Accept all control registers.
400
05ac0ffb
JB
4012013-04-09 Jan Beulich <jbeulich@suse.com>
402
403 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
404 if there was none specified for moves between scalar and core
405 register.
406
2d51fb74
JB
4072013-04-09 Jan Beulich <jbeulich@suse.com>
408
409 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
410 NEON_ALL_LANES case.
411
94dcf8bf
JB
4122013-04-08 Jan Beulich <jbeulich@suse.com>
413
414 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
415 PC-relative VSTR.
416
1472d06f
JB
4172013-04-08 Jan Beulich <jbeulich@suse.com>
418
419 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
420 entry to sp_fiq.
421
0c76cae8
AM
4222013-04-03 Alan Modra <amodra@gmail.com>
423
424 * doc/as.texinfo: Add support to generate man options for h8300.
425 * doc/c-h8300.texi: Likewise.
426
92eb40d9
RR
4272013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
428
429 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
430 Cortex-A57.
431
51dcdd4d
NC
4322013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
433
434 PR binutils/15068
435 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
436
c5d685bf
NC
4372013-03-26 Nick Clifton <nickc@redhat.com>
438
9b978282
NC
439 PR gas/15295
440 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
441 start of the file each time.
442
c5d685bf
NC
443 PR gas/15178
444 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
445 FreeBSD targets.
446
9699c833
TG
4472013-03-26 Douglas B Rupp <rupp@gnat.com>
448
449 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
450 after fixup.
451
4755303e
WN
4522013-03-21 Will Newton <will.newton@linaro.org>
453
454 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
455 pc-relative str instructions in Thumb mode.
456
81f5558e
NC
4572013-03-21 Michael Schewe <michael.schewe@gmx.net>
458
459 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
460 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
461 R_H8_DISP32A16.
462 * config/tc-h8300.h: Remove duplicated defines.
463
71863e73
NC
4642013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
465
466 PR gas/15282
467 * tc-avr.c (mcu_has_3_byte_pc): New function.
468 (tc_cfi_frame_initial_instructions): Call it to find return
469 address size.
470
795b8e6b
NC
4712013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
472
473 PR gas/15095
474 * config/tc-tic6x.c (tic6x_try_encode): Handle
475 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
476 encode register pair numbers when required.
477
ba86b375
WN
4782013-03-15 Will Newton <will.newton@linaro.org>
479
480 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
481 in vstr in Thumb mode for pre-ARMv7 cores.
482
9e6f3811
AS
4832013-03-14 Andreas Schwab <schwab@suse.de>
484
485 * doc/c-arc.texi (ARC Directives): Revert last change and use
486 @itemize instead of @table.
487 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
488
b10bf8c5
NC
4892013-03-14 Nick Clifton <nickc@redhat.com>
490
491 PR gas/15273
492 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
493 NULL message, instead just check ARM_CPU_IS_ANY directly.
494
ba724cfc
NC
4952013-03-14 Nick Clifton <nickc@redhat.com>
496
497 PR gas/15212
9e6f3811 498 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
ba724cfc
NC
499 for table format.
500 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
501 to the @item directives.
502 (ARM-Neon-Alignment): Move to correct place in the document.
503 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
504 formatting.
505 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
506 @smallexample.
507
531a94fd
SL
5082013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
509
510 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
511 case. Add default BAD_CASE to switch.
512
dad60f8e
SL
5132013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
514
515 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
516 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
517
dd5181d5
KT
5182013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
519
520 * config/tc-arm.c (crc_ext_armv8): New feature set.
521 (UNPRED_REG): New macro.
522 (do_crc32_1): New function.
523 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
524 do_crc32ch, do_crc32cw): Likewise.
525 (TUEc): New macro.
526 (insns): Add entries for crc32 mnemonics.
527 (arm_extensions): Add entry for crc.
528
8e723a10
CLT
5292013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
530
531 * write.h (struct fix): Add fx_dot_frag field.
532 (dot_frag): Declare.
533 * write.c (dot_frag): New variable.
534 (fix_new_internal): Set fx_dot_frag field with dot_frag.
535 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
536 * expr.c (expr): Save value of frag_now in dot_frag when setting
537 dot_value.
538 * read.c (emit_expr): Likewise. Delete comments.
539
be05d201
L
5402013-03-07 H.J. Lu <hongjiu.lu@intel.com>
541
542 * config/tc-i386.c (flag_code_names): Removed.
543 (i386_index_check): Rewrote.
544
62b0d0d5
YZ
5452013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
546
547 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
548 add comment.
549 (aarch64_double_precision_fmovable): New function.
550 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
551 function; handle hexadecimal representation of IEEE754 encoding.
552 (parse_operands): Update the call to parse_aarch64_imm_float.
553
165de32a
L
5542013-02-28 H.J. Lu <hongjiu.lu@intel.com>
555
556 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
557 (check_hle): Updated.
558 (md_assemble): Likewise.
559 (parse_insn): Likewise.
560
d5de92cf
L
5612013-02-28 H.J. Lu <hongjiu.lu@intel.com>
562
563 * config/tc-i386.c (_i386_insn): Add rep_prefix.
9e6f3811 564 (md_assemble): Check if REP prefix is OK.
d5de92cf
L
565 (parse_insn): Remove expecting_string_instruction. Set
566 i.rep_prefix.
567
e60bb1dd
YZ
5682013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
569
570 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
571
aeebdd9b
YZ
5722013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
573
574 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
575 for system registers.
576
4107ae22
DD
5772013-02-27 DJ Delorie <dj@redhat.com>
578
579 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
580 (rl78_op): Handle %code().
581 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
582 (tc_gen_reloc): Likwise; convert to a computed reloc.
583 (md_apply_fix): Likewise.
584
151fa98f
NC
5852013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
586
587 * config/rl78-parse.y: Fix encoding of DIVWU insn.
588
70a8bc5b 5892013-02-25 Terry Guo <terry.guo@arm.com>
590
591 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
592 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
593 list of accepted CPUs.
594
5c111e37
L
5952013-02-19 H.J. Lu <hongjiu.lu@intel.com>
596
597 PR gas/15159
598 * config/tc-i386.c (cpu_arch): Add ".smap".
599
600 * doc/c-i386.texi: Document smap.
601
8a75745d
MR
6022013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
603
604 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
605 mips_assembling_insn appropriately.
606 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
607
79850f26
MR
6082013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
609
cf29fc61 610 * config/tc-mips.c (append_insn): Correct indentation, remove
79850f26
MR
611 extraneous braces.
612
4c261dff
NC
6132013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
614
5c111e37 615 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
4c261dff 616
ea33f281
NC
6172013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
618
619 * configure.tgt: Add nios2-*-rtems*.
620
a1ccaec9
YZ
6212013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
622
623 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
624 NULL.
625
0aa27725
RS
6262013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
627
628 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
629 (macro): Use it. Assert that trunc.w.s is not used for r5900.
630
da4339ed
NC
6312013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
632
633 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
634 core.
635
36591ba1 6362013-02-06 Sandra Loosemore <sandra@codesourcery.com>
5c111e37 637 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
638
639 Based on patches from Altera Corporation.
640
641 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
642 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
643 * Makefile.in: Regenerated.
644 * configure.tgt: Add case for nios2*-linux*.
645 * config/obj-elf.c: Conditionally include elf/nios2.h.
646 * config/tc-nios2.c: New file.
647 * config/tc-nios2.h: New file.
648 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
649 * doc/Makefile.in: Regenerated.
650 * doc/all.texi: Set NIOSII.
651 * doc/as.texinfo (Overview): Add Nios II options.
652 (Machine Dependencies): Include c-nios2.texi.
653 * doc/c-nios2.texi: New file.
654 * NEWS: Note Altera Nios II support.
655
94d4433a
AM
6562013-02-06 Alan Modra <amodra@gmail.com>
657
658 PR gas/14255
659 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
660 Don't skip fixups with fx_subsy non-NULL.
661 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
662 with fx_subsy non-NULL.
663
ace9af6f
L
6642013-02-04 H.J. Lu <hongjiu.lu@intel.com>
665
666 * doc/c-metag.texi: Add "@c man" markers.
667
89d67ed9
AM
6682013-02-04 Alan Modra <amodra@gmail.com>
669
670 * write.c (fixup_segment): Return void. Delete seg_reloc_count
671 related code.
672 (TC_ADJUST_RELOC_COUNT): Delete.
673 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
674
89072bd6
AM
6752013-02-04 Alan Modra <amodra@gmail.com>
676
677 * po/POTFILES.in: Regenerate.
678
f9b2d544
NC
6792013-01-30 Markos Chandras <markos.chandras@imgtec.com>
680
681 * config/tc-metag.c: Make SWAP instruction less permissive with
682 its operands.
683
392ca752
DD
6842013-01-29 DJ Delorie <dj@redhat.com>
685
686 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
687 relocs in .word/.etc statements.
688
427d0db6
RM
6892013-01-29 Roland McGrath <mcgrathr@google.com>
690
691 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
692 immediate value for 8-bit offset" error so it shows line info.
693
4faf939a
JM
6942013-01-24 Joseph Myers <joseph@codesourcery.com>
695
696 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
697 for 64-bit output.
698
78c8d46c
NC
6992013-01-24 Nick Clifton <nickc@redhat.com>
700
701 * config/tc-v850.c: Add support for e3v5 architecture.
702 * doc/c-v850.texi: Mention new support.
703
fb5b7503
NC
7042013-01-23 Nick Clifton <nickc@redhat.com>
705
706 PR gas/15039
707 * config/tc-avr.c: Include dwarf2dbg.h.
708
8ce3d284
L
7092013-01-18 H.J. Lu <hongjiu.lu@intel.com>
710
711 * config/tc-i386.c (reloc): Support size relocation only for ELF.
712 (tc_i386_fix_adjustable): Likewise.
713 (lex_got): Likewise.
714 (tc_gen_reloc): Likewise.
715
f5555712
YZ
7162013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
717
718 * config/tc-aarch64.c (output_operand_error_record): Change to output
719 the out-of-range error message as value-expected message if there is
720 only one single value in the expected range.
721 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
722 LSL #0 as a programmer-friendly feature.
723
8fd4256d
L
7242013-01-16 H.J. Lu <hongjiu.lu@intel.com>
725
726 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
727 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
728 BFD_RELOC_64_SIZE relocations.
729 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
730 for it.
731 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
732 relocations against local symbols.
733
a5840dce
AM
7342013-01-16 Alan Modra <amodra@gmail.com>
735
736 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
737 finding some sort of toc syntax error, and break to avoid
738 compiler uninit warning.
739
af89796a
L
7402013-01-15 H.J. Lu <hongjiu.lu@intel.com>
741
742 PR gas/15019
743 * config/tc-i386.c (lex_got): Increment length by 1 if the
744 relocation token is removed.
745
dd42f060
NC
7462013-01-15 Nick Clifton <nickc@redhat.com>
747
748 * config/tc-v850.c (md_assemble): Allow signed values for
749 V850E_IMMEDIATE.
750
464e3686
SK
7512013-01-11 Sean Keys <skeys@ipdatasys.com>
752
753 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 754 git to cvs.
464e3686 755
5817ffd1
PB
7562013-01-10 Peter Bergner <bergner@vnet.ibm.com>
757
758 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
759 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
760 * config/tc-ppc.c (md_show_usage): Likewise.
761 (ppc_handle_align): Handle power8's group ending nop.
762
f4b1f6a9
SK
7632013-01-10 Sean Keys <skeys@ipdatasys.com>
764
765 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 766 that the assember exits after the opcodes have been printed.
f4b1f6a9 767
34bca508
L
7682013-01-10 H.J. Lu <hongjiu.lu@intel.com>
769
770 * app.c: Remove trailing white spaces.
771 * as.c: Likewise.
772 * as.h: Likewise.
773 * cond.c: Likewise.
774 * dw2gencfi.c: Likewise.
775 * dwarf2dbg.h: Likewise.
776 * ecoff.c: Likewise.
777 * input-file.c: Likewise.
778 * itbl-lex.h: Likewise.
779 * output-file.c: Likewise.
780 * read.c: Likewise.
781 * sb.c: Likewise.
782 * subsegs.c: Likewise.
783 * symbols.c: Likewise.
784 * write.c: Likewise.
785 * config/tc-i386.c: Likewise.
786 * doc/Makefile.am: Likewise.
787 * doc/Makefile.in: Likewise.
788 * doc/c-aarch64.texi: Likewise.
789 * doc/c-alpha.texi: Likewise.
790 * doc/c-arc.texi: Likewise.
791 * doc/c-arm.texi: Likewise.
792 * doc/c-avr.texi: Likewise.
793 * doc/c-bfin.texi: Likewise.
794 * doc/c-cr16.texi: Likewise.
795 * doc/c-d10v.texi: Likewise.
796 * doc/c-d30v.texi: Likewise.
797 * doc/c-h8300.texi: Likewise.
798 * doc/c-hppa.texi: Likewise.
799 * doc/c-i370.texi: Likewise.
800 * doc/c-i386.texi: Likewise.
801 * doc/c-i860.texi: Likewise.
802 * doc/c-m32c.texi: Likewise.
803 * doc/c-m32r.texi: Likewise.
804 * doc/c-m68hc11.texi: Likewise.
805 * doc/c-m68k.texi: Likewise.
806 * doc/c-microblaze.texi: Likewise.
807 * doc/c-mips.texi: Likewise.
808 * doc/c-msp430.texi: Likewise.
809 * doc/c-mt.texi: Likewise.
810 * doc/c-s390.texi: Likewise.
811 * doc/c-score.texi: Likewise.
812 * doc/c-sh.texi: Likewise.
813 * doc/c-sh64.texi: Likewise.
814 * doc/c-tic54x.texi: Likewise.
815 * doc/c-tic6x.texi: Likewise.
816 * doc/c-v850.texi: Likewise.
817 * doc/c-xc16x.texi: Likewise.
818 * doc/c-xgate.texi: Likewise.
819 * doc/c-xtensa.texi: Likewise.
820 * doc/c-z80.texi: Likewise.
821 * doc/internals.texi: Likewise.
822
4c665b71
RM
8232013-01-10 Roland McGrath <mcgrathr@google.com>
824
825 * hash.c (hash_new_sized): Make it global.
826 * hash.h: Declare it.
827 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
828 pass a small size.
829
a3c62988
NC
8302013-01-10 Will Newton <will.newton@imgtec.com>
831
832 * Makefile.am: Add Meta.
833 * Makefile.in: Regenerate.
834 * config/tc-metag.c: New file.
835 * config/tc-metag.h: New file.
836 * configure.tgt: Add Meta.
837 * doc/Makefile.am: Add Meta.
838 * doc/Makefile.in: Regenerate.
839 * doc/all.texi: Add Meta.
840 * doc/as.texiinfo: Document Meta options.
841 * doc/c-metag.texi: New file.
842
b37df7c4
SE
8432013-01-09 Steve Ellcey <sellcey@mips.com>
844
845 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
846 calls.
847 * config/tc-mips.c (internalError): Remove, replace with abort.
848
a3251895
YZ
8492013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
850
851 * config/tc-aarch64.c (parse_operands): Change to compare the result
852 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
853
8ab8155f
NC
8542013-01-07 Nick Clifton <nickc@redhat.com>
855
856 PR gas/14887
857 * config/tc-arm.c (skip_past_char): Skip whitespace before the
858 anticipated character.
859 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
860 here as it is no longer needed.
861
a4ac1c42
AS
8622013-01-06 Andreas Schwab <schwab@linux-m68k.org>
863
864 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
865 * doc/c-score.texi (SCORE-Opts): Likewise.
866 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
867
e407c74b
NC
8682013-01-04 Juergen Urban <JuergenUrban@gmx.de>
869
870 * config/tc-mips.c: Add support for MIPS r5900.
871 Add M_LQ_AB and M_SQ_AB to support large values for instructions
872 lq and sq.
873 (can_swap_branch_p, get_append_method): Detect some conditional
874 short loops to fix a bug on the r5900 by NOP in the branch delay
875 slot.
876 (M_MUL): Support 3 operands in multu on r5900.
877 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
878 (s_mipsset): Force 32 bit floating point on r5900.
879 (mips_ip): Check parameter range of instructions mfps and mtps on
880 r5900.
881 * configure.in: Detect CPU type when target string contains r5900
882 (e.g. mips64r5900el-linux-gnu).
883
62658407
L
8842013-01-02 H.J. Lu <hongjiu.lu@intel.com>
885
886 * as.c (parse_args): Update copyright year to 2013.
887
95830fd1
YZ
8882013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
889
890 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
891 and "cortex57".
892
517bb291 8932013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 894
517bb291
NC
895 PR gas/14987
896 * config/tc-arm.c (parse_address_main): Skip whitespace before a
897 closing bracket.
d709e4e6 898
517bb291 899For older changes see ChangeLog-2012
08d56133 900\f
517bb291 901Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
902
903Copying and distribution of this file, with or without modification,
904are permitted in any medium without royalty provided the copyright
905notice and this notice are preserved.
906
08d56133
NC
907Local Variables:
908mode: change-log
909left-margin: 8
910fill-column: 74
911version-control: never
912End: