autoreconf
[platform/upstream/binutils.git] / gas / ChangeLog
1 2014-03-12  Alan Modra  <amodra@gmail.com>
2
3         * Makefile.in: Regenerate.
4         * config.in: Regenerate.
5         * doc/Makefile.in: Regenerate.
6
7 2014-03-06  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
8         Vishnu KS <Vishnu.k_s@atmel.com>
9         Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
10         Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
11
12         * gas/tc-avr.c: Add new devices
13         avr25: ata5272, attiny828
14         avr35: ata5505, attiny1634
15         avr4: atmega8a, ata6285, ata6286, atmega48pa
16         avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
17         atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
18         atmega16hva2
19         avr51: atmega128a, atmega1284
20         avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
21         atxmega32e5, atxmega16e5, atxmega8e5
22         avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
23         atxmega64c3, atxmega64d4
24         avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
25         atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
26         atxmega256c3, atxmega384c3, atxmega384d3
27         avrxmega7: atxmega128a4u
28         * doc/c-avr.texi: Ditto.
29
30 2014-03-05  Alan Modra  <amodra@gmail.com>
31
32         Update copyright years.
33
34 2014-03-05  Alan Modra  <amodra@gmail.com>
35
36         * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
37         (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
38
39 2014-03-05  Alan Modra  <amodra@gmail.com>
40
41         * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
42         later.  Merge absolute and relative branch reloc selection.
43         Generate 16-bit relocs for most 16-bit insn fields given a
44         non-constant expression.
45
46 2014-03-05  Alan Modra  <amodra@gmail.com>
47
48         * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
49         (md_assemble): Don't call ppc_is_toc_sym for ELF.
50
51 2014-03-04  Heiher  <r@hev.cc>
52
53         * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
54         Loongson-3A.
55
56 2014-03-03  Nick Clifton  <nickc@redhat.com>
57
58         * config/msp430/msp430.c: Replace known mcu array with known
59         msp430 ISA mcu name array.
60         Accept any name for -mmcu option.
61         Add -mz option to warn about missing NOP following an interrupt
62         status change.
63         (check_for_nop): New.
64         (msp430_operands): Emit a warning, if requested, when an interrupt
65         changing instruction is not followed by a NOP.
66         * doc/c-msp430.c: Document -mz option.
67
68 2014-03-03  Alan Modra  <amodra@gmail.com>
69
70         * config/bfin-lex-wrapper.c: Correct copyright date.
71         * config/obj-fdpicelf.c: Likewise.
72         * config/obj-fdpicelf.h: Likewise.
73         * config/tc-frv.c: Correct copyright punctuation.
74         * config/tc-ip2k.c: Likewise.
75         * config/tc-iq2000.c: Likewise.
76         * config/tc-mep.c: Likewise.
77         * config/tc-tic4x.c: Likewise.
78         * config/tc-tic4x.h: Likewise.
79
80 2014-03-01  Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
81
82         * config/tc-avr.c: Remove atxmega16x1.
83
84 2014-02-28  Alan Modra  <amodra@gmail.com>
85
86         * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
87         field for 64-bit dwarf.
88
89 2014-02-21  Ilya Tocar  <ilya.tocar@intel.com>
90
91         * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
92         * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
93
94 2014-02-12  Ilya Tocar  <ilya.tocar@intel.com>
95
96         * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
97         * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
98         clflushopt/.clfushopt.
99
100 2014-02-10  Alan Modra  <amodra@gmail.com>
101
102         * po/POTFILES.in: Regenerate.
103         * po/gas.pot: Regenerate.
104
105 2014-02-03  Sandra Loosemore  <sandra@codesourcery.com>
106
107         * config/tc-nios2.c (md_apply_fix): Test for new relocs.
108         (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
109         %got_hiadj relocation operators.  Sort table and add comment
110         to explain ordering.
111         (nios2_fix_adjustable): Test for new relocs.
112         * doc/c-nios2.texi (Nios II Relocations): Document new relocation
113         operators.
114
115 2014-01-30  Sandra Loosemore  <sandra@codesourcery.com>
116
117         * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
118         (nios2_assemble_args_m): Likewise.
119         (md_assemble): Likewise.
120
121 2014-01-24  DJ Delorie  <dj@redhat.com>
122
123         * config/tc-msp430.c (msp430_section): Always flag data sections,
124         regardless of -md.
125         (msp430_frob_section): New.  Make sure all sections are noticed if
126         they have content.
127         (msp430_lcomm): New.  Flag bss if .lcomm is seen.
128         (msp430_comm): New.  Likewise.
129         (md_pseudo_table): Add them.
130         * config/tc-msp430.h (msp430_frob_section): Declare.
131         (tc_frob_section): Define.
132
133 2014-01-23  Nick Clifton  <nickc@redhat.com>
134
135         * config/tc-msp430.c (show_mcu_list): Delete.
136         (md_parse_option): Accept any MCU name.  Accept several more
137         variants for the -mcpu option.
138         (md_show_usage): Do not call show_mcu_list.
139
140 2014-01-22  DJ Delorie  <dj@redhat.com>
141
142         * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
143         * doc/c-msp430.texi (MSP430 Directives): Document it.
144
145 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
146
147         * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
148         gather assert.
149
150 2014-01-22  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
151
152         PR gas/16489
153         * config/tc-i386.c (check_VecOperands): Add check for invalid
154         register set in AVX512 gathers.
155
156 2014-01-22  Alan Modra  <amodra@gmail.com>
157
158         * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
159
160 2014-01-21  DJ Delorie  <dj@redhat.com>
161
162         * config/tc-rl78.c (require_end_of_expr): New.
163         (md_operand): Call it.
164         (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
165         as not overflowing.
166
167 2014-01-17  Will Newton  <will.newton@linaro.org>
168
169         * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
170         for the s32.f64 flavours of VCVT.
171
172 2014-01-14  Nick Clifton  <nickc@redhat.com>
173
174         PR gas/16434
175         * config/tc-z80.c (wrong_match): Provide format string to
176         as_warn.
177         (parse_exp_not_indexed): Delete unused variable dummy.
178         (emit_byte): Delete unused variable fixp.
179
180 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
181
182         * config/tc-i386.c (regbnd): Removed.
183         (vec_disp8): Likewise.
184
185 2014-01-08  H.J. Lu  <hongjiu.lu@intel.com>
186
187         * as.c (parse_args): Update copyright year to 2014.
188
189 2014-01-07  Tom Tromey  <tromey@redhat.com>
190
191         * config/tc-tic30.c (debug): Avoid old VA_* compatibility
192         wrappers.
193
194 2014-01-07  Tom Tromey  <tromey@redhat.com>
195
196         * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
197         use PARAMS.
198
199 2014-01-07  Tom Tromey  <tromey@redhat.com>
200
201         * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
202
203 2013-01-07  Philipp Tomsich  <philipp.tomsich@theobroma-systems.com>
204
205         * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
206
207 For older changes see ChangeLog-2013
208 \f
209 Copyright (C) 2014 Free Software Foundation, Inc.
210
211 Copying and distribution of this file, with or without modification,
212 are permitted in any medium without royalty provided the copyright
213 notice and this notice are preserved.
214
215 Local Variables:
216 mode: change-log
217 left-margin: 8
218 fill-column: 74
219 version-control: never
220 End: