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