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