ppc476 gas warn on data in code sections
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2014-04-09 Alan Modra <amodra@gmail.com>
2
3 * config/tc-ppc.c (warn_476, last_insn, last_seg, last_subseg):
4 New static vars.
5 (md_longopts, md_parse_option, md_show_usage): Add --ppc476-workaround.
6 (ppc_elf_cons_fix_check): New function.
7 (md_assemble): Set last_insn, last_seg, last_subseg.
8 (ppc_byte, md_apply_fix): Handle warn_476.
9 * config/tc-ppc.h (TC_CONS_FIX_CHECK): Define.
10 (ppc_elf_cons_fix_check): Declare.
11 * read.c (cons_worker): Invoke TC_CONS_FIX_CHECK.
12
13 2014-04-09 Alan Modra <amodra@gmail.com>
14
15 * gas/config/tc-alpha.h (TC_CONS_FIX_NEW): Add RELOC parameter.
16 * gas/config/tc-arc.c (arc_cons_fix_new): Add reloc parameter.
17 * gas/config/tc-arc.h (arc_cons_fix_new): Update prototype.
18 (TC_CONS_FIX_NEW): Add RELOC parameter.
19 * gas/config/tc-arm.c (cons_fix_new_arm): Similarly
20 * gas/config/tc-arm.h (cons_fix_new_arm, TC_CONS_FIX_NEW): Similarly.
21 * gas/config/tc-cr16.c (cr16_cons_fix_new): Similarly.
22 * gas/config/tc-cr16.h (cr16_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
23 * gas/config/tc-crx.h (TC_CONS_FIX_NEW): Similarly.
24 * gas/config/tc-m32c.c (m32c_cons_fix_new): Similarly.
25 * gas/config/tc-m32c.h (m32c_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
26 * gas/config/tc-mn10300.c (mn10300_cons_fix_new): Similarly.
27 * gas/config/tc-mn10300.h (mn10300_cons_fix_new, TC_CONS_FIX_NEW):
28 Similarly.
29 * gas/config/tc-ns32k.c (cons_fix_new_ns32k): Similarly.
30 * gas/config/tc-ns32k.h (cons_fix_new_ns32k): Similarly.
31 * gas/config/tc-pj.c (pj_cons_fix_new_pj): Similarly.
32 * gas/config/tc-pj.h (pj_cons_fix_new_pj, TC_CONS_FIX_NEW): Similarly.
33 * gas/config/tc-rx.c (rx_cons_fix_new): Similarly.
34 * gas/config/tc-rx.h (rx_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
35 * gas/config/tc-sh.c (sh_cons_fix_new): Similarly.
36 * gas/config/tc-sh.h (sh_cons_fix_new, TC_CONS_FIX_NEW): Similarly.
37 * gas/config/tc-tic54x.c (tic54x_cons_fix_new): Similarly.
38 * gas/config/tc-tic54x.h (tic54x_cons_fix_new, TC_CONS_FIX_NEW):
39 Similarly.
40 * gas/config/tc-tic6x.c (tic6x_cons_fix_new): Similarly.
41 * gas/config/tc-tic6x.h (tic6x_cons_fix_new, TC_CONS_FIX_NEW):
42 Similarly.
43 * gas/config/tc-arc.c (arc_parse_cons_expression): Return reloc.
44 * gas/config/tc-arc.h (arc_parse_cons_expression): Update proto.
45 * gas/config/tc-avr.c (exp_mod_data): Make global.
46 (pexp_mod_data): Delete.
47 (avr_parse_cons_expression): Return exp_mod_data pointer.
48 (avr_cons_fix_new): Add exp_mod_data_t pointer param.
49 (exp_mod_data_t): Move typedef..
50 * gas/config/tc-avr.h: ..to here.
51 (exp_mod_data): Declare.
52 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
53 (avr_parse_cons_expression, avr_cons_fix_new): Update prototype.
54 (TC_CONS_FIX_NEW): Update.
55 * gas/config/tc-hppa.c (hppa_field_selector): Delete static var.
56 (cons_fix_new_hppa): Add hppa_field_selector param.
57 (fix_new_hppa): Adjust.
58 (parse_cons_expression_hppa): Return field selector.
59 * gas/config/tc-hppa.h (parse_cons_expression_hppa): Update proto.
60 (cons_fix_new_hppa): Likewise.
61 (TC_PARSE_CONS_RETURN_TYPE, TC_PARSE_CONS_RETURN_NONE): Define.
62 * gas/config/tc-i386.c (got_reloc): Delete static var.
63 (x86_cons_fix_new): Add reloc param.
64 (x86_cons): Return got reloc.
65 * gas/config/tc-i386.h (x86_cons, x86_cons_fix_new): Update proto.
66 (TC_CONS_FIX_NEW): Add RELOC param.
67 * gas/config/tc-ia64.c (ia64_cons_fix_new): Add reloc param. Adjust
68 calls.
69 * gas/config/tc-ia64.h (ia64_cons_fix_new): Update prototype.
70 (TC_CONS_FIX_NEW): Add reloc param.
71 * gas/config/tc-microblaze.c (parse_cons_expression_microblaze):
72 Return reloc.
73 (cons_fix_new_microblaze): Add reloc param.
74 * gas/config/tc-microblaze.h: Formatting.
75 (parse_cons_expression_microblaze): Update proto.
76 (cons_fix_new_microblaze): Likewise.
77 * gas/config/tc-nios2.c (nios2_tls_ldo_reloc): Delete static var.
78 (nios2_cons): Return ldo reloc.
79 (nios2_cons_fix_new): Delete.
80 * gas/config/tc-nios2.h (nios2_cons): Update prototype.
81 (nios2_cons_fix_new, TC_CONS_FIX_NEW): Delete.
82 * gas/config/tc-ppc.c (md_pseudo_table): Remove quad, long, word,
83 short. Make llong use cons.
84 (ppc_elf_suffix): Return BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
85 (ppc_elf_cons): Delete.
86 (ppc_elf_parse_cons): New function.
87 (ppc_elf_validate_fix): Don't check for BFD_RELOC_UNUSED.
88 (md_assemble): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
89 * gas/config/tc-ppc.h (TC_PARSE_CONS_EXPRESSION): Define
90 (ppc_elf_parse_cons): Declare.
91 * gas/config/tc-sparc.c (sparc_cons_special_reloc): Delete static var.
92 (sparc_cons): Return reloc specifier.
93 (cons_fix_new_sparc): Add reloc specifier param.
94 (sparc_cfi_emit_pcrel_expr): Use emit_expr_with_reloc.
95 * gas/config/tc-sparc.h (TC_PARSE_CONS_RETURN_TYPE): Define.
96 (TC_PARSE_CONS_RETURN_NONE): Define.
97 (sparc_cons, cons_fix_new_sparc): Update prototype.
98 * gas/config/tc-v850.c (hold_cons_reloc): Delete static var.
99 (v850_reloc_prefix): Use BFD_RELOC_NONE rather than BFD_RELOC_UNUSED.
100 (md_assemble): Likewise.
101 (parse_cons_expression_v850): Return reloc.
102 (cons_fix_new_v850): Add reloc parameter.
103 * gas/config/tc-v850.h (parse_cons_expression_v850): Update proto.
104 (cons_fix_new_v850): Likewise.
105 * gas/config/tc-vax.c (vax_cons_special_reloc): Delete static var.
106 (vax_cons): Return reloc.
107 (vax_cons_fix_new): Add reloc parameter.
108 * gas/config/tc-vax.h (vax_cons, vax_cons_fix_new): Update proto.
109 * gas/config/tc-xstormy16.c (xstormy16_cons_fix_new): Add reloc param.
110 * gas/config/tc-xstormy16.h (xstormy16_cons_fix_new): Update proto.
111 * gas/dwarf2dbg.c (TC_PARSE_CONS_RETURN_NONE): Provide default.
112 (emit_fixed_inc_line_addr): Adjust exmit_expr_fix calls.
113 * gas/read.c (TC_PARSE_CONS_EXPRESSION): Return value.
114 (do_parse_cons_expression): Adjust.
115 (cons_worker): Pass return value from TC_PARSE_CONS_EXPRESSION
116 to emit_expr_with_reloc.
117 (emit_expr_with_reloc): New function handling reloc, mostly
118 extracted from..
119 (emit_expr): ..here.
120 (emit_expr_fix): Add reloc param. Adjust TC_CONS_FIX_NEW invocation.
121 Handle reloc.
122 (parse_mri_cons): Convert to ISO.
123 * gas/read.h (TC_PARSE_CONS_RETURN_TYPE): Define.
124 (TC_PARSE_CONS_RETURN_NONE): Define.
125 (emit_expr_with_reloc): Declare.
126 (emit_expr_fix): Update prototype.
127 * gas/write.c (write_object_file): Update TC_CONS_FIX_NEW invocation.
128
129 2014-04-03 Ilya Tocar <ilya.tocar@intel.com>
130
131 * config/tc-i386.c (cpu_arch): Add .se1.
132 * doc/c-i386.texi: Document .se1/se1.
133
134 2014-04-02 DJ Delorie <dj@redhat.com>
135
136 * config/tc-rl78.c (md_apply_fix): Add overflow warnings for
137 pc-relative branches.
138
139 2014-04-02 Nick Clifton <nickc@redhat.com>
140
141 PR gas/16765
142 * config/tc-arm.c (create_unwind_entry): Report an error if an
143 attempt to recreate an unwind directive is encountered.
144
145 2014-03-27 Nick Clifton <nickc@redhat.com>
146
147 * config/tc-score.c (s3_parse_pce_inst): Add "%s" parameter to
148 sprintf in order to avoid a compile time warning.
149
150 2014-03-26 Nick Clifton <nickc@redhat.com>
151
152 * config/tc-rl78.c (rl78_op): Issue an error message if a 16-bit
153 relocation is used on an 8-bit operand or vice versa.
154 (tc_gen_reloc): Use the RL78_16U relocation for RL78_CODE.
155 (md_apply_fix): Add support for RL78_HI8, RL78_HI16 and RL78_LO16.
156
157 2014-03-25 Nick Clifton <nickc@redhat.com>
158
159 * config/obj-coff-seh.c (obj_coff_seh_code): New function -
160 switches the current segment back to the code segment recorded
161 when seh_proc was last invoked.
162 * config/obj-coff-seh.h (SEH_CMDS): Add seh_code.
163
164 2014-03-25 Alan Modra <amodra@gmail.com>
165
166 * config/tc-ppc.c (ppc_is_toc_sym): Revert 2014-03-05.
167 (md_assemble): Likewise. Warn.
168
169 2014-03-21 David Weatherford <weath@cadence.com>
170 Max Filippov <jcmvbkbc@gmail.com>
171
172 * config/tc-xtensa.c (xtensa_check_frag_count)
173 xtensa_create_trampoline_frag,
174 xtensa_maybe_create_trampoline_frag, init_trampoline_frag,
175 find_trampoline_seg, search_trampolines, get_best_trampoline,
176 check_and_update_trampolines, add_jump_to_trampoline,
177 dump_trampolines): New functions.
178 (md_parse_option): Add cases for --[no-]trampolines options.
179 (md_assemble, finish_vinsn, xtensa_end): Add call to
180 xtensa_check_frag_count.
181 (xg_assemble_vliw_tokens): Add call to
182 xtensa_maybe_create_trampoline_frag.
183 (xtensa_relax_frag): Relax fragments with RELAX_TRAMPOLINE state.
184 (relax_frag_immed): Relax jump instructions that cannot reach its
185 target.
186 * config/tc-xtensa.h (xtensa_relax_statesE::RELAX_TRAMPOLINE): New
187 relax state.
188 * doc/as.texinfo: Document --[no-]trampolines command-line options.
189 * doc/c-xtensa.texi: Document trampolines relaxation and command
190 line options.
191 * frags.c (get_frag_count, clear_frag_count): New function.
192 (frag_alloc): Increment totalfrags counter.
193 * frags.h (get_frag_count, clear_frag_count): New function.
194
195 2014-03-20 DJ Delorie <dj@redhat.com>
196
197 * config/rl78-defs.h (RL78_RELAX_NONE, RL78_RELAX_BRANCH): Add.
198 * config/rl78-parse.y (BC, BNC, BZ, BNZ, BH, BHZ, bt_bf): Call
199 rl78_relax().
200 * config/tc-rl78.h (md_relax_frag): Define.
201 (rl78_relax_frag): Declare.
202 * config/tc-rl78.c (rl78_relax): Add.
203 (md_assemble): Set up the variable frags also when relaxing.
204 (op_type_T): New.
205 (rl78_opcode_type): New.
206 (rl78_frag_fix_value): New.
207 (md_estimate_size_before_relax): New-ish.
208 (rl78_relax_frag): New.
209 (md_convert_frag): New-ish.
210
211 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
212
213 * config/tc-mips.h (DIFF_EXPR_OK, CFI_DIFF_EXPR_OK): Define.
214 * config/tc-mips.c (md_pcrel_from): Remove error message.
215 (md_apply_fix): Convert PC-relative BFD_RELOC_32s to
216 BFD_RELOC_32_PCREL. Report a specific error message for unhandled
217 PC-relative expressions. Handle BFD_RELOC_8.
218
219 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
220
221 * config/tc-sparc.c (hpriv_reg_table): Added entries for
222 %hstick_offset and %hstick_enable.
223 * doc/c-sparc.texi (Sparc-Regs): Document the %hstick_offset and
224 %hstick_enable hyperprivileged registers.
225
226 2014-03-19 Daniel Gutson <daniel.gutson@tallertechnologies.com>
227 Nick Clifton <nickc@redhat.com>
228
229 * config/tc-arm.c (codecomposer_syntax): New flag that states whether the
230 CCS syntax compatibility mode is on or off.
231 (asmfunc_states): New enum to represent the asmfunc directive state.
232 (asmfunc_state): New variable holding the asmfunc directive state.
233 (comment_chars): Rename to arm_comment_chars.
234 (line_separator_chars): Rename to arm_line_separator_chars.
235 (s_ccs_ref): New function that handles the .ref directive.
236 (asmfunc_debug): New function.
237 (s_ccs_asmfunc): New function that handles the .asmfunc directive.
238 (s_ccs_endasmfunc): New function that handles the .endasmfunc directive.
239 (s_ccs_def): New function that handles the .def directive.
240 (tc_start_label_without_colon): New function.
241 (md_pseudo_table): Added new CCS directives.
242 (arm_ccs_mode): New function that handles the -mccs command line option.
243 (arm_long_opts): Added new -mccs command line option.
244 * config/tc-arm.h (LABELS_WITHOUT_COLONS): New macro.
245 (TC_START_LABEL_WITHOUT_COLON): New macro.
246 (tc_start_label_without_colon): Added extern function declaration.
247 (tc_comment_chars): Define.
248 (tc_line_separator_chars): Define.
249 * app.c (do_scrub_begin): Use tc_line_separator_chars, if defined.
250 * read.c (read_begin): Likewise.
251 * doc/as.texinfo: Add documentation for the -mccs command line
252 option.
253 * doc/c-arm.texi: Likewise.
254 * doc/internals.texi: Document tc_line_separator_chars.
255 * NEWS: Mention the new feature.
256
257 2014-03-18 Jiong Wang <jiong.wang@arm.com>
258
259 * config/tc-aarch64.c (aarch64_opts): Add new option
260 "mno-verbose-error".
261 (verbose_error_p): Initialize to 1.
262 * doc/c-aarch64.texi (AArch64 Options): Document -mverbose-error
263 and -mno-verbose-error.
264
265 2014-03-17 Nick Clifton <nickc@redhat.com>
266
267 PR gas/16694
268 * config/tc-arm.c (tc_arm_regname_to_dw2regnum): Parse VFP
269 registers as well.
270
271 2014-03-13 Richard Earnshaw <rearnsha@arm.com>
272 Jiong Wang <Jiong.Wang@arm.com>
273
274 * doc/c-aarch64.texi: Clean up some formatting issues.
275 (AArch64 Options): Document -mcpu and -march.
276 (AArch64 Extensions): New node.
277
278 2014-03-13 Tristan Gingold <gingold@adacore.com>
279
280 * config/tc-i386.c (use_big_obj): Declare.
281 (OPTION_MBIG_OBJ): Define.
282 (md_longopts): Add -mbig-obj option.
283 (md_parse_option): Handle it.
284 (md_show_usage): Display help for this option.
285 (i386_target_format): Use bigobj for x86-64 if -mbig-obj.
286 * doc/c-i386.texi: Document the option.
287
288 2014-03-12 Nick Clifton <nickc@redhat.com>
289
290 PR gas/16688
291 * config/tc-aarch64.c (literal_expression): New structure.
292 (literal_pool): Replace exp array with literal_expression array.
293 (add_to_lit_pool): When adding a bignum cache the big value.
294 (s_ltorg): When emitting a bignum initialise the global bignum
295 array from the cached value.
296
297 2014-03-12 Alan Modra <amodra@gmail.com>
298
299 * Makefile.in: Regenerate.
300 * config.in: Regenerate.
301 * doc/Makefile.in: Regenerate.
302
303 2014-03-06 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
304 Vishnu KS <Vishnu.k_s@atmel.com>
305 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
306 Soundararajan <Soundararajan.dhakshinamoorthy@atmel.com>
307
308 * gas/tc-avr.c: Add new devices
309 avr25: ata5272, attiny828
310 avr35: ata5505, attiny1634
311 avr4: atmega8a, ata6285, ata6286, atmega48pa
312 avr5: at90pwm161, ata5790, ata5795, atmega164pa, atmega165pa,
313 atmega168pa, atmega32a, atmega64rfr2, atmega644rfr2, atmega64a,
314 atmega16hva2
315 avr51: atmega128a, atmega1284
316 avrxmega2: atxmega16a4u, atxmega16c4, atxmega32a4u, atxmega32c4,
317 atxmega32e5, atxmega16e5, atxmega8e5
318 avrxmega4: atxmega64a3u, atxmega64a4u, atxmega64b1, atxmega64b3,
319 atxmega64c3, atxmega64d4
320 avrxmega6: atxmega128a3u, atxmega128b3, atxmega128c3,
321 atxmega128d4, atxmega192a3u, atxmega192c3, atxmega256a3u,
322 atxmega256c3, atxmega384c3, atxmega384d3
323 avrxmega7: atxmega128a4u
324 * doc/c-avr.texi: Ditto.
325
326 2014-03-05 Alan Modra <amodra@gmail.com>
327
328 Update copyright years.
329
330 2014-03-05 Alan Modra <amodra@gmail.com>
331
332 * config/tc-ppc.c (ppc_elf_suffix): Support @localentry.
333 (md_apply_fix): Support R_PPC64_ADDR64_LOCAL.
334
335 2014-03-05 Alan Modra <amodra@gmail.com>
336
337 * config/tc-ppc.c (md_assemble): Move code adjusting reloc types
338 later. Merge absolute and relative branch reloc selection.
339 Generate 16-bit relocs for most 16-bit insn fields given a
340 non-constant expression.
341
342 2014-03-05 Alan Modra <amodra@gmail.com>
343
344 * config/tc-ppc.c (ppc_is_toc_sym): Remove OBJ_ELF support.
345 (md_assemble): Don't call ppc_is_toc_sym for ELF.
346
347 2014-03-04 Heiher <r@hev.cc>
348
349 * config/tc-mips.c (mips_cpu_info_table): Use ISA_MIPS64R2 for
350 Loongson-3A.
351
352 2014-03-03 Nick Clifton <nickc@redhat.com>
353
354 * config/msp430/msp430.c: Replace known mcu array with known
355 msp430 ISA mcu name array.
356 Accept any name for -mmcu option.
357 Add -mz option to warn about missing NOP following an interrupt
358 status change.
359 (check_for_nop): New.
360 (msp430_operands): Emit a warning, if requested, when an interrupt
361 changing instruction is not followed by a NOP.
362 * doc/c-msp430.c: Document -mz option.
363
364 2014-03-03 Alan Modra <amodra@gmail.com>
365
366 * config/bfin-lex-wrapper.c: Correct copyright date.
367 * config/obj-fdpicelf.c: Likewise.
368 * config/obj-fdpicelf.h: Likewise.
369 * config/tc-frv.c: Correct copyright punctuation.
370 * config/tc-ip2k.c: Likewise.
371 * config/tc-iq2000.c: Likewise.
372 * config/tc-mep.c: Likewise.
373 * config/tc-tic4x.c: Likewise.
374 * config/tc-tic4x.h: Likewise.
375
376 2014-03-01 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
377
378 * config/tc-avr.c: Remove atxmega16x1.
379
380 2014-02-28 Alan Modra <amodra@gmail.com>
381
382 * dwarf2dbg.c (out_debug_line): Correct .debug_line header_length
383 field for 64-bit dwarf.
384
385 2014-02-21 Ilya Tocar <ilya.tocar@intel.com>
386
387 * config/tc-i386.c (cpu_arch): Add .prefetchwt1.
388 * doc/c-i386.texi: Document .prefetchwt1/prefetchwt1.
389
390 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
391
392 * config/tc-i386.c (cpu_arch): Add .clflushopt, .xsavec, .xsaves.
393 * doc/c-i386.texi: Document .xsavec/xsavec/.xsaves/xsaves/
394 clflushopt/.clfushopt.
395
396 2014-02-10 Alan Modra <amodra@gmail.com>
397
398 * po/POTFILES.in: Regenerate.
399 * po/gas.pot: Regenerate.
400
401 2014-02-03 Sandra Loosemore <sandra@codesourcery.com>
402
403 * config/tc-nios2.c (md_apply_fix): Test for new relocs.
404 (nios2_special_reloc): Add %call_lo, %call_hiadj, %got_lo,
405 %got_hiadj relocation operators. Sort table and add comment
406 to explain ordering.
407 (nios2_fix_adjustable): Test for new relocs.
408 * doc/c-nios2.texi (Nios II Relocations): Document new relocation
409 operators.
410
411 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
412
413 * config/tc-nios2.c (md_apply_fix): Handle BFD_RELOC_NIOS2_CALL26_NOAT.
414 (nios2_assemble_args_m): Likewise.
415 (md_assemble): Likewise.
416
417 2014-01-24 DJ Delorie <dj@redhat.com>
418
419 * config/tc-msp430.c (msp430_section): Always flag data sections,
420 regardless of -md.
421 (msp430_frob_section): New. Make sure all sections are noticed if
422 they have content.
423 (msp430_lcomm): New. Flag bss if .lcomm is seen.
424 (msp430_comm): New. Likewise.
425 (md_pseudo_table): Add them.
426 * config/tc-msp430.h (msp430_frob_section): Declare.
427 (tc_frob_section): Define.
428
429 2014-01-23 Nick Clifton <nickc@redhat.com>
430
431 * config/tc-msp430.c (show_mcu_list): Delete.
432 (md_parse_option): Accept any MCU name. Accept several more
433 variants for the -mcpu option.
434 (md_show_usage): Do not call show_mcu_list.
435
436 2014-01-22 DJ Delorie <dj@redhat.com>
437
438 * config/tc-msp430.c (msp430_refsym): New: ".refsym <symbol>"
439 * doc/c-msp430.texi (MSP430 Directives): Document it.
440
441 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
442
443 * config/tc-i386.c (check_VecOperands): Remove regzmm from AVX2
444 gather assert.
445
446 2014-01-22 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
447
448 PR gas/16489
449 * config/tc-i386.c (check_VecOperands): Add check for invalid
450 register set in AVX512 gathers.
451
452 2014-01-22 Alan Modra <amodra@gmail.com>
453
454 * config/tc-tic4x.c (md_shortopts): s/CONST/const/.
455
456 2014-01-21 DJ Delorie <dj@redhat.com>
457
458 * config/tc-rl78.c (require_end_of_expr): New.
459 (md_operand): Call it.
460 (rl78_cons_fix_new): Mark LO16, HI16, ahd HI8 internal relocations
461 as not overflowing.
462
463 2014-01-17 Will Newton <will.newton@linaro.org>
464
465 * config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
466 for the s32.f64 flavours of VCVT.
467
468 2014-01-14 Nick Clifton <nickc@redhat.com>
469
470 PR gas/16434
471 * config/tc-z80.c (wrong_match): Provide format string to
472 as_warn.
473 (parse_exp_not_indexed): Delete unused variable dummy.
474 (emit_byte): Delete unused variable fixp.
475
476 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
477
478 * config/tc-i386.c (regbnd): Removed.
479 (vec_disp8): Likewise.
480
481 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
482
483 * as.c (parse_args): Update copyright year to 2014.
484
485 2014-01-07 Tom Tromey <tromey@redhat.com>
486
487 * config/tc-tic30.c (debug): Avoid old VA_* compatibility
488 wrappers.
489
490 2014-01-07 Tom Tromey <tromey@redhat.com>
491
492 * config/tc-microblaze.h (parse_cons_expression_microblaze): Don't
493 use PARAMS.
494
495 2014-01-07 Tom Tromey <tromey@redhat.com>
496
497 * config/tc-xc16x.h: Don't use ANSI_PROTOTYPES.
498
499 2013-01-07 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
500
501 * config/tc-aarch64.c (aarch64_cpus): Add entry for "xgene-1"
502
503 For older changes see ChangeLog-2013
504 \f
505 Copyright (C) 2014 Free Software Foundation, Inc.
506
507 Copying and distribution of this file, with or without modification,
508 are permitted in any medium without royalty provided the copyright
509 notice and this notice are preserved.
510
511 Local Variables:
512 mode: change-log
513 left-margin: 8
514 fill-column: 74
515 version-control: never
516 End:
This page took 0.040368 seconds and 4 git commands to generate.