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