]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/ChangeLog
gdb/
[thirdparty/binutils-gdb.git] / gas / ChangeLog
CommitLineData
7bab7634
DC
12013-06-01 George Thomas <george.thomas@atmel.com>
2
3 * gas/config/tc-avr.c: Change ISA for devices with USB support to
4 AVR_ISA_XMEGAU
5
f60cf82f
L
62013-05-31 H.J. Lu <hongjiu.lu@intel.com>
7
8 * config/tc-i386.c (md_begin): Don't align text/data/bss sections
9 for ELF.
10
a3f278e2
CM
112013-05-31 Paul Brook <paul@codesourcery.com>
12
13 gas/
14 * config/tc-mips.c (s_ehword): New.
15
067ec077
CM
162013-05-30 Paul Brook <paul@codesourcery.com>
17
18 * config/tc-mips.c (md_apply_fix): Support BFD_RELOC_MIPS_EH.
19
d6101ac2
MR
202013-05-29 Maciej W. Rozycki <macro@codesourcery.com>
21
22 * write.c (resolve_reloc_expr_symbols): On REL targets don't
23 convert relocs who have no relocatable field either. Rephrase
24 the conditional so that the PC-relative check is only applied
25 for REL targets.
26
f19ccbda
MR
272013-05-28 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
28
29 * config/tc-mips.c (macro) <ld>: Don't use $zero for address
30 calculation.
31
418009c2
YZ
322013-05-28 Yufeng Zhang <yufeng.zhang@arm.com>
33
34 * config/tc-aarch64.c (reloc_table): Update to use
35 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE21 instead of
36 BFD_RELOC_AARCH64_TLSDESC_ADR_PAGE.
37 (md_apply_fix): Likewise.
38 (aarch64_force_relocation): Likewise.
39
0a8897c7
KT
402013-05-28 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
41
42 * config/tc-arm.c (it_fsm_post_encode): Improve
43 warning messages about deprecated IT block formats.
44
89d2a2a3
MS
452013-05-28 Marcus Shawcroft <marcus.shawcroft@arm.com>
46
47 * config/tc-aarch64.c (md_apply_fix): Move value range checking
48 inside fx_done condition.
49
c77c0862
RS
502013-05-22 Jürgen Urban <JuergenUrban@gmx.de>
51
52 * config/tc-mips.c (macro): Handle M_LQC2_AB and M_SQC2_AB.
53
c0637f3a
PB
542013-05-20 Peter Bergner <bergner@vnet.ibm.com>
55
56 * config/tc-ppc.c (ppc_setup_opcodes): Use new_seg to fix error
57 and clean up warning when using PRINT_OPCODE_TABLE.
58
5656a981
AM
592013-05-20 Alan Modra <amodra@gmail.com>
60
61 * config/tc-ppc.c (md_apply_fix): Hoist code common to insn
62 and data fixups performing shift/high adjust/sign extension on
63 fieldval. Sink fx_pcrel handling and checks. Use fixP->fx_size
64 when writing data fixups rather than recalculating size.
65
997b26e8
JBG
662013-05-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
67
68 * doc/c-msp430.texi: Fix typo.
69
9f6e76f4
TG
702013-05-16 Tristan Gingold <gingold@adacore.com>
71
72 * config/tc-ppc.c (ppc_is_toc_sym): Symbols of class XMC_TC
73 are also TOC symbols.
74
638d3803
NC
752013-05-16 Nick Clifton <nickc@redhat.com>
76
77 * config/tc-msp430.c: Make -mmcu recognise more part numbers.
78 Add -mcpu command to specify core type.
997b26e8 79 * doc/c-msp430.texi: Update documentation.
638d3803 80
b015e599
AP
812013-05-09 Andrew Pinski <apinski@cavium.com>
82
83 * config/tc-mips.c (struct mips_set_options): New ase_virt field.
84 (mips_opts): Update for the new field.
85 (file_ase_virt): New variable.
86 (ISA_SUPPORTS_VIRT_ASE): New macro.
87 (ISA_SUPPORTS_VIRT64_ASE): New macro.
88 (MIPS_CPU_ASE_VIRT): New define.
89 (is_opcode_valid): Handle ase_virt.
90 (macro_build): Handle "+J".
91 (validate_mips_insn): Likewise.
92 (mips_ip): Likewise.
93 (enum options): Add OPTION_VIRT and OPTION_NO_VIRT.
94 (md_longopts): Add mvirt and mnovirt
95 (md_parse_option): Handle OPTION_VIRT and OPTION_NO_VIRT.
96 (mips_after_parse_args): Handle ase_virt field.
97 (s_mipsset): Handle "virt" and "novirt".
98 (mips_elf_final_processing): Add a comment about virt ASE might need
99 a new flag.
100 (md_show_usage): Print out the usage of -mvirt and mno-virt options.
101 * doc/c-mips.texi: Document -mvirt and -mno-virt.
102 Document ".set virt" and ".set novirt".
103
da8094d7
AM
1042013-05-09 Alan Modra <amodra@gmail.com>
105
106 * config/tc-ppc.c (md_apply_fix): Sign extend fieldval under
107 control of operand flag bits.
108
c5f8c205
AM
1092013-05-07 Alan Modra <amodra@gmail.com>
110
111 * config/tc-ppc.c (PPC_VLE_SPLIT16A): Delete unused macro.
112 (PPC_VLE_SPLIT16D, PPC_VLE_LO16A, PPC_VLE_LO16D): Likewise.
113 (PPC_VLE_HI16A, PPC_VLE_HI16D): Likewise.
114 (PPC_VLE_HA16A, PPC_VLE_HA16D): Likewise.
115 (md_apply_fix): Set fx_no_overflow for assorted relocations.
116 Shift and sign-extend fieldval for use by some VLE reloc
117 operand->insert functions.
118
b47468a6
CM
1192013-05-06 Paul Brook <paul@codesourcery.com>
120 Catherine Moore <clm@codesourcery.com>
121
c5f8c205
AM
122 * config/tc-mips.c (md_pcrel_from): Handle BFD_RELOC_32_PCREL.
123 (limited_pcrel_reloc_p): Likewise.
b47468a6
CM
124 (md_apply_fix): Likewise.
125 (tc_gen_reloc): Likewise.
126
2de39019
CM
1272013-05-06 Richard Sandiford <rdsandiford@googlemail.com>
128
129 * config/tc-mips.c (limited_pcrel_reloc_p): New function.
130 (mips_fix_adjustable): Adjust pc-relative check to use
131 limited_pc_reloc_p.
132
754e2bb9
RS
1332013-05-02 Richard Sandiford <rdsandiford@googlemail.com>
134
135 * config/tc-mips.c (mips_pseudo_table): Add stabd and stabs entries.
136 (s_mips_stab): Do not restrict to stabn only.
137
13761a11
NC
1382013-05-02 Nick Clifton <nickc@redhat.com>
139
140 * config/tc-msp430.c: Add support for the MSP430X architecture.
141 Add code to insert a NOP instruction after any instruction that
142 might change the interrupt state.
143 Add support for the LARGE memory model.
144 Add code to initialise the .MSP430.attributes section.
145 * config/tc-msp430.h: Add support for the MSP430X architecture.
146 * doc/c-msp430.texi: Document the new -mL and -mN command line
147 options.
148 * NEWS: Mention support for the MSP430X architecture.
149
df26367c
MR
1502013-05-01 Maciej W. Rozycki <macro@codesourcery.com>
151
152 * configure.tgt: Replace alpha*-*-linuxecoff* pattern with
153 alpha*-*-linux*ecoff*.
154
f02d8318
CF
1552013-04-30 Chao-ying Fu <Chao-ying.Fu@imgtec.com>
156
157 * config/tc-mips.c (mips_ip): Add sizelo.
158 For "+C", "+G", and "+H", set sizelo and compare against it.
159
b40bf0a2
NC
1602013-04-29 Nick Clifton <nickc@redhat.com>
161
162 * as.c (Options): Add -gdwarf-sections.
163 (parse_args): Likewise.
164 * as.h (flag_dwarf_sections): Declare.
165 * dwarf2dbg.c (emit_fixed_inc_line_addr): Skip section changes.
166 (process_entries): When -gdwarf-sections is enabled generate
167 fragmentary .debug_line sections.
168 (out_debug_line): Set the section for the .debug_line section end
169 symbol.
170 * doc/as.texinfo: Document -gdwarf-sections.
171 * NEWS: Mention -gdwarf-sections.
172
8eeccb77 1732013-04-26 Christian Groessler <chris@groessler.org>
00a3147e
CG
174
175 * config/tc-z8k.c (md_parse_option): Set z8k_target_from_cmdline
176 according to the target parameter. Don't call s_segm since s_segm
177 calls bfd_set_arch_mach using stdoutput, but stdoutput isn't
178 initialized yet.
179 (md_begin): Call s_segm according to target parameter from command
180 line.
181
49926cd0
AM
1822013-04-25 Alan Modra <amodra@gmail.com>
183
184 * configure.in: Allow little-endian linux.
185 * configure: Regenerate.
186
e3031850
SL
1872013-04-24 Sandra Loosemore <sandra@codesourcery.com>
188
189 * config/tc-nios2.c (nios2_control_register_arg_p): Rename
190 "fstatus" control register to "eccinj".
191
cb948fc0
KT
1922013-04-19 Kai Tietz <ktietz@redhat.com>
193
194 * configure.tgt (i386-*-cygwin): Handle x86_64 cygwin.
195
4455e9ad
JB
1962013-04-15 Julian Brown <julian@codesourcery.com>
197
198 * expr.c (add_to_result, subtract_from_result): Make global.
199 * expr.h (add_to_result, subtract_from_result): Add prototypes.
200 * config/tc-sh.c (sh_optimize_expr): Use add_to_result,
201 subtract_from_result to handle extra bit of precision for .sleb128
202 directive operands.
203
956a6ba3
JB
2042013-04-10 Julian Brown <julian@codesourcery.com>
205
206 * read.c (convert_to_bignum): Add sign parameter. Use it
207 instead of X_unsigned to determine sign of resulting bignum.
208 (emit_expr): Pass extra argument to convert_to_bignum.
209 (emit_leb128_expr): Use X_extrabit instead of X_unsigned. Pass
210 X_extrabit to convert_to_bignum.
211 (parse_bitfield_cons): Set X_extrabit.
212 * expr.c (make_expr_symbol, expr_build_uconstant, operand):
213 Initialise X_extrabit field as appropriate.
214 (add_to_result): New.
215 (subtract_from_result): New.
216 (expr): Use above.
217 * expr.h (expressionS): Add X_extrabit field.
218
eb9f3f00
JB
2192013-04-10 Jan Beulich <jbeulich@suse.com>
220
221 * gas/config/tc-arm.c (encode_arm_addr_mode_3): Only reject base
222 register being PC when is_t or writeback, and use distinct
223 diagnostic for the latter case.
224
ccb84d65
JB
2252013-04-10 Jan Beulich <jbeulich@suse.com>
226
227 * gas/config/tc-arm.c (parse_operands): Re-write
228 po_barrier_or_imm().
229 (do_barrier): Remove bogus constraint().
230 (do_t_barrier): Remove.
231
4d13caa0
NC
2322013-04-09 Joerg Wunsch <joerg.wunsch@atmel.com>
233
234 * gas/config/tc-avr.c (mcu_types): Add ATmega64RFR2,
235 ATmega644RFR2, ATmega128RFR2, ATmega1284RFR2, ATmega256RFR2,
236 ATmega2564RFR2
237 * gas/doc/c-avr.texi (-mmcu documentation): Likewise.
238
16d02dc9
JB
2392013-04-09 Jan Beulich <jbeulich@suse.com>
240
241 * gas/config/tc-arm.c (do_vmrs): Accept all control registers.
242 Use local variable Rt in more places.
243 (do_vmsr): Accept all control registers.
244
05ac0ffb
JB
2452013-04-09 Jan Beulich <jbeulich@suse.com>
246
247 * gas/config/tc-arm.c (do_neon_mov): Fake an instruction suffix
248 if there was none specified for moves between scalar and core
249 register.
250
2d51fb74
JB
2512013-04-09 Jan Beulich <jbeulich@suse.com>
252
253 * gas/config/tc-arm.c (do_neon_ldx_stx): Reject VSTn in the
254 NEON_ALL_LANES case.
255
94dcf8bf
JB
2562013-04-08 Jan Beulich <jbeulich@suse.com>
257
258 * gas/config/tc-arm.c (do_neon_ldr_str): Correct disgnostics for
259 PC-relative VSTR.
260
1472d06f
JB
2612013-04-08 Jan Beulich <jbeulich@suse.com>
262
263 * gas/config/tc-arm.c (reg_names): Convert duplicate SP_fiq
264 entry to sp_fiq.
265
0c76cae8
AM
2662013-04-03 Alan Modra <amodra@gmail.com>
267
268 * doc/as.texinfo: Add support to generate man options for h8300.
269 * doc/c-h8300.texi: Likewise.
270
92eb40d9
RR
2712013-03-28 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
272
273 * config/tc-arm.c (arm_cpus): Add support for Cortex-A53 and
274 Cortex-A57.
275
51dcdd4d
NC
2762013-03-27 Alexis Deruelle <alexis.deruelle@gmail.com>
277
278 PR binutils/15068
279 * config/tc-tic6x.c (tic6x_try_encode): Add use of bitfields array.
280
c5d685bf
NC
2812013-03-26 Nick Clifton <nickc@redhat.com>
282
9b978282
NC
283 PR gas/15295
284 * listing.c (rebuffer_line): Rewrite to avoid seeking back to the
285 start of the file each time.
286
c5d685bf
NC
287 PR gas/15178
288 * config/tc-sparc.h (ELF_TARGET_FORMAT): Set to elf32-sparc for
289 FreeBSD targets.
290
9699c833
TG
2912013-03-26 Douglas B Rupp <rupp@gnat.com>
292
293 * config/tc-ia64.c (emit_one_bundle): Move last_slot adjustment
294 after fixup.
295
4755303e
WN
2962013-03-21 Will Newton <will.newton@linaro.org>
297
298 * config/tc-arm.c (encode_thumb32_addr_mode): Emit an error for all
299 pc-relative str instructions in Thumb mode.
300
81f5558e
NC
3012013-03-21 Michael Schewe <michael.schewe@gmx.net>
302
303 * config/tc-h8300.c (do_a_fix_imm): Add relaxation of mov
304 @(disp:32,ERx) to mov @(disp:16,ERx) insns by new reloc
305 R_H8_DISP32A16.
306 * config/tc-h8300.h: Remove duplicated defines.
307
71863e73
NC
3082013-03-21 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
309
310 PR gas/15282
311 * tc-avr.c (mcu_has_3_byte_pc): New function.
312 (tc_cfi_frame_initial_instructions): Call it to find return
313 address size.
314
795b8e6b
NC
3152013-03-20 Alexis Deruelle <alexis.deruelle@gmail.com>
316
317 PR gas/15095
318 * config/tc-tic6x.c (tic6x_try_encode): Handle
319 tic6x_coding_dreg_(msb|lsb) field coding types and use it to
320 encode register pair numbers when required.
321
ba86b375
WN
3222013-03-15 Will Newton <will.newton@linaro.org>
323
324 * config/tc-arm.c (do_neon_ldr_str): Fix error check for PC register
325 in vstr in Thumb mode for pre-ARMv7 cores.
326
9e6f3811
AS
3272013-03-14 Andreas Schwab <schwab@suse.de>
328
329 * doc/c-arc.texi (ARC Directives): Revert last change and use
330 @itemize instead of @table.
331 * doc/c-arm.texi (ARM-Instruction-Set): Likewise.
332
b10bf8c5
NC
3332013-03-14 Nick Clifton <nickc@redhat.com>
334
335 PR gas/15273
336 * config/tc-arm.c (do_co_reg): Do not call check_obsolete with a
337 NULL message, instead just check ARM_CPU_IS_ANY directly.
338
ba724cfc
NC
3392013-03-14 Nick Clifton <nickc@redhat.com>
340
341 PR gas/15212
9e6f3811 342 * doc/c-arc.texi (ARC Directives): Use @code instead of @bullet
ba724cfc
NC
343 for table format.
344 * doc/c-arm.texi (ARM-Instruction-Set): Likewise. Also add text
345 to the @item directives.
346 (ARM-Neon-Alignment): Move to correct place in the document.
347 * doc/c-cr16.texi (CR16 Operand Qualifiers): Fix up table
348 formatting.
349 * doc/c-tic54x.texi (TIC54X-Subsyms): Correct use of
350 @smallexample.
351
531a94fd
SL
3522013-03-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
353
354 * config/tc-nios2.c (nios2_consume_arg): Delete 'k' case. Add 'o'
355 case. Add default BAD_CASE to switch.
356
dad60f8e
SL
3572013-03-11 Sebastian Huber <sebastian.huber@embedded-brains.de>
358
359 * config/tc-nios2.c (nios2_assemble_args_ds): New function.
360 (nios2_arg_info_structs): Add "d,s" and "d,s,E" entries.
361
dd5181d5
KT
3622013-03-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
363
364 * config/tc-arm.c (crc_ext_armv8): New feature set.
365 (UNPRED_REG): New macro.
366 (do_crc32_1): New function.
367 (do_crc32b, do_crc32h, do_crc32w, do_crc32cb,
368 do_crc32ch, do_crc32cw): Likewise.
369 (TUEc): New macro.
370 (insns): Add entries for crc32 mnemonics.
371 (arm_extensions): Add entry for crc.
372
8e723a10
CLT
3732013-03-08 Chung-Lin Tang <cltang@codesourcery.com>
374
375 * write.h (struct fix): Add fx_dot_frag field.
376 (dot_frag): Declare.
377 * write.c (dot_frag): New variable.
378 (fix_new_internal): Set fx_dot_frag field with dot_frag.
379 (fixup_segment): Base calculation of fx_offset with fx_dot_frag.
380 * expr.c (expr): Save value of frag_now in dot_frag when setting
381 dot_value.
382 * read.c (emit_expr): Likewise. Delete comments.
383
be05d201
L
3842013-03-07 H.J. Lu <hongjiu.lu@intel.com>
385
386 * config/tc-i386.c (flag_code_names): Removed.
387 (i386_index_check): Rewrote.
388
62b0d0d5
YZ
3892013-03-05 Yufeng Zhang <yufeng.zhang@arm.com>
390
391 * config/tc-aarch64.c (aarch64_imm_float_p): Rename 'e' to 'pattern';
392 add comment.
393 (aarch64_double_precision_fmovable): New function.
394 (parse_aarch64_imm_float): Add parameter 'dp_p'; call the new
395 function; handle hexadecimal representation of IEEE754 encoding.
396 (parse_operands): Update the call to parse_aarch64_imm_float.
397
165de32a
L
3982013-02-28 H.J. Lu <hongjiu.lu@intel.com>
399
400 * config/tc-i386.c (_i386_insn): Replace have_hle with hle_prefix.
401 (check_hle): Updated.
402 (md_assemble): Likewise.
403 (parse_insn): Likewise.
404
d5de92cf
L
4052013-02-28 H.J. Lu <hongjiu.lu@intel.com>
406
407 * config/tc-i386.c (_i386_insn): Add rep_prefix.
9e6f3811 408 (md_assemble): Check if REP prefix is OK.
d5de92cf
L
409 (parse_insn): Remove expecting_string_instruction. Set
410 i.rep_prefix.
411
e60bb1dd
YZ
4122013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
413
414 * config/tc-aarch64.c (aarch64_features): Add the 'crc' option.
415
aeebdd9b
YZ
4162013-02-28 Yufeng Zhang <yufeng.zhang@arm.com>
417
418 * config/tc-aarch64.c (parse_sys_reg): Allow the full range of CRn
419 for system registers.
420
4107ae22
DD
4212013-02-27 DJ Delorie <dj@redhat.com>
422
423 * config/tc-rl78.c (reloc_function): Add %code -> BFD_RELOC_RL78_CODE.
424 (rl78_op): Handle %code().
425 (rl78_cons_fix_new): Likewise, but ignore for 20-bit operands.
426 (tc_gen_reloc): Likwise; convert to a computed reloc.
427 (md_apply_fix): Likewise.
428
151fa98f
NC
4292013-02-25 Kaushik Phatak <Kaushik.Phatak@kpitcummins.com>
430
431 * config/rl78-parse.y: Fix encoding of DIVWU insn.
432
70a8bc5b 4332013-02-25 Terry Guo <terry.guo@arm.com>
434
435 * config/tc-arm.c (arm_cpus): Add cortex-r7 entry.
436 * doc/c-arm.texi: Add cortex-r7 and missing cortex-r5 to
437 list of accepted CPUs.
438
5c111e37
L
4392013-02-19 H.J. Lu <hongjiu.lu@intel.com>
440
441 PR gas/15159
442 * config/tc-i386.c (cpu_arch): Add ".smap".
443
444 * doc/c-i386.texi: Document smap.
445
8a75745d
MR
4462013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
447
448 * config/tc-mips.c (s_cpload): Call mips_mark_labels and set
449 mips_assembling_insn appropriately.
450 (s_cpsetup, s_cprestore, s_cpreturn, s_cpadd): Likewise.
451
79850f26
MR
4522013-02-18 Maciej W. Rozycki <macro@codesourcery.com>
453
cf29fc61 454 * config/tc-mips.c (append_insn): Correct indentation, remove
79850f26
MR
455 extraneous braces.
456
4c261dff
NC
4572013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
458
5c111e37 459 * config/tc-arm.c (do_neon_mov): Break on NS_NULL.
4c261dff 460
ea33f281
NC
4612013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
462
463 * configure.tgt: Add nios2-*-rtems*.
464
a1ccaec9
YZ
4652013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
466
467 * config/tc-aarch64.c (md_begin): Change to check if 'name' is
468 NULL.
469
0aa27725
RS
4702013-02-09 Jürgen Urban <JuergenUrban@gmx.de>
471
472 * config/tc-mips.c (CPU_HAS_LDC1_SDC1): New macro.
473 (macro): Use it. Assert that trunc.w.s is not used for r5900.
474
da4339ed
NC
4752013-02-08 Yi-Hsiu, Hsu <ahsu@marvell.com>
476
477 * gas/config/tc-arm.c (arm_cpus): Add support for mcpu=marvell-pj4
478 core.
479
36591ba1 4802013-02-06 Sandra Loosemore <sandra@codesourcery.com>
5c111e37 481 Andrew Jenner <andrew@codesourcery.com>
36591ba1
SL
482
483 Based on patches from Altera Corporation.
484
485 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-nios2.c.
486 (TARGET_CPU_HFILES): Add config/tc-nios2.h.
487 * Makefile.in: Regenerated.
488 * configure.tgt: Add case for nios2*-linux*.
489 * config/obj-elf.c: Conditionally include elf/nios2.h.
490 * config/tc-nios2.c: New file.
491 * config/tc-nios2.h: New file.
492 * doc/Makefile.am (CPU_DOCS): Add c-nios2.texi.
493 * doc/Makefile.in: Regenerated.
494 * doc/all.texi: Set NIOSII.
495 * doc/as.texinfo (Overview): Add Nios II options.
496 (Machine Dependencies): Include c-nios2.texi.
497 * doc/c-nios2.texi: New file.
498 * NEWS: Note Altera Nios II support.
499
94d4433a
AM
5002013-02-06 Alan Modra <amodra@gmail.com>
501
502 PR gas/14255
503 * config/tc-avr.h (TC_VALIDATE_FIX): Mark symbol used by reloc.
504 Don't skip fixups with fx_subsy non-NULL.
505 * config/tc-avr.c (tc_gen_reloc): Don't specially handle fixups
506 with fx_subsy non-NULL.
507
ace9af6f
L
5082013-02-04 H.J. Lu <hongjiu.lu@intel.com>
509
510 * doc/c-metag.texi: Add "@c man" markers.
511
89d67ed9
AM
5122013-02-04 Alan Modra <amodra@gmail.com>
513
514 * write.c (fixup_segment): Return void. Delete seg_reloc_count
515 related code.
516 (TC_ADJUST_RELOC_COUNT): Delete.
517 * config/tc-i960.h (TC_ADJUST_RELOC_COUNT): Delete.
518
89072bd6
AM
5192013-02-04 Alan Modra <amodra@gmail.com>
520
521 * po/POTFILES.in: Regenerate.
522
f9b2d544
NC
5232013-01-30 Markos Chandras <markos.chandras@imgtec.com>
524
525 * config/tc-metag.c: Make SWAP instruction less permissive with
526 its operands.
527
392ca752
DD
5282013-01-29 DJ Delorie <dj@redhat.com>
529
530 * config/tc-rl78.c (rl78_cons_fix_new): Handle user-specified
531 relocs in .word/.etc statements.
532
427d0db6
RM
5332013-01-29 Roland McGrath <mcgrathr@google.com>
534
535 * config/tc-arm.c (md_apply_fix): Use as_bad_where for "bad
536 immediate value for 8-bit offset" error so it shows line info.
537
4faf939a
JM
5382013-01-24 Joseph Myers <joseph@codesourcery.com>
539
540 * config/tc-ppc.c (md_assemble): Do not generate APUinfo sections
541 for 64-bit output.
542
78c8d46c
NC
5432013-01-24 Nick Clifton <nickc@redhat.com>
544
545 * config/tc-v850.c: Add support for e3v5 architecture.
546 * doc/c-v850.texi: Mention new support.
547
fb5b7503
NC
5482013-01-23 Nick Clifton <nickc@redhat.com>
549
550 PR gas/15039
551 * config/tc-avr.c: Include dwarf2dbg.h.
552
8ce3d284
L
5532013-01-18 H.J. Lu <hongjiu.lu@intel.com>
554
555 * config/tc-i386.c (reloc): Support size relocation only for ELF.
556 (tc_i386_fix_adjustable): Likewise.
557 (lex_got): Likewise.
558 (tc_gen_reloc): Likewise.
559
f5555712
YZ
5602013-01-17 Yufeng Zhang <yufeng.zhang@arm.com>
561
562 * config/tc-aarch64.c (output_operand_error_record): Change to output
563 the out-of-range error message as value-expected message if there is
564 only one single value in the expected range.
565 (programmer_friendly_fixup): Remove the handling of 8-bit MOVI with
566 LSL #0 as a programmer-friendly feature.
567
8fd4256d
L
5682013-01-16 H.J. Lu <hongjiu.lu@intel.com>
569
570 * config/tc-i386.c (reloc): Support BFD_RELOC_SIZE32.
571 (tc_i386_fix_adjustable): Keep symbol for BFD_RELOC_32_SIZE and
572 BFD_RELOC_64_SIZE relocations.
573 (lex_got): Support "symbol@SIZE" and don't create GOT symbol
574 for it.
575 (tc_gen_reloc): Resolve BFD_RELOC_SIZE32 and BFD_RELOC_SIZE64
576 relocations against local symbols.
577
a5840dce
AM
5782013-01-16 Alan Modra <amodra@gmail.com>
579
580 * config/tc-ppc.c (md_assemble <TE_PE>): Ignore line after
581 finding some sort of toc syntax error, and break to avoid
582 compiler uninit warning.
583
af89796a
L
5842013-01-15 H.J. Lu <hongjiu.lu@intel.com>
585
586 PR gas/15019
587 * config/tc-i386.c (lex_got): Increment length by 1 if the
588 relocation token is removed.
589
dd42f060
NC
5902013-01-15 Nick Clifton <nickc@redhat.com>
591
592 * config/tc-v850.c (md_assemble): Allow signed values for
593 V850E_IMMEDIATE.
594
464e3686
SK
5952013-01-11 Sean Keys <skeys@ipdatasys.com>
596
597 * config/tc-xgate.c (md_begin): Fix mistake made when going from
af89796a 598 git to cvs.
464e3686 599
5817ffd1
PB
6002013-01-10 Peter Bergner <bergner@vnet.ibm.com>
601
602 * doc/as.texinfo (Target PowerPC): Document -mpower8 and -mhtm.
603 * doc/c-ppc.texi (PowerPC-Opts): Likewise.
604 * config/tc-ppc.c (md_show_usage): Likewise.
605 (ppc_handle_align): Handle power8's group ending nop.
606
f4b1f6a9
SK
6072013-01-10 Sean Keys <skeys@ipdatasys.com>
608
609 * config/tc-xgate.c (md_begin): Fix the printing of opcodes so
af89796a 610 that the assember exits after the opcodes have been printed.
f4b1f6a9 611
34bca508
L
6122013-01-10 H.J. Lu <hongjiu.lu@intel.com>
613
614 * app.c: Remove trailing white spaces.
615 * as.c: Likewise.
616 * as.h: Likewise.
617 * cond.c: Likewise.
618 * dw2gencfi.c: Likewise.
619 * dwarf2dbg.h: Likewise.
620 * ecoff.c: Likewise.
621 * input-file.c: Likewise.
622 * itbl-lex.h: Likewise.
623 * output-file.c: Likewise.
624 * read.c: Likewise.
625 * sb.c: Likewise.
626 * subsegs.c: Likewise.
627 * symbols.c: Likewise.
628 * write.c: Likewise.
629 * config/tc-i386.c: Likewise.
630 * doc/Makefile.am: Likewise.
631 * doc/Makefile.in: Likewise.
632 * doc/c-aarch64.texi: Likewise.
633 * doc/c-alpha.texi: Likewise.
634 * doc/c-arc.texi: Likewise.
635 * doc/c-arm.texi: Likewise.
636 * doc/c-avr.texi: Likewise.
637 * doc/c-bfin.texi: Likewise.
638 * doc/c-cr16.texi: Likewise.
639 * doc/c-d10v.texi: Likewise.
640 * doc/c-d30v.texi: Likewise.
641 * doc/c-h8300.texi: Likewise.
642 * doc/c-hppa.texi: Likewise.
643 * doc/c-i370.texi: Likewise.
644 * doc/c-i386.texi: Likewise.
645 * doc/c-i860.texi: Likewise.
646 * doc/c-m32c.texi: Likewise.
647 * doc/c-m32r.texi: Likewise.
648 * doc/c-m68hc11.texi: Likewise.
649 * doc/c-m68k.texi: Likewise.
650 * doc/c-microblaze.texi: Likewise.
651 * doc/c-mips.texi: Likewise.
652 * doc/c-msp430.texi: Likewise.
653 * doc/c-mt.texi: Likewise.
654 * doc/c-s390.texi: Likewise.
655 * doc/c-score.texi: Likewise.
656 * doc/c-sh.texi: Likewise.
657 * doc/c-sh64.texi: Likewise.
658 * doc/c-tic54x.texi: Likewise.
659 * doc/c-tic6x.texi: Likewise.
660 * doc/c-v850.texi: Likewise.
661 * doc/c-xc16x.texi: Likewise.
662 * doc/c-xgate.texi: Likewise.
663 * doc/c-xtensa.texi: Likewise.
664 * doc/c-z80.texi: Likewise.
665 * doc/internals.texi: Likewise.
666
4c665b71
RM
6672013-01-10 Roland McGrath <mcgrathr@google.com>
668
669 * hash.c (hash_new_sized): Make it global.
670 * hash.h: Declare it.
671 * macro.c (define_macro): Use hash_new_sized instead of hash_new,
672 pass a small size.
673
a3c62988
NC
6742013-01-10 Will Newton <will.newton@imgtec.com>
675
676 * Makefile.am: Add Meta.
677 * Makefile.in: Regenerate.
678 * config/tc-metag.c: New file.
679 * config/tc-metag.h: New file.
680 * configure.tgt: Add Meta.
681 * doc/Makefile.am: Add Meta.
682 * doc/Makefile.in: Regenerate.
683 * doc/all.texi: Add Meta.
684 * doc/as.texiinfo: Document Meta options.
685 * doc/c-metag.texi: New file.
686
b37df7c4
SE
6872013-01-09 Steve Ellcey <sellcey@mips.com>
688
689 * config/tc-i386.c (md_begin): Remove 'internal Error' from as_fatal
690 calls.
691 * config/tc-mips.c (internalError): Remove, replace with abort.
692
a3251895
YZ
6932013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
694
695 * config/tc-aarch64.c (parse_operands): Change to compare the result
696 of function call 'parse_sys_reg' with 'PARSE_FAIL' instead of 'FALSE'.
697
8ab8155f
NC
6982013-01-07 Nick Clifton <nickc@redhat.com>
699
700 PR gas/14887
701 * config/tc-arm.c (skip_past_char): Skip whitespace before the
702 anticipated character.
703 * config/tc-arm.c (parse_address_main): Delete skip of whitespace
704 here as it is no longer needed.
705
a4ac1c42
AS
7062013-01-06 Andreas Schwab <schwab@linux-m68k.org>
707
708 * doc/c-mips.texi (MIPS Opts): Fix use of @itemx.
709 * doc/c-score.texi (SCORE-Opts): Likewise.
710 * doc/c-tic54x.texi (TIC54X-Directives): Likewise.
711
e407c74b
NC
7122013-01-04 Juergen Urban <JuergenUrban@gmx.de>
713
714 * config/tc-mips.c: Add support for MIPS r5900.
715 Add M_LQ_AB and M_SQ_AB to support large values for instructions
716 lq and sq.
717 (can_swap_branch_p, get_append_method): Detect some conditional
718 short loops to fix a bug on the r5900 by NOP in the branch delay
719 slot.
720 (M_MUL): Support 3 operands in multu on r5900.
721 (M_TRUNCWS): Support trunc.w.s on r5900 in MIPS ISA I.
722 (s_mipsset): Force 32 bit floating point on r5900.
723 (mips_ip): Check parameter range of instructions mfps and mtps on
724 r5900.
725 * configure.in: Detect CPU type when target string contains r5900
726 (e.g. mips64r5900el-linux-gnu).
727
62658407
L
7282013-01-02 H.J. Lu <hongjiu.lu@intel.com>
729
730 * as.c (parse_args): Update copyright year to 2013.
731
95830fd1
YZ
7322013-01-02 Yufeng Zhang <yufeng.zhang@arm.com>
733
734 * config/tc-aarch64.c (aarch64_cpus): Add entries for "cortex-a53"
735 and "cortex57".
736
517bb291 7372013-01-02 Nick Clifton <nickc@redhat.com>
d709e4e6 738
517bb291
NC
739 PR gas/14987
740 * config/tc-arm.c (parse_address_main): Skip whitespace before a
741 closing bracket.
d709e4e6 742
517bb291 743For older changes see ChangeLog-2012
08d56133 744\f
517bb291 745Copyright (C) 2013 Free Software Foundation, Inc.
752937aa
NC
746
747Copying and distribution of this file, with or without modification,
748are permitted in any medium without royalty provided the copyright
749notice and this notice are preserved.
750
08d56133
NC
751Local Variables:
752mode: change-log
753left-margin: 8
754fill-column: 74
755version-control: never
756End: