Compute the function length instead of hard coding it
[deliverable/binutils-gdb.git] / gas / ChangeLog
CommitLineData
aaca88ef
NC
12014-04-24 Nick Clifton <nickc@redhat.com>
2
3 * config/tc-arm.c (s_ltorg): Only create a mapping symbol for ELF
4 based targets.
5
47fc6e36
WN
62014-04-23 Will Newton <will.newton@linaro.org>
7
8 * config/tc-arm.c (s_ltorg): Call make_mapping_symbol
9 directly instead of mapping_state.
10
7d64c587
AB
112014-04-23 Andrew Bennett <andrew.bennett@imgtec.com>
12
13 * config/tc-mips.c (options): Add OPTION_XPA and OPTION_NO_XPA.
14 (md_longopts): Add xpa and no-xpa command line options.
15 (mips_ases): Add MIPS XPA ASE.
16 (mips_cpu_info_table): Update p5600 entry to allow the XPA ASE.
17 * doc/as.texinfo: Document the MIPS XPA command line options.
18 * doc/c-mips.texi: Document the MIPS XPA command line options,
19 and assembler directives.
20
1547d98f
SL
212014-04-22 Sandra Loosemore <sandra@codesourcery.com>
22
23 * config/tc-nios2.c (nios2_consume_arg): Add case for 'E' to
24 unbreak self-test mode.
25
a35d5e82
MF
262014-04-22 Max Filippov <jcmvbkbc@gmail.com>
27
28 * config/tc-xtensa.c (xtensa_handle_align): record alignment for the
29 first section frag.
30
73589c9d
CS
312014-04-22 Christian Svensson <blue@cmd.nu>
32
33 * Makefile.am: Remove openrisc and or32 support. Add support for or1k.
34 * configure.in: Likewise.
35 * configure.tgt: Likewise.
36 * doc/as.texinfo: Likewise.
37 * config/obj-coff.h: Likewise.
38 * config/tc-or1k.c: New file.
39 * config/tc-or1k.h: New file.
40 * config/tc-openrisc.c: Delete.
41 * config/tc-openrisc.h: Delete.
42 * config/tc-or32.c: Delete.
43 * config/tc-or32.h: Delete.
44 * Makefile.in: Regenerate.
45 * configure: Regenerate.
46
8e63ef2f
AM
472014-04-16 Alan Modra <amodra@gmail.com>
48
49 * config/tc-tilegx.h (TC_CONS_FIX_NEW): Add RELOC arg.
50 * config/tc-tilepro.h (TC_CONS_FIX_NEW): Likewise.
51
e4ef1b6c
DC
522014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
53
54 * config/tc-avr.c: Add new flag mlink-relax.
55 (md_show_usage): Add flag and help text.
56 (md_parse_option): Record whether link relax is turned on.
57 (relaxable_section): New.
58 (avr_validate_fix_sub): New.
59 (avr_force_relocation): New.
60 (md_apply_fix): Generate DIFF reloc.
61 (avr_allow_local_subtract): New.
62
63 * config/tc-avr.h (TC_LINKRELAX_FIXUP): Define to 0.
64 (TC_FORCE_RELOCATION): Define.
65 (TC_FORCE_RELOCATION_SUB_SAME): Define.
66 (TC_VALIDATE_FIX_SUB): Define.
67 (avr_force_relocation): Declare.
68 (avr_validate_fix_sub): Declare.
69 (md_allow_local_subtract): Define.
70 (avr_allow_local_subtract): Declare.
71
bbaa46c0
AB
722014-04-10 Andrew Bennett <andrew.bennett@imgtec.com>
73
74 * config/tc-mips.c (mips_cpu_info_table): Add P5600
75 configuation.
76 * doc/c-mips.texi: Document p5600.
77
00c06fdc
NC
782014-04-09 Nick Clifton <nickc@redhat.com>
79
80 * config/tc-rl78.h (TC_CONS_FIX_NEW): Add RELOC parameter.
81 * config/tc-z80.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
82 * config/tc-aarch64.h (TC_CONS_FIX_NEW): Discard RELOC parameter.
83 * read.c (emit_expr_fix): Mark the r parameter as potentially
84 unused.
85
bf7279d5
AM
862014-04-09 Alan Modra <amodra@gmail.com>
87
88 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
89 New static vars.
90 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
91 (ppc_elf_cons_fix_check): New function.
92 (md_assemble): Set last_insn, last_seg, last_subseg.
93 (ppc_byte, md_apply_fix): Handle warn_476.
94 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
95 (ppc_elf_cons_fix_check): Declare.
96 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
97
62ebcb5c
AM
982014-04-09 Alan Modra <amodra@gmail.com>
99
100 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
101 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
102 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
103 (TC_CONS_FIX_NEW): Add RELOC parameter.
104 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
105 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
106 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
107 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
108 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
109 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
110 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
111 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
112 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
113 Similarly.
114 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
115 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
116 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
117 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
118 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
119 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
120 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
121 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
122 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
123 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
124 Similarly.
125 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
126 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
127 Similarly.
128 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
129 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
130 * gas/config/tc-avr.c (exp_mod_data): Make global.
131 (pexp_mod_data): Delete.
132 (avr_parse_cons_expression): Return exp_mod_data pointer.
133 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
134 (exp_mod_data_t): Move typedef..
135 * gas/config/tc-avr.h: ..to here.
136 (exp_mod_data): Declare.
137 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
138 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
139 (TC_CONS_FIX_NEW): Update.
140 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
141 (cons_fix_new_hppa): Add hppa_field_selector param.
142 (fix_new_hppa): Adjust.
143 (parse_cons_expression_hppa): Return field selector.
144 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
145 (cons_fix_new_hppa): Likewise.
146 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
147 * gas/config/tc-i386.c (got_reloc): Delete static var.
148 (x86_cons_fix_new): Add reloc param.
149 (x86_cons): Return got reloc.
150 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
151 (TC_CONS_FIX_NEW): Add RELOC param.
152 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
153 calls.
154 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
155 (TC_CONS_FIX_NEW): Add reloc param.
156 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
157 Return reloc.
158 (cons_fix_new_microblaze): Add reloc param.
159 * gas/config/tc-microblaze.h: Formatting.
160 (parse_cons_expression_microblaze): Update proto.
161 (cons_fix_new_microblaze): Likewise.
162 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
163 (nios2_cons): Return ldo reloc.
164 (nios2_cons_fix_new): Delete.
165 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
166 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
167 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
168 short. Make llong use cons.
169 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
170 (ppc_elf_cons): Delete.
171 (ppc_elf_parse_cons): New function.
172 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
173 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
174 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
175 (ppc_elf_parse_cons): Declare.
176 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
177 (sparc_cons): Return reloc specifier.
178 (cons_fix_new_sparc): Add reloc specifier param.
179 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
180 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
181 (TC_PARSE_CONS_RETURN_NONE): Define.
182 (sparc_cons, cons_fix_new_sparc): Update prototype.
183 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
184 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
185 (md_assemble): Likewise.
186 (parse_cons_expression_v850): Return reloc.
187 (cons_fix_new_v850): Add reloc parameter.
188 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
189 (cons_fix_new_v850): Likewise.
190 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
191 (vax_cons): Return reloc.
192 (vax_cons_fix_new): Add reloc parameter.
193 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
194 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
195 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
196 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
197 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
198 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
199 (do_parse_cons_expression): Adjust.
200 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
201 to emit_expr_with_reloc.
202 (emit_expr_with_reloc): New function handling reloc, mostly
203 extracted from..
204 (emit_expr): ..here.
205 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
206 Handle reloc.
207 (parse_mri_cons): Convert to ISO.
208 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
209 (TC_PARSE_CONS_RETURN_NONE): Define.
210 (emit_expr_with_reloc): Declare.
211 (emit_expr_fix): Update prototype.
212 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
213
2cf200a4
IT
2142014-04-03 Ilya Tocar <ilya.tocar@intel.com>
215
216 * config/tc-i386.c (cpu_arch): Add .se1.
217 * doc/c-i386.texi: Document .se1/se1.
218
0a899fd5
DD
2192014-04-02 DJ Delorie <dj@redhat.com>
220
221 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
222 pc-relative branches.
223
cad0da33
NC
2242014-04-02 Nick Clifton <nickc@redhat.com>
225
226 PR gas/16765
227 * config/tc-arm.c (create_unwind_entry): Report an error if an
228 attempt to recreate an unwind directive is encountered.
229
cb580a26
NC
2302014-03-27 Nick Clifton <nickc@redhat.com>
231
232 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
233 sprintf in order to avoid a compile time warning.
234
b3fe4307
NC
2352014-03-26 Nick Clifton <nickc@redhat.com>
236
237 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
238 relocation is used on an 8-bit operand or vice versa.
239 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
240 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
241
3c6256d2
NC
2422014-03-25 Nick Clifton <nickc@redhat.com>
243
244 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
245 switches the current segment back to the code segment recorded
246 when seh_proc was last invoked.
247 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
248
3e60bf4d
AM
2492014-03-25 Alan Modra <amodra@gmail.com>
250
251 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
252 (md_assemble): Likewise. Warn.
253
a82c7d90
DW
2542014-03-21 David Weatherford <weath@cadence.com>
255 Max Filippov <jcmvbkbc@gmail.com>
256
257 * config/tc-xtensa.c (xtensa_check_frag_count)
258 xtensa_create_trampoline_frag,
259 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
260 find_trampoline_seg, search_trampolines, get_best_trampoline,
261 check_and_update_trampolines, add_jump_to_trampoline,
262 dump_trampolines): New functions.
263 (md_parse_option): Add cases for --[no-]trampolines options.
264 (md_assemble, finish_vinsn, xtensa_end): Add call to
265 xtensa_check_frag_count.
266 (xg_assemble_vliw_tokens): Add call to
267 xtensa_maybe_create_trampoline_frag.
268 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
269 (relax_frag_immed): Relax jump instructions that cannot reach its
270 target.
271 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
272 relax state.
273 * doc/as.texinfo: Document --[no-]trampolines command-line options.
274 * doc/c-xtensa.texi: Document trampolines relaxation and command
275 line options.
276 * frags.c (get_frag_count, clear_frag_count): New function.
277 (frag_alloc): Increment totalfrags counter.
278 * frags.h (get_frag_count, clear_frag_count): New function.
279
0c315784
DD
2802014-03-20 DJ Delorie <dj@redhat.com>
281
282 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
283 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
284 rl78_relax().
285 * config/tc-rl78.h (md_relax_frag): Define.
286 (rl78_relax_frag): Declare.
287 * config/tc-rl78.c (rl78_relax): Add.
288 (md_assemble): Set up the variable frags also when relaxing.
289 (op_type_T): New.
290 (rl78_opcode_type): New.
291 (rl78_frag_fix_value): New.
292 (md_estimate_size_before_relax): New-ish.
293 (rl78_relax_frag): New.
294 (md_convert_frag): New-ish.
295
d56a8dda
RS
2962014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
297
298 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
299 * config/tc-mips.c (md_pcrel_from): Remove error message.
300 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
301 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
302 PC-relative expressions. Handle BFD_RELOC_8.
303
ec92c392
JM
3042014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
305
306 * config/tc-sparc.c (hpriv_reg_table): Added entries for
307 %hstick_offset and %hstick_enable.
308 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
309 %hstick_enable hyperprivileged registers.
310
288c6b30 3112014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
2e6976a8
DG
312 Nick Clifton <nickc@redhat.com>
313
314 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
315 CCS syntax compatibility mode is on or off.
316 (asmfunc_states): New enum to represent the asmfunc directive state.
317 (asmfunc_state): New variable holding the asmfunc directive state.
318 (comment_chars): Rename to arm_comment_chars.
319 (line_separator_chars): Rename to arm_line_separator_chars.
320 (s_ccs_ref): New function that handles the .ref directive.
321 (asmfunc_debug): New function.
322 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
323 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
324 (s_ccs_def): New function that handles the .def directive.
325 (tc_start_label_without_colon): New function.
326 (md_pseudo_table): Added new CCS directives.
327 (arm_ccs_mode): New function that handles the -mccs command line option.
328 (arm_long_opts): Added new -mccs command line option.
329 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
330 (TC_START_LABEL_WITHOUT_COLON): New macro.
331 (tc_start_label_without_colon): Added extern function declaration.
332 (tc_comment_chars): Define.
333 (tc_line_separator_chars): Define.
334 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
335 * read.c (read_begin): Likewise.
336 * doc/as.texinfo: Add documentation for the -mccs command line
337 option.
338 * doc/c-arm.texi: Likewise.
339 * doc/internals.texi: Document tc_line_separator_chars.
340 * NEWS: Mention the new feature.
341
a52e6fd3
YZ
3422014-03-18 Jiong Wang <jiong.wang@arm.com>
343
344 * config/tc-aarch64.c (aarch64_opts): Add new option
345 "mno-verbose-error".
346 (verbose_error_p): Initialize to 1.
347 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
348 and -mno-verbose-error.
349
1f5afe1c
NC
3502014-03-17 Nick Clifton <nickc@redhat.com>
351
352 PR gas/16694
353 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
354 registers as well.
355
df359aa7
RE
3562014-03-13 Richard Earnshaw <rearnsha@arm.com>
357 Jiong Wang <Jiong.Wang@arm.com>
358
359 * doc/c-aarch64.texi: Clean up some formatting issues.
360 (AArch64 Options): Document -mcpu and -march.
361 (AArch64 Extensions): New node.
362
167ad85b
TG
3632014-03-13 Tristan Gingold <gingold@adacore.com>
364
365 * config/tc-i386.c (use_big_obj): Declare.
366 (OPTION_MBIG_OBJ): Define.
367 (md_longopts): Add -mbig-obj option.
368 (md_parse_option): Handle it.
369 (md_show_usage): Display help for this option.
370 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
371 * doc/c-i386.texi: Document the option.
372
55d9b4c1
NC
3732014-03-12 Nick Clifton <nickc@redhat.com>
374
375 PR gas/16688
376 * config/tc-aarch64.c (literal_expression): New structure.
377 (literal_pool): Replace exp array with literal_expression array.
378 (add_to_lit_pool): When adding a bignum cache the big value.
379 (s_ltorg): When emitting a bignum initialise the global bignum
380 array from the cached value.
381
fa47fa92
AM
3822014-03-12 Alan Modra <amodra@gmail.com>
383
384 * Makefile.in: Regenerate.
385 * config.in: Regenerate.
386 * doc/Makefile.in: Regenerate.
387
255d9eec
DC
3882014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
389 Vishnu KS <Vishnu.k_s@atmel.com>
390 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
391 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
392
393 * gas/tc-avr.c: Add new devices
394 avr25: ata5272, attiny828
395 avr35: ata5505, attiny1634
396 avr4: atmega8a, ata6285, ata6286, atmega48pa
397 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
398 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
399 atmega16hva2
400 avr51: atmega128a, atmega1284
401 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
402 atxmega32e5, atxmega16e5, atxmega8e5
403 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
404 atxmega64c3, atxmega64d4
405 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
406 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
407 atxmega256c3, atxmega384c3, atxmega384d3
408 avrxmega7: atxmega128a4u
409 * doc/c-avr.texi: Ditto.
410
4b95cf5c
AM
4112014-03-05 Alan Modra <amodra@gmail.com>
412
413 Update copyright years.
414
45965137
AM
4152014-03-05 Alan Modra <amodra@gmail.com>
416
417 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
418 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
419
a0593ad9
AM
4202014-03-05 Alan Modra <amodra@gmail.com>
421
422 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
423 later. Merge absolute and relative branch reloc selection.
424 Generate 16-bit relocs for most 16-bit insn fields given a
425 non-constant expression.
426
f50c47f1
AM
4272014-03-05 Alan Modra <amodra@gmail.com>
428
429 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
430 (md_assemble): Don't call ppc_is_toc_sym for ELF.
431
cd0c81e9 4322014-03-04 Heiher <r@hev.cc>
4ba154f5
RS
433
434 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
435 Loongson-3A.
436
65d7bab5
NC
4372014-03-03 Nick Clifton <nickc@redhat.com>
438
439 * config/msp430/msp430.c: Replace known mcu array with known
440 msp430 ISA mcu name array.
441 Accept any name for -mmcu option.
442 Add -mz option to warn about missing NOP following an interrupt
443 status change.
444 (check_for_nop): New.
445 (msp430_operands): Emit a warning, if requested, when an interrupt
446 changing instruction is not followed by a NOP.
447 * doc/c-msp430.c: Document -mz option.
448
2c80b753
AM
4492014-03-03 Alan Modra <amodra@gmail.com>
450
451 * config/bfin-lex-wrapper.c: Correct copyright date.
c1a3e85c
AM
452 * config/obj-fdpicelf.c: Likewise.
453 * config/obj-fdpicelf.h: Likewise.
2c80b753
AM
454 * config/tc-frv.c: Correct copyright punctuation.
455 * config/tc-ip2k.c: Likewise.
456 * config/tc-iq2000.c: Likewise.
457 * config/tc-mep.c: Likewise.
458 * config/tc-tic4x.c: Likewise.
459 * config/tc-tic4x.h: Likewise.
460
83046454
DC
4612014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
462
463 * config/tc-avr.c: Remove atxmega16x1.
464
02fe846e
AM
4652014-02-28 Alan Modra <amodra@gmail.com>
466
467 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
468 field for 64-bit dwarf.
469
dcf893b5
IT
4702014-02-21 Ilya Tocar <ilya.tocar@intel.com>
471
472 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
473 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
474
963f3586
IT
4752014-02-12 Ilya Tocar <ilya.tocar@intel.com>
476
477 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
478 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
479 clflushopt/.clfushopt.
480
c1c69e83
AM
4812014-02-10 Alan Modra <amodra@gmail.com>
482
483 * po/POTFILES.in: Regenerate.
484 * po/gas.pot: Regenerate.
485
1c2de463
SL
4862014-02-03 Sandra Loosemore <sandra@codesourcery.com>
487
488 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
489 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
490 %got_hiadj relocation operators. Sort table and add comment
491 to explain ordering.
492 (nios2_fix_adjustable): Test for new relocs.
493 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
494 operators.
495
78058a5e
SL
4962014-01-30 Sandra Loosemore <sandra@codesourcery.com>
497
498 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
499 (nios2_assemble_args_m): Likewise.
500 (md_assemble): Likewise.
501
34b822e3
DD
5022014-01-24 DJ Delorie <dj@redhat.com>
503
504 * config/tc-msp430.c (msp430_section): Always flag data sections,
505 regardless of -md.
506 (msp430_frob_section): New. Make sure all sections are noticed if
507 they have content.
508 (msp430_lcomm): New. Flag bss if .lcomm is seen.
509 (msp430_comm): New. Likewise.
510 (md_pseudo_table): Add them.
511 * config/tc-msp430.h (msp430_frob_section): Declare.
512 (tc_frob_section): Define.
513
8e75a78f
NC
5142014-01-23 Nick Clifton <nickc@redhat.com>
515
516 * config/tc-msp430.c (show_mcu_list): Delete.
517 (md_parse_option): Accept any MCU name. Accept several more
518 variants for the -mcpu option.
519 (md_show_usage): Do not call show_mcu_list.
520
96b96102
DD
5212014-01-22 DJ Delorie <dj@redhat.com>
522
523 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
524 * doc/c-msp430.texi (MSP430 Directives): Document it.
525
7c84a0ca
MZ
5262014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
527
528 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
529 gather assert.
530
8444f82a
MZ
5312014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
532
533 PR gas/16489
534 * config/tc-i386.c (check_VecOperands): Add check for invalid
535 register set in AVX512 gathers.
536
cda796e1
AM
5372014-01-22 Alan Modra <amodra@gmail.com>
538
539 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
540
c9d66558
DD
5412014-01-21 DJ Delorie <dj@redhat.com>
542
543 * config/tc-rl78.c (require_end_of_expr): New.
544 (md_operand): Call it.
545 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
546 as not overflowing.
547
827f64ff
WN
5482014-01-17 Will Newton <will.newton@linaro.org>
549
550 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
551 for the s32.f64 flavours of VCVT.
552
73812f59
NC
5532014-01-14 Nick Clifton <nickc@redhat.com>
554
555 PR gas/16434
556 * config/tc-z80.c (wrong_match): Provide format string to
557 as_warn.
558 (parse_exp_not_indexed): Delete unused variable dummy.
559 (emit_byte): Delete unused variable fixp.
560
143e9f4a
L
5612014-01-08 H.J. Lu <hongjiu.lu@intel.com>
562
563 * config/tc-i386.c (regbnd): Removed.
564 (vec_disp8): Likewise.
565
221fd5d5
L
5662014-01-08 H.J. Lu <hongjiu.lu@intel.com>
567
568 * as.c (parse_args): Update copyright year to 2014.
569
1651e569
TT
5702014-01-07 Tom Tromey <tromey@redhat.com>
571
572 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
573 wrappers.
574
b51f1626
TT
5752014-01-07 Tom Tromey <tromey@redhat.com>
576
577 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
578 use PARAMS.
579
3cea37c4
TT
5802014-01-07 Tom Tromey <tromey@redhat.com>
581
582 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
583
9877c63c
PT
5842013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
585
586 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
587
5fb776a6 588For older changes see ChangeLog-2013
08d56133 589\f
5fb776a6 590Copyright (C) 2014 Free Software Foundation, Inc.
752937aa
NC
591
592Copying and distribution of this file, with or without modification,
593are permitted in any medium without royalty provided the copyright
594notice and this notice are preserved.
595
08d56133
NC
596Local Variables:
597mode: change-log
598left-margin: 8
599fill-column: 74
600version-control: never
601End:
This page took 0.63375 seconds and 4 git commands to generate.