1 2014-03-05 Alan Modra <amodra@gmail.com>
3 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
4 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
6 2014-03-05 Alan Modra <amodra@gmail.com>
8 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
9 later. Merge absolute and relative branch reloc selection.
10 Generate 16-bit relocs for most 16-bit insn fields given a
11 non-constant expression.
13 2014-03-05 Alan Modra <amodra@gmail.com>
15 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
16 (md_assemble): Don't call ppc_is_toc_sym for ELF.
18 2014-03-04 Heiher <r@hev.cc>
20 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
23 2014-03-03 Nick Clifton <nickc@redhat.com>
25 * config/msp430/msp430.c: Replace known mcu array with known
26 msp430 ISA mcu name array.
27 Accept any name for -mmcu option.
28 Add -mz option to warn about missing NOP following an interrupt
31 (msp430_operands): Emit a warning, if requested, when an interrupt
32 changing instruction is not followed by a NOP.
33 * doc/c-msp430.c: Document -mz option.
35 2014-03-03 Alan Modra <amodra@gmail.com>
37 * config/bfin-lex-wrapper.c: Correct copyright date.
38 * config/obj-fdpicelf.c: Likewise.
39 * config/obj-fdpicelf.h: Likewise.
40 * config/tc-frv.c: Correct copyright punctuation.
41 * config/tc-ip2k.c: Likewise.
42 * config/tc-iq2000.c: Likewise.
43 * config/tc-mep.c: Likewise.
44 * config/tc-tic4x.c: Likewise.
45 * config/tc-tic4x.h: Likewise.
47 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
49 * config/tc-avr.c: Remove atxmega16x1.
51 2014-02-28 Alan Modra <amodra@gmail.com>
53 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
54 field for 64-bit dwarf.
56 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
58 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
59 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
61 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
63 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
64 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
65 clflushopt/.clfushopt.
67 2014-02-10 Alan Modra <amodra@gmail.com>
69 * po/POTFILES.in: Regenerate.
70 * po/gas.pot: Regenerate.
72 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
74 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
75 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
76 %got_hiadj relocation operators. Sort table and add comment
78 (nios2_fix_adjustable): Test for new relocs.
79 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
82 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
84 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
85 (nios2_assemble_args_m): Likewise.
86 (md_assemble): Likewise.
88 2014-01-24 DJ Delorie <dj@redhat.com>
90 * config/tc-msp430.c (msp430_section): Always flag data sections,
92 (msp430_frob_section): New. Make sure all sections are noticed if
94 (msp430_lcomm): New. Flag bss if .lcomm is seen.
95 (msp430_comm): New. Likewise.
96 (md_pseudo_table): Add them.
97 * config/tc-msp430.h (msp430_frob_section): Declare.
98 (tc_frob_section): Define.
100 2014-01-23 Nick Clifton <nickc@redhat.com>
102 * config/tc-msp430.c (show_mcu_list): Delete.
103 (md_parse_option): Accept any MCU name. Accept several more
104 variants for the -mcpu option.
105 (md_show_usage): Do not call show_mcu_list.
107 2014-01-22 DJ Delorie <dj@redhat.com>
109 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
110 * doc/c-msp430.texi (MSP430 Directives): Document it.
112 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
114 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
117 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
120 * config/tc-i386.c (check_VecOperands): Add check for invalid
121 register set in AVX512 gathers.
123 2014-01-22 Alan Modra <amodra@gmail.com>
125 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
127 2014-01-21 DJ Delorie <dj@redhat.com>
129 * config/tc-rl78.c (require_end_of_expr): New.
130 (md_operand): Call it.
131 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
134 2014-01-17 Will Newton <will.newton@linaro.org>
136 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
137 for the s32.f64 flavours of VCVT.
139 2014-01-14 Nick Clifton <nickc@redhat.com>
142 * config/tc-z80.c (wrong_match): Provide format string to
144 (parse_exp_not_indexed): Delete unused variable dummy.
145 (emit_byte): Delete unused variable fixp.
147 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
149 * config/tc-i386.c (regbnd): Removed.
150 (vec_disp8): Likewise.
152 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
154 * as.c (parse_args): Update copyright year to 2014.
156 2014-01-07 Tom Tromey <tromey@redhat.com>
158 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
161 2014-01-07 Tom Tromey <tromey@redhat.com>
163 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
166 2014-01-07 Tom Tromey <tromey@redhat.com>
168 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
170 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
172 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
174 For older changes see ChangeLog-2013
176 Copyright (C) 2014 Free Software Foundation, Inc.
178 Copying and distribution of this file, with or without modification,
179 are permitted in any medium without royalty provided the copyright
180 notice and this notice are preserved.
186 version-control: never