gas/
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
4 * config/tc-mips.c (md_pcrel_from): Remove error message.
5 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
6 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
7 PC-relative expressions. Handle BFD_RELOC_8.
8
9 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
10
11 * config/tc-sparc.c (hpriv_reg_table): Added entries for
12 %hstick_offset and %hstick_enable.
13 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
14 %hstick_enable hyperprivileged registers.
15
16 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
17 Nick Clifton <nickc@redhat.com>
18
19 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
20 CCS syntax compatibility mode is on or off.
21 (asmfunc_states): New enum to represent the asmfunc directive state.
22 (asmfunc_state): New variable holding the asmfunc directive state.
23 (comment_chars): Rename to arm_comment_chars.
24 (line_separator_chars): Rename to arm_line_separator_chars.
25 (s_ccs_ref): New function that handles the .ref directive.
26 (asmfunc_debug): New function.
27 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
28 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
29 (s_ccs_def): New function that handles the .def directive.
30 (tc_start_label_without_colon): New function.
31 (md_pseudo_table): Added new CCS directives.
32 (arm_ccs_mode): New function that handles the -mccs command line option.
33 (arm_long_opts): Added new -mccs command line option.
34 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
35 (TC_START_LABEL_WITHOUT_COLON): New macro.
36 (tc_start_label_without_colon): Added extern function declaration.
37 (tc_comment_chars): Define.
38 (tc_line_separator_chars): Define.
39 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
40 * read.c (read_begin): Likewise.
41 * doc/as.texinfo: Add documentation for the -mccs command line
42 option.
43 * doc/c-arm.texi: Likewise.
44 * doc/internals.texi: Document tc_line_separator_chars.
45 * NEWS: Mention the new feature.
46
47 2014-03-18 Jiong Wang <jiong.wang@arm.com>
48
49 * config/tc-aarch64.c (aarch64_opts): Add new option
50 "mno-verbose-error".
51 (verbose_error_p): Initialize to 1.
52 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
53 and -mno-verbose-error.
54
55 2014-03-17 Nick Clifton <nickc@redhat.com>
56
57 PR gas/16694
58 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
59 registers as well.
60
61 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
62 Jiong Wang <Jiong.Wang@arm.com>
63
64 * doc/c-aarch64.texi: Clean up some formatting issues.
65 (AArch64 Options): Document -mcpu and -march.
66 (AArch64 Extensions): New node.
67
68 2014-03-13 Tristan Gingold <gingold@adacore.com>
69
70 * config/tc-i386.c (use_big_obj): Declare.
71 (OPTION_MBIG_OBJ): Define.
72 (md_longopts): Add -mbig-obj option.
73 (md_parse_option): Handle it.
74 (md_show_usage): Display help for this option.
75 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
76 * doc/c-i386.texi: Document the option.
77
78 2014-03-12 Nick Clifton <nickc@redhat.com>
79
80 PR gas/16688
81 * config/tc-aarch64.c (literal_expression): New structure.
82 (literal_pool): Replace exp array with literal_expression array.
83 (add_to_lit_pool): When adding a bignum cache the big value.
84 (s_ltorg): When emitting a bignum initialise the global bignum
85 array from the cached value.
86
87 2014-03-12 Alan Modra <amodra@gmail.com>
88
89 * Makefile.in: Regenerate.
90 * config.in: Regenerate.
91 * doc/Makefile.in: Regenerate.
92
93 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
94 Vishnu KS <Vishnu.k_s@atmel.com>
95 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
96 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
97
98 * gas/tc-avr.c: Add new devices
99 avr25: ata5272, attiny828
100 avr35: ata5505, attiny1634
101 avr4: atmega8a, ata6285, ata6286, atmega48pa
102 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
103 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
104 atmega16hva2
105 avr51: atmega128a, atmega1284
106 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
107 atxmega32e5, atxmega16e5, atxmega8e5
108 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
109 atxmega64c3, atxmega64d4
110 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
111 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
112 atxmega256c3, atxmega384c3, atxmega384d3
113 avrxmega7: atxmega128a4u
114 * doc/c-avr.texi: Ditto.
115
116 2014-03-05 Alan Modra <amodra@gmail.com>
117
118 Update copyright years.
119
120 2014-03-05 Alan Modra <amodra@gmail.com>
121
122 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
123 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
124
125 2014-03-05 Alan Modra <amodra@gmail.com>
126
127 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
128 later. Merge absolute and relative branch reloc selection.
129 Generate 16-bit relocs for most 16-bit insn fields given a
130 non-constant expression.
131
132 2014-03-05 Alan Modra <amodra@gmail.com>
133
134 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
135 (md_assemble): Don't call ppc_is_toc_sym for ELF.
136
137 2014-03-04 Heiher <r@hev.cc>
138
139 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
140 Loongson-3A.
141
142 2014-03-03 Nick Clifton <nickc@redhat.com>
143
144 * config/msp430/msp430.c: Replace known mcu array with known
145 msp430 ISA mcu name array.
146 Accept any name for -mmcu option.
147 Add -mz option to warn about missing NOP following an interrupt
148 status change.
149 (check_for_nop): New.
150 (msp430_operands): Emit a warning, if requested, when an interrupt
151 changing instruction is not followed by a NOP.
152 * doc/c-msp430.c: Document -mz option.
153
154 2014-03-03 Alan Modra <amodra@gmail.com>
155
156 * config/bfin-lex-wrapper.c: Correct copyright date.
157 * config/obj-fdpicelf.c: Likewise.
158 * config/obj-fdpicelf.h: Likewise.
159 * config/tc-frv.c: Correct copyright punctuation.
160 * config/tc-ip2k.c: Likewise.
161 * config/tc-iq2000.c: Likewise.
162 * config/tc-mep.c: Likewise.
163 * config/tc-tic4x.c: Likewise.
164 * config/tc-tic4x.h: Likewise.
165
166 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
167
168 * config/tc-avr.c: Remove atxmega16x1.
169
170 2014-02-28 Alan Modra <amodra@gmail.com>
171
172 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
173 field for 64-bit dwarf.
174
175 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
176
177 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
178 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
179
180 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
181
182 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
183 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
184 clflushopt/.clfushopt.
185
186 2014-02-10 Alan Modra <amodra@gmail.com>
187
188 * po/POTFILES.in: Regenerate.
189 * po/gas.pot: Regenerate.
190
191 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
192
193 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
194 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
195 %got_hiadj relocation operators. Sort table and add comment
196 to explain ordering.
197 (nios2_fix_adjustable): Test for new relocs.
198 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
199 operators.
200
201 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
202
203 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
204 (nios2_assemble_args_m): Likewise.
205 (md_assemble): Likewise.
206
207 2014-01-24 DJ Delorie <dj@redhat.com>
208
209 * config/tc-msp430.c (msp430_section): Always flag data sections,
210 regardless of -md.
211 (msp430_frob_section): New. Make sure all sections are noticed if
212 they have content.
213 (msp430_lcomm): New. Flag bss if .lcomm is seen.
214 (msp430_comm): New. Likewise.
215 (md_pseudo_table): Add them.
216 * config/tc-msp430.h (msp430_frob_section): Declare.
217 (tc_frob_section): Define.
218
219 2014-01-23 Nick Clifton <nickc@redhat.com>
220
221 * config/tc-msp430.c (show_mcu_list): Delete.
222 (md_parse_option): Accept any MCU name. Accept several more
223 variants for the -mcpu option.
224 (md_show_usage): Do not call show_mcu_list.
225
226 2014-01-22 DJ Delorie <dj@redhat.com>
227
228 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
229 * doc/c-msp430.texi (MSP430 Directives): Document it.
230
231 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
232
233 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
234 gather assert.
235
236 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
237
238 PR gas/16489
239 * config/tc-i386.c (check_VecOperands): Add check for invalid
240 register set in AVX512 gathers.
241
242 2014-01-22 Alan Modra <amodra@gmail.com>
243
244 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
245
246 2014-01-21 DJ Delorie <dj@redhat.com>
247
248 * config/tc-rl78.c (require_end_of_expr): New.
249 (md_operand): Call it.
250 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
251 as not overflowing.
252
253 2014-01-17 Will Newton <will.newton@linaro.org>
254
255 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
256 for the s32.f64 flavours of VCVT.
257
258 2014-01-14 Nick Clifton <nickc@redhat.com>
259
260 PR gas/16434
261 * config/tc-z80.c (wrong_match): Provide format string to
262 as_warn.
263 (parse_exp_not_indexed): Delete unused variable dummy.
264 (emit_byte): Delete unused variable fixp.
265
266 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
267
268 * config/tc-i386.c (regbnd): Removed.
269 (vec_disp8): Likewise.
270
271 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
272
273 * as.c (parse_args): Update copyright year to 2014.
274
275 2014-01-07 Tom Tromey <tromey@redhat.com>
276
277 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
278 wrappers.
279
280 2014-01-07 Tom Tromey <tromey@redhat.com>
281
282 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
283 use PARAMS.
284
285 2014-01-07 Tom Tromey <tromey@redhat.com>
286
287 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
288
289 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
290
291 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
292
293 For older changes see ChangeLog-2013
294 \f
295 Copyright (C) 2014 Free Software Foundation, Inc.
296
297 Copying and distribution of this file, with or without modification,
298 are permitted in any medium without royalty provided the copyright
299 notice and this notice are preserved.
300
301 Local Variables:
302 mode: change-log
303 left-margin: 8
304 fill-column: 74
305 version-control: never
306 End:
This page took 0.044145 seconds and 5 git commands to generate.