1 2009-09-15 H.J. Lu <hongjiu.lu@intel.com>
3 * config/tc-i386.c (offset_in_range): Sign extend offset only
4 for 32bit address mode.
6 2009-09-15 Tristan Gingold <gingold@adacore.com>
8 * makefile.vms (OBJS): Compile te-vms.c only on Itanium.
10 2009-09-14 H.J. Lu <hongjiu.lu@intel.com>
13 * config/tc-i386-intel.c (intel_state): Add has_offset.
14 (i386_intel_simplify): Set intel_state.has_offset to 1 for
16 (i386_intel_operand): Turn on intel_state.is_mem if
17 intel_state.has_offset is 0 and the last char is ']'.
19 2009-09-14 H.J. Lu <hongjiu.lu@intel.com>
22 * config/tc-i386.c (optimize_disp): Set disp32 for 64bit only
23 if there is an ADDR_PREFIX.
24 (i386_finalize_displacement): Repor error if signed 32bit
25 displacement is out of range.
27 2009-09-13 Richard Sandiford <rdsandiford@googlemail.com>
29 * config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument.
30 Require the target to be a bare symbol on targets with
32 (macro_build_jalr): Update accordingly.
33 (mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets
34 with in-place addends.
36 2009-09-11 Nick Clifton <nickc@redhat.com>
38 * po/gas.pot: Updated by the Translation project.
40 2009-09-11 Martin Thuresson <martint@google.com>
42 * as.c (main): Call dwarf2_init.
43 * config/obj-elf.c (struct group_list): New field.
44 (build_group_lists): Use hash lookup.
45 (free_section_idx): New function.
46 (elf_frob_file): Adjust.
47 * dwarf2dbg.c (all_segs_hash, last_seg_ptr): New variables.
48 (get_line_subseg): Adjust.
49 (dwarf2_init): New function.
50 * dwarf2dbg.h (dwarf2_init): New declaration.
52 2009-09-11 Martin Thuresson <martint@google.com>
54 Updated sources to compile cleanly with -Wc++-compat:
57 * config/obj-elf.c: Add casts.
58 (obj_elf_type): Rename variable typename to type_name.
59 * config/tc-i386-intel.c (i386_operators): Rename member operator to op.
60 * config/tc-i386.c: Add casts.
61 (check_cpu_arch_compatible): Rename argument new to new_flag.
62 (gotrel): Update variable to use enum name instead of integer value.
63 * dw2gencfi.c: Add casts.
64 (struct cfi_escape_data): Move to top level.
65 * dwarf2dbg.c: Add cast.
66 * dwarf2dbg.h (dwarf2_loc_directive_seen): Make variable extern.
68 (enum frame_state): Move to top level.
69 * expr.c (operatorf): Rename function operator to operatorf.
70 (operand): Rename variable operator to op.
71 (expr_set_rank): Rename argument operator to op.
74 * input-scrub.c: Add cast.
75 * listing.c: Add casts.
76 (enum edict_enum): Move to top level.
78 * macro.h (enum formal_type): Move to top level.
80 (s_include): Rename variable try to try_file.
83 * subsegs.c: Add casts.
84 * symbols.c: Add casts.
86 * libiberty/regex.c (byte_re_match_2_internal): Introduce extra scope to avoid
87 initialization warning from goto.
89 2009-09-11 Hans-Peter Nilsson <hp@bitrange.com>
92 * config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>:
93 Allow register operands for SWYM as for TRIP and TRAP. Correct
94 operand handling and error checking. Never emit
95 BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns.
97 2009-09-10 Alan Modra <amodra@bigpond.net.au>
99 * config/tc-d10v.c: Include dwarf2dbg.h.
100 (write_long, write_1_short, write_2_short): Call dwarf2_emit_insn.
101 (d10v_frob_label): New function.
102 * config/tc-d10v.h (d10v_frob_label): Declare.
103 (tc_frob_label): Define as d10v_frob_label.
105 2009-09-10 Alan Modra <amodra@bigpond.net.au>
107 * config/tc-d30v.c (d30v_frob_label): Call dwarf2_emit_label.
108 * config/tc-frv.c (frv_frob_label): Likewise.
110 2009-09-09 Alan Modra <amodra@bigpond.net.au>
112 * config/obj-coff.h (USE_UNIQUE): Don't define.
113 * config/obj-coff.c (weak_uniquify): Use an_external_name when TE_PE.
114 * symbols.c (an_external_name): Define when TE_PE.
115 (S_SET_EXTERNAL): Assign an_external_name when TE_PE.
116 * tc.h (an_external_name): Declare when TE_PE.
118 * config/tc-i386.c (i386_target_format): Avoid duplicate case label.
120 2009-09-08 Kaz Kojima <kkojima@rr.iij4u.or.jp>
122 * configure.tgt (sh*-*-netbsdelf*): Set endian according to cpu.
124 2009-09-08 Alan Modra <amodra@bigpond.net.au>
126 * read.c (emit_expr_fix): Handle size 3.
127 * config/tc-avr.c (md_assemble): Call dwarf2_emit_insn.
128 * config/tc-d30v.c (write_long, write_1_short,
129 write_2_short, md_assemble): Likewise.
130 * config/tc-dlx.c (md_assemble): Likewise.
131 * config/tc-i860.c (md_assemble): Likewise.
132 * config/tc-mn10200.c (md_assemble): Likewise.
133 * config/tc-pj.c (md_assemble): Likewise.
134 * config/tc-vax.c (md_assemble): Likewise.
136 2009-09-07 Daniel Gutson <dgutson@codesourcery.com>
138 * config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
139 * doc/c-arm.texi: cortex-r4f CPU added.
141 2009-09-07 Tristan Gingold <gingold@adacore.com>
143 * po/POTFILES.in: Regenerate.
144 * po/gas.pot: Regenerate.
146 * Makefile.am (TARG_ENV_CFILES): New variable. Set to te-vms.c
147 (POTFILES): Add $(TARG_ENV_CFILES) in definition.
148 (EXTRA_as_new_SOURCES): Ditto.
149 * Makefile: Regenerate.
150 * acinclude.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
151 BFD_HAVE_SYS_STAT_TYPE_MEMBER): New macro created from bfd/bfd.m4.
152 * configure.in: Add Tests for tm_gmtoff, st_mtim.tv_sec and
153 st_mtim.tv_nsec (from bfd/configure.in). Check for time.h and
155 Add te-vms.o in extra_objects if te_file is vms.
156 * configure: Regenerate.
157 * config.in: Regenerate.
158 * config/te-vms.c: New file, from bfd/vmsutil.c
159 (vms_dwarf2_file_time_name, vms_dwarf2_file_size_name)
160 (vms_dwarf2_file_name): New functions.
161 (vms_file_stats_name): Make it static, add a dirname parameter to
162 locally create the full pathname.
163 * config/te-vms.h: Add a copyright header.
164 Declare the above functions.
165 (DWARF2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILE_NAME): Use
166 the above functions in the definition.
167 * makefile.vms (OBJS): Add te-vms.obj.
168 (te-vms.obj): Create a specific target.
169 * configure.com: Create targ-env.h using a per target value.
170 Compile te-vms.c for ia64.
172 2009-09-05 Jie Zhang <jie.zhang@analog.com>
174 * doc/as.texinfo: Document that Blackfin GAS does not
175 accept SYMBOL = VALUE.
177 2009-09-05 Martin Thuresson <martin@mtme.org>
179 * config/tc-arc.c (struct syntax_classes): Rename member class
180 to s_class. (arc_extinst): Rename variable class to
181 s_class. Update code to use renamed members.
182 * config/tc-mips.c (insn_uses_reg): Rename argument class to
184 * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
185 (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
186 (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
188 * config/tc-ppc.h (struct ppc_tc_sy): Change name of member
189 from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
190 code to use renamed members.
191 * config/tc-score.c (s3_adjust_paritybit): Rename argument
193 * config/tc-score7.c (s7_adjust_paritybit): Rename argument
196 2009-09-04 Tristan Gingold <gingold@adacore.com>
198 * NEWS: Add marker for 2.20.
200 2009-09-04 Jie Zhang <jie.zhang@analog.com>
202 * config/bfin-parse.y (asm_1): Implement HLT instruction.
203 Fix comments for DBGA, DBGAH and DBGAL.
204 * config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according
205 to the new encoding of DBGA, DBGAH, and DBGAL.
207 2009-09-04 Jie Zhang <jie.zhang@analog.com>
209 * doc/all.texi: Replace BFIN with Blackfin.
210 * doc/as.texinfo: Likewise.
211 * doc/c-bfin.texi: Likewise.
212 * doc/asconfig.texi: Likewise.
214 * doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
217 2009-09-04 Jie Zhang <jie.zhang@analog.com>
219 * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
220 the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
222 (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
223 (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these.
224 (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
226 * Makefile.in: Regenerate.
228 2009-09-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
230 * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
231 (itbl-ops.o, itbl-tops.o): Likewise.
232 (itbl-parse.h): Use separate rule.
233 * Makefile.in: Regenerate.
235 2009-09-03 Jie Zhang <jie.zhang@analog.com>
237 * config/tc-bfin.c (md_parse_option): Call as_fatal for bad
240 2009-09-03 Jie Zhang <jie.zhang@analog.com>
242 * config/bfin-lex.l: Remove V as STATUS_REG.
244 2009-09-03 Jie Zhang <jie.zhang@analog.com>
246 * config/bfin-parse.y: Remove trailing whitespace.
248 * config/tc-bfin.c (struct bfin_reg_entry): Remove.
249 (bfin_reg_info[]): Remove.
251 2009-09-03 Jie Zhang <jie.zhang@analog.com>
253 * config/bfin-defs.h (F_REG_ALL): Remove macro.
254 (F_REG_HIGH): Redefine.
255 (F_REG_NONE): New macro.
256 (F_REG_LOW): New macro.
257 (REG_CLASS): Enclose macro argument in parentheses when used.
258 (REG_EVEN): Likewise.
260 (IS_HCOMPL): Use flags.
261 * config/bfin-lex.l (SP.L, SP.H, FP.L, FP.H): Set flags.
262 (parse_reg): Set flags.
263 (parse_halfreg): Set flags.
265 2009-09-03 Jie Zhang <jie.zhang@analog.com>
267 * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
268 05000074 only when both slot1 and slot2 are filled.
270 2009-09-03 Jie Zhang <jie.zhang@analog.com>
272 * config/tc-bfin.c (md_assemble): Bump line counters if there is
273 EOL in the instruction.
275 2009-09-03 Jie Zhang <jie.zhang@analog.com>
277 * config/bfin-defs.h (IS_GENREG): Define.
280 * config/bfin-parse.y (asm_1): Check illegal register move
283 2009-09-03 Jie Zhang <jie.zhang@analog.com>
285 * config/bfin-parse.y (asm_1): Fix a typo.
287 2009-09-03 Jie Zhang <jie.zhang@analog.com>
289 * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
290 * config/tc-bfin.c (bfin_start_line_hook): Remove.
291 (bfin_loop_beginend): New.
292 * config/tc-bfin.h (bfin_start_line_hook): Don't declare.
293 (md_start_line_hook): Don't define.
294 * config/bfin-aux.h (bfin_loop_beginend): Declare.
296 2009-09-03 Tristan Gingold <gingold@adacore.com>
298 * config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename.
299 Call xstrdup on the result and free the buffer after use.
301 2009-09-03 Tristan Gingold <gingold@adacore.com>
303 * as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
305 2009-09-02 Jie Zhang <jie.zhang@analog.com>
307 * config/bfin-parse.y (value_match): Use int instead of long.
309 From Michael Frysinger <michael.frysinger@analog.com>
310 * config/bfin-defs.h (Expr_Node_Value): Declare the i_value
313 2009-09-02 Jie Zhang <jie.zhang@analog.com>
315 From Bernd Schmidt <bernd.schmidt@analog.com>
316 * config/bfin-parse.y (asm_1): Clean up and unify error handling
317 for load and store insns.
318 (neg_value): Delete function.
320 2009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
322 * Makefile.am (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o):
323 Supply correct source file name for generated files which may be
325 * Makefile.in: Regenerate.
327 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
329 * version.c (parse_args): Change to "Copyright 2009".
331 2009-09-01 Tristan Gingold <gingold@adacore.com>
333 * makefile.vms: Adjust include pathes. Remove useless vaxctrl
335 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
338 2009-09-01 Jie Zhang <jie.zhang@analog.com>
340 * config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
343 2009-09-01 Jie Zhang <jie.zhang@analog.com>
345 2007-09-28 Bernd Schmidt <bernd.schmidt@analog.com>
346 * config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
347 2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
349 2007-08-23 Jie Zhang <jie.zhang@analog.com>
350 * config/tc-bfin.c (bfin_fix_adjustable): Adjust
351 BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and
352 BFD_RELOC_BFIN_FUNCDESC_GOT17M4.
354 2009-09-01 Jie Zhang <jie.zhang@analog.com>
356 * read.c (TC_START_LABEL): Add a new argument.
357 (read_a_source_file): Pass the beginning of the symbol through
358 the new argument of TC_START_LABEL.
359 * config/tc-arm.h (TC_START_LABEL): Add a new argument.
360 * config/tc-bfin.c (bfin_start_label): Only search '(' and '['
361 from the beginning of the symbol.
362 * config/tc-bfin.h (TC_START_LABEL): Add the new argument.
363 * config/tc-d30v.h (TC_START_LABEL): Likewise.
364 * config/tc-fr30.h (TC_START_LABEL): Likewise.
365 * config/tc-m32c.h (TC_START_LABEL): Likewise.
366 * config/tc-m32r.h (TC_START_LABEL): Likewise.
367 * config/tc-mep.h (TC_START_LABEL): Likewise.
369 2009-08-31 H.J. Lu <hongjiu.lu@intel.com>
372 * write.c (write_object_file): Revert the accidental change
373 made in revision 1.124 on 2009-08-17.
375 2009-08-31 Jan Beulich <jbeulich@novell.com>
377 * config/obj-elf.c (obj_elf_change_section): Set default type
378 by calling bfd_elf_get_default_section_type.
380 2009-08-31 Jie Zhang <jie.zhang@analog.com>
382 * config/bfin-aux.h: Change format from DOS to UNIX.
384 2009-08-29 Martin Thuresson <martin@mtme.org>
386 * config/tc-arm.c (struct asm_cond, struct asm_psr, struct
387 asm_barrier_opt): Change member template to
388 template_name. (md_begin): Update code to reflect new member
390 * config/tc-i386.c (struct templates, struct _i386_insn)
391 (match_template, cpu_flags_match, match_reg_size, match_mem_size)
392 (operand_size_match, md_begin, i386_print_statistics, pi)
393 (build_vex_prefix, md_assemble, parse_insn, optimize_imm)
394 (optimize_disp): Updated code to use new names. (parse_insn):
396 * config/tc-ia64.c (dot_template, emit_one_bundle): Updated
397 code to use new names.
398 * config/tc-score.c (struct s3_asm_opcode): Renamed member
399 template to template_name. (s3_parse_16_32_inst, s3_parse_48_inst,
400 s3_do_macro_ldst_label, s3_build_score_ops_hsh): Update code to
402 * config/tc-score7.c (struct s7_asm_opcode): Renamed member
403 template to template_name. (s7_parse_16_32_inst,
404 s7_do_macro_ldst_label, s7_build_score_ops_hsh): Update code to
406 * config/tc-tic30.c (md_begin, struct tic30_insn)
407 (md_assemble): Update code to use new names.
408 * config/tc-tic54x.c (struct _tic54x_insn, md_begin)
409 (optimize_insn, tic54x_parse_insn, next_line_shows_parallel):
410 Update code to use new names.
411 * config/tc-arm.c (insert_reg_alias): Rename variable new to
413 * config/tc-dlx.c (parse_operand): Rename variable new to
415 * config/tc-ia64.c (ia64_gen_real_reloc_type): Rename variable
417 * config/tc-mcore.c (parse_exp, parse_imm): Rename variable
419 * config/tc-microblaze.c (parse_exp, parse_imm, check_got):
420 Change name from new to new_pointer.
421 * config/tc-or32.c (parse_operand): Rename variable new to
423 * config/tc-pdp11.c (md_assemble): Rename variable new to
425 * config/tc-pj.c (alias): Change argument new to new_name.
426 * config/tc-score.c (s3_build_score_ops_hsh): Rename variable
427 new to new_opcode. (s3_build_dependency_insn_hsh) Rename variable
428 new to new_i2n. (s3_convert): Rename variables old and new to
430 * config/tc-score7.c (s7_build_score_ops_hsh): Rename variable
431 new to new_opcode. (s7_build_dependency_insn_hsh): Rename variable
432 new to new_i2d. (s7_b32_relax_to_b16, s7_convert_frag): Rename
433 variables old and new to r_old and r_new.
434 * config/tc-sh.c (parse_exp): Rename variable new to
436 * config/tc-sh64.c (shmedia_parse_exp): Rename variable new to
438 * config/tc-tic4x.c (tic4x_operand_parse): Rename variable new
440 * config/tc-z8k.c (parse_exp): Rename variable new to
442 * listing.c (listing_newline): Rename variable new to new_i.
444 2009-08-29 Matt Fleming <matt@console-pimps.org>
446 * config/tc-sh.c (md_apply_fix): Extend sign of the offset value
449 2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
451 * config/tc-i386.c (cpu_arch): Use PROCESSOR_L1OM on "l1om".
452 (i386_align_code): Handle PROCESSOR_L1OM.
453 (check_cpu_arch_compatible): Fix a typo in comments.
454 (set_cpu_arch): Check cpu_arch_isa instead of
455 cpu_arch_isa_flags.bitfield.cpul1om.
456 (i386_mach): Likewise.
457 (i386_target_format): Likewise.
459 * config/tc-i386.h (processor_type): Add PROCESSOR_L1OM.
461 2009-08-26 DJ Delorie <dj@redhat.com>
463 * config/tc-mep.c (md_pcrel_from_section): Handle any other
464 forced-relocation cases.
466 2009-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
468 * Makefile.am (TARGET_CPU_CFILES): Add config/tc-moxie.c.
469 * config/tc-moxie.c (md_assemble): Fix typos in strings. Fix
471 * Makefile.in: Regenerate.
472 * po/POTFILES.in: Likewise.
473 * po/gas.pot: Likewise.
475 2009-08-26 Nick Clifton <nickc@redhat.com>
477 * config/obj-coff-seh.c (seh_arm_write_pdata): Test for
478 seh_ctx_root being NULL.
480 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
482 * Makefile.am (am__skiplex, am__skipyacc): New.
483 * Makefile.in: Regenerate.
485 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
487 * Makefile.am (YFLAGS): Remove, not needed any more.
488 (AM_CPPFLAGS): Renamed from ...
489 (INCLUDES): ... this.
490 * Makefile.in: Regenerate.
492 * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11,
494 (all): Remove now-unneeded dependency upon info.
495 (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES)
496 (DEP_FILE_DEPS): Remove variables.
497 (OBJ_FORMAT_CFILES): Add config/obj-multi.c.
498 (OBJ_FORMAT_HFILES): Add config/obj-multi.h.
499 ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies.
500 ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o)
501 (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o)
502 (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o)
503 (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove
505 (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES),
506 $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES),
507 $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments
508 are picked up in the Makefile.
509 (itbl-lex.c, itbl-ops.o): Remove manual dependencies.
510 (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o)
511 (itbl-test.o): Rewrite using automake-style dependency
512 tracking rules; only list the dependency upon the primary source
513 file, but no included headers.
514 (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am):
516 (mkdep section): Remove.
517 * Makefile.in: Regenerate.
518 * po/POTFILES.in, po/gas.pot: Regenerate.
520 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
521 (install-html-recursive): Remove.
522 * Makefile.in: Regenerate.
523 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
524 (html__strip_dir, install-html, install-html-am): Remove.
525 * doc/Makefile.in: Regenerate.
527 * Makefile.in: Regenerate.
528 * aclocal.m4: Likewise.
529 * config.in: Likewise.
530 * configure: Likewise.
531 * doc/Makefile.in: Likewise.
533 2009-08-21 Sterling Augustine <sterling@jaw.hq.tensilica.com>
535 * config/tc-xtensa.c (config_max_slots): New global variable.
536 (md_begin): Set config_max_slots.
537 (total_frag_text_expansion): Use config_max_slots instead of
539 (xg_init_vinsn): Likewise.
540 (xg_clear_vinsn): Likewise.
541 (xg_free_vinsn): Likewise.
543 2009-08-20 Sterling Augustine <sterling@jaw.hq.tensilica.com>
545 * config/tc-xtensa.c (xg_copy_vinsn): New function.
546 (finish_vinsn): Call xg_copy_vinsn.
548 2009-08-19 Sterling Augustine <sterling@tensilica.com>
550 * config/tc-xtensa.h (xtensa_frag_data): Rename unused field fr_prev
552 * config/tc-xtensa.c (xtensa_mark_difference_of_two_symbols): Set
553 and use no_transform_end.
555 2009-08-18 Kai Tietz <kai.tietz@onevision.com>
557 * config/obj-coff-seh.c: Add copyright notice.
558 * config/obj-coff-seh.h: Add copyright notice.
559 Add x64 specific macros from coff/pe.h header.
561 2009-08-18 Sterling Augustine <sterling@tensilica.com>
563 * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
564 sizeof instead of hard-coded value.
565 (add_xt_block_frags): Remove unused local variable.
566 (frag_flags_to_number): Change return type to flagword. Remove
567 unused local variable.
569 2009-08-17 Sterling Augustine <sterling@tensilica.com>
571 * config/tc-xtensa.c (xtensa_frob_label): move call to
572 do_align_targets to set frag_type only.
574 2009-08-17 Kai Tietz <kai.tietz@onevision.com>
576 * config/obj-coff-seh.c: New file.
577 * config/obj-coff-seh.h: Likewise.
578 * config/obj-coff.c (obj-coff-seh.c): Add include.
579 (coff_pseudo_table): Add new .seh... commands.
580 * config/obj-coff.h (obj_coff_seh_do_final): Add new
582 (obj_coff_generate_pdata): New obj-coff hook.
583 * write.c (size_seg): Avoid sizing of already sized
585 (write_object_file): Call conditional hook
586 objc_coff_generate_pdata.
587 * Makefile.am: Add dependencies for new files.
588 * Makefile.in: Regenerated.
590 2009-08-17 Nick Clifton <nickc@redhat.com>
592 * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.
593 (parse_reg): Use safe-ctype.h macros.
594 (parse_exp): Likewise.
595 (md_assemble): Likewise.
597 2009-08-11 DJ Delorie <dj@redhat.com>
599 * config/tc-mep.c (md_estimate_size_before_relax): Handle weak
601 (md_convert_frag): Likewise.
602 (md_pcrel_from_section): Likewise.
603 (mep_force_relocation): Likewise.
605 2009-08-11 Bernd Schmidt <bernd.schmidt@analog.com>
607 * config/bfin-parse.y (gen_multi_instr_1): New function.
608 (asm): Use it instead of bfin_gen_multi_instr.
609 (error): Add a format string when calling as_bad.
610 * config/bfin-defs.h (insn_regmask): Declare.
611 * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
613 (decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
614 decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
615 decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
616 decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
617 insn_regmask): New functions.
619 From Jie Zhang <jie.zhang@analog.com>
620 * config/tc-bfin.h (bfin_anomaly_checks): Declare.
621 (AC_05000074): Define.
622 (ENABLE_AC_05000074): Define.
623 * config/tc-bfin.c (enum bfin_cpu_type): New.
624 (bfin_cpu_t): Typedef.
625 (bfin_cpu_type): Define.
626 (bfin_si_revision): Define.
627 (bfin_anomaly_checks): Define.
628 (struct bfin_cpu): New.
629 (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
630 (bfin_isa): New global variable.
631 (OPTION_MCPU): Define.
632 (md_longopts[]): Add -mcpu option.
633 (md_parse_option): Deal with -mcpu option and initialize
635 * doc/c-bfin.texi: Rename BFIN to Blackfin throughout. Document
637 * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
640 2009-08-11 Mike Frysinger <vapier@gentoo.org>
642 * config/bfin-parse.y (binary): Change "compiler" to "assembler".
645 2009-08-11 Nick Clifton <nickc@redhat.com>
648 * config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted
651 2009-08-10 Jan Kratochvil <jan.kratochvil@redhat.com>
653 Fix compilation of i386-*-go32.
654 * config/tc-i386.c (i386_target_format <TE_GO32>): New.
655 (i386_target_format <OBJ_MAYBE_COFF>): Compile only if !TE_GO32.
656 * config/te-go32.h (TARGET_FORMAT): Move the definition ...
657 * config/tc-i386.h <!i386_target_format>: ... here.
659 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
662 * config/tc-arm.c (do_t_add_sub_w): Fixed constraints.
664 2009-08-07 Daniel Jacobowitz <dan@codesourcery.com>
666 * config/tc-arm.c (marked_pr_dependency, mapstate): Delete global
668 (mapping_state): Use the section's mapstate.
669 (mapping_state_2): Likewise. Skip special sections.
670 (s_arm_unwind_fnend): Use the section's marked_pr_dependency.
671 (arm_elf_change_section): Do not set deleted globals.
672 * config/tc-arm.h (struct arm_segment_info_type): Document
673 marked_pr_dependency.
675 2009-08-07 Michael Eager <eager@eagercon.com>
677 * NEWS: Mention MicroBlaze support.
679 2009-08-06 Michael Eager <eager@eagercon.com>
681 * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
682 TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add
683 DEP_microblaze_elf target.
684 * Makefile.in: Regenerate.
685 * config/tc-microblaze.c: Add MicroBlaze assembler.
686 * config/tc-microblaze.h: Add header for tc-microblaze.c.
687 * configure.in: Add microblaze target.
688 * configure: Regenerate.
689 * configure.tgt: Same.
690 * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
691 * doc/Makefile.in: Same.
692 * doc/all.texi: Set MICROBLAZE.
693 * doc/as.texinfo: Add MicroBlaze doc links.
694 * doc/c-microblaze.texi: New MicroBlaze docs.
696 2009-08-06 Nick Clifton <nickc@redhat.com>
698 * config/tc-arm.c (md_assemble): Call mapping_state from inside a
699 block in case it is a null macro.
701 2009-08-05 Chao-ying Fu <fu@mips.com>
703 * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
704 true for new abi. For non-IRIX targets, it is always true.
705 (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
707 2009-08-05 Eric B. Weddington <eric.weddington@atmel.com>
709 * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
710 attiny861a, atmega644pa, attiny24a, attiny44a.
711 * doc/c-avr.texi: Likewise.
713 2009-08-04 Sandra Loosemore <sandra@codesourcery.com>
715 * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
716 * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
718 2009-08-04 Nathan Sidwell <nathan@codesourcery.com>
720 * config/tc-arm.c (my_get_expression): Detect missing expressions.
722 2009-08-02 Eric B. Weddington <eric.weddington@atmel.com>
724 * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
725 * doc/c-avr.texi: Likewise.
727 2009-08-01 Eric B. Weddington <eric.weddington@atmel.com>
729 * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
730 * doc/c-avr.texi: Likewise.
732 2009-07-31 Daniel Gutson <dgutson@codesourcery.com>
733 Daniel Jacobowitz <dan@codesourcery.com>
735 * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
736 * config/tc-arm.c (make_mapping_symbol): New function, from
737 mapping_state. Save mapping symbols in the frag.
738 (insert_data_mapping_symbol): New.
739 (mapping_state): Use make_mapping_symbol, improve state transitions.
740 (mapping_state_2): New. Provide dummy definition.
741 (opcode_select): Do not call mapping_state.
742 (s_bss): Call md_elf_section_change_hook instead of mapping_state.
743 (output_inst): Update use of tc_frag_data.
744 (new_automatic_it_block): Call mapping_state before emitting the
746 (md_assemble): Move mapping_state to just before outputting the
748 (arm_handle_align): Update use of tc_frag_data.
749 Call insert_data_mapping_symbol.
750 (arm_init_frag): Update use of tc_frag_data. Call
752 (arm_elf_change_section): Always update the mapping symbol FSM state.
753 (check_mapping_symbols): New function.
754 (arm_adjust_symtab): Use check_mapping_symbols.
755 * config/tc-arm.h (struct arm_frag_type): New.
756 (TC_FRAG_TYPE): Change to struct arm_frag_type.
757 (TC_FRAG_INIT): Pass max_chars.
758 (arm_init_frag): Update prototype.
760 2009-07-31 Anthony Green <green@moxielogic.com>
762 * configure.tgt (generic_target): Add moxie-uclinux support.
764 2009-07-30 Nick Clifton <nickc@redhat.com>
766 * doc/c-arm.texi (ARM-Instruction-Set): New node. Documents the
767 different syntaxes support by the ARM port.
768 (ARM Directives): Add entry for .syntax.
770 * doc/c-mips.texi (MIPS insn): Fix typo.
772 2009-07-29 Alan Modra <amodra@bigpond.net.au>
775 * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
776 * config/tc-i386.c: Revert 2009-06-13 change.
777 * config/tc-i386.h: Likewise.
779 2009-07-28 Jan Beulich <jbeulich@novell.com>
781 * expr.c (op_rank): Specify size. Remove O_md* initializers.
783 2009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
785 * config/tc-m68k.c (mcf5221x_ctrl): New.
786 (m68k_cpu): Add line for MCF5221x.
788 2009-07-27 Maxim Kuvyrkov <maxim@codesourcery.com>
790 * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
791 (mcf53017_ctrl): Fix RAMBAR.
793 2009-07-27 Jan Beulich <jbeulich@novell.com>
795 * obj-elf.c (elf_file_symbol): Replace symbol name set up by
796 symbol_new() with the passed in, unmodified one.
798 2009-07-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
800 * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
801 object file without symbol values.
802 (tc_gen_reloc): For local symbols resolved or its absolute symbol,
803 then set the relocation type as NULL.
805 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
807 * config/tc-i386.c (cpu_arch): Add l1om.
808 (check_cpu_arch_compatible): New.
809 (set_cpu_arch): Use it.
811 (i386_mach): Return bfd_mach_l1om for Intel L1OM.
812 (md_show_usage): Display l1om.
813 (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
814 cpu_arch_isa_flags.bitfield.cpul1om is set.
816 * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
818 (ELF_TARGET_L1OM_FORMAT): Likewise.
820 * doc/c-i386.texi: Document l1om.
822 2009-07-24 Roland McGrath <roland@redhat.com>
823 Mark Wielaard <mjw@redhat.com>
825 * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
826 flags on .comment section.
828 2009-07-24 Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>
829 Alan Modra <amodra@bigpond.net.au>
831 * config/tc-spu.c (md_apply_fix): Handle SPU_ADD_PIC.
832 * config/tc-spu.h (tc_fix_adjustable): Don't adjust for SPU_ADD_PIC.
833 (TC_FORCE_RELOCATION): Emit relocs for SPU_ADD_PIC.
835 2009-07-24 Jan Beulich <jbeulich@novell.com>
837 * tc-i386.c (cpu_arch): Add .8087, .287, .387, .no87, .nommx,
839 (cpu_flags_and_not): New.
840 (set_cpu_arch): Check whether sub-architecture specified is a
842 (md_parse_option): Likewise.
843 (parse_real_register): Don't return floating point register
844 when x87 functionality is disabled.
845 (md_show_usage): Add new sub-options.
846 * doc/c-i386.texi: Update with new command line sub-options.
848 2009-07-24 Nick Clifton <nickc@redhat.com>
851 * config/tc-alpha.c: Fix up uses of gas printf like functions so
852 that the format string is a constant string. Add translation
853 support to message strings.
854 * config/tc-arc.c: Likewise.
855 * config/tc-arm.c: Likewise.
856 * config/tc-cris.c: Likewise.
857 * config/tc-fr30.c: Likewise.
858 * config/tc-frv.c: Likewise.
859 * config/tc-h8300.c: Likewise.
860 * config/tc-hppa.c: Likewise.
861 * config/tc-i370.c: Likewise.
862 * config/tc-i960.c: Likewise.
863 * config/tc-ia64.c: Likewise.
864 * config/tc-m32r.c: Likewise.
865 * config/tc-mep.c: Likewise.
866 * config/tc-mips.c: Likewise.
867 * config/tc-moxie.c: Likewise.
868 * config/tc-msp430.c: Likewise.
869 * config/tc-openrisc.c: Likewise.
870 * config/tc-pdp11.c: Likewise.
871 * config/tc-pj.c: Likewise.
872 * config/tc-s390.c: Likewise.
873 * config/tc-sh.c: Likewise.
874 * config/tc-sh64.c: Likewise.
875 * config/tc-sparc.c: Likewise.
876 * config/tc-spu.c: Likewise.
877 * config/tc-tic30.c: Likewise.
878 * config/tc-tic4x.c: Likewise.
879 * config/tc-tic54x.c: Likewise.
880 * config/tc-v850.c: Likewise.
881 * config/tc-xc16x.c: Likewise.
882 * config/tc-xstormy16.c: Likewise.
883 * config/tc-z80.c: Likewise.
884 * config/tc-z8k.c: Likewise.
885 * config/atof-ieee.c: Add translation support to as_warn
887 * config/obj-coff.c: Likewise.
889 2009-07-23 Ulrich Drepper <drepper@redhat.com>
891 * config/obj-elf.c (obj_elf_type): Add code to support a type of
893 * doc/as.texinfo: Document new feature of .type directive.
894 * NEWS: Mention support for gnu_unique_object symbol type.
896 2009-07-23 Nick Clifton <nickc@redhat.com>
899 * doc/c-mips.texi (MIPS insn): Document the special behaviour of
900 the .global directive for MIPS ports.
902 2009-07-21 H.J. Lu <hongjiu.lu@intel.com>
905 * config/tc-i386.c (i386_align_code): Tune for 32bit nops in
907 (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm
910 2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
912 * config/tc-i386.c (md_assemble): Update operand types.
913 (update_imm): Updated.
914 (finalize_imm): Update the first 2 immediate operands only
915 for instructions with 2 operands or more.
917 2009-07-17 H.J. Lu <hongjiu.lu@intel.com>
919 * config/tc-i386.c (md_assemble): Check implicit registers
920 only for instructions with 3 operands or less.
922 2009-07-17 Nick Clifton <nickc@redhat.com>
924 * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid
925 compile time warning.
927 2009-07-16 H.J. Lu <hongjiu.lu@intel.com>
929 * config/tc-i386.c (md_assemble): Only check i.operands for AX.
930 (md_estimate_size_before_relax): Don't relax IFUNC symbols.
932 2009-07-16 Nathan Sidwell <nathan@codesourcery.com>
934 * config/tc-arm.c (md_apply_fix <BFD_RELOC_ARM_TARGET2>): Write
935 the offset for REL targets here.
937 2009-07-15 Kai Tietz <kai.tietz@onevision.com>
939 * listing.c (print_source): Initialize cache by NULL.
941 2009-07-15 Daniel Gutson <dgutson@codesourcery.com>
943 * doc/c-arm.texi (mauto-it): Removed old option.
944 (mimplicit-it): Added right option.
946 2009-07-14 Daniel Gutson <dgutson@codesourcery.com>
948 * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
949 (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
950 MAX_MEM_ALIGNMENT_BYTES.
951 * config/tc-arm.c (arm_frag_align_code): Replace hard coded
952 constant with MAX_MEM_FOR_RS_ALIGN_CODE.
954 2009-07-14 Nick Clifton <nickc@redhat.com>
957 * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.
958 (ARM_IS_FUNC): Likewise.
960 2009-07-14 Daniel Gutson <dgutson@codesourcery.com>
962 * config/tc-arm.c (md_assemble): Added validation.
964 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
966 * Makefile.am: Run "make dep-am".
967 * Makefile.in: Regenerated.
969 2009-07-10 Tom Tromey <tromey@redhat.com>
971 * Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
973 (DEPTC_alpha_elf): Likewise.
974 (DEPTC_alpha_evax): Likewise.
975 (DEPTC_arm_elf): Likewise.
976 (DEPTC_hppa_elf): Likewise.
977 (DEPTC_i386_aout): Likewise.
978 (DEPTC_i386_coff): Likewise.
979 (DEPTC_i386_elf): Likewise.
980 (DEPTC_m68k_aout): Likewise.
981 (DEPTC_m68k_coff): Likewise.
982 (DEPTC_m68k_elf): Likewise.
983 (DEPTC_mips_coff): Likewise.
984 (DEPTC_mips_ecoff): Likewise.
985 (DEPTC_mips_elf): Likewise.
986 (DEPTC_ppc_coff): Likewise.
987 (DEPTC_ppc_elf): Likewise.
988 (DEPTC_s390_elf): Likewise.
989 (DEPTC_sh_coff): Likewise.
990 (DEPTC_sh_elf): Likewise.
991 (DEPTC_sh64_elf): Likewise.
992 (DEPTC_sparc_aout): Likewise.
993 (DEPTC_sparc_coff): Likewise.
994 (DEPTC_sparc_elf): Likewise.
996 (dwarf2dbg.o): Likewise.
997 (dw2gencfi.o): Likewise.
1000 * Makefile.in: Rebuild.
1001 * dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
1002 * dwarf2dbg.c: Likewise.
1003 * ehopt.c: Likewise.
1005 2009-07-09 Daniel Gutson <dgutson@codesourcery.com>
1007 * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
1008 (set_it_insn_type_nonvoid): New macro.
1009 (emit_thumb32_expr): New function.
1010 (thumb_insn_size): New function.
1011 (emit_insn): New function.
1012 (s_arm_elf_inst): New function.
1013 (md_pseudo_table): New pseudo-opcode entries added.
1014 * doc/c-arm.texi: New directive added.
1016 2009-07-07 DJ Delorie <dj@redhat.com>
1018 * config/tc-mep.c (md_begin): Don't reset the coprocessor options
1019 when enabling other options without a specific configuration.
1021 2009-07-07 Chung-Lin Tang <cltang@pllab.cs.nthu.edu.tw>
1023 * config/tc-arm.c (insns): Fix encoding for torvsc.
1025 2009-07-06 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1027 * config/tc-i386.c (cpu_arch): Add .fma4 and CPU_FMA4_FLAGS.
1028 (build_modrm_byte): Add support to handle FMA4 instructions.
1029 (md_show_usage): Add fma4.
1031 2009-07-04 Alan Modra <amodra@bigpond.net.au>
1033 * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections.
1035 2009-07-02 Tristan Gingold <gingold@adacore.com>
1037 * Makefile.am (OBJ_FORMATS): Add macho.
1038 (CPU_OBJ_VALID): Ditto.
1039 (OBJ_FORMAT_CFILES): Add config/obj-macho.c
1040 (OBJ_FORMAT_HFILES): Add config/obj-macho.h
1041 (obj-macho.o): New rule.
1042 * Makefile.in: Regenerated.
1043 * configure.tgt (generic_target): Add i386-*-darwin*.
1044 * config/tc-i386.h: Use i386_target_format for Mach-O.
1045 * config/tc-i386.c (i386_target_format): Define it for Mach-O.
1046 (i386_target_format): Add a case for bfd_target_mach_o_flavour.
1047 * config/obj-macho.h: New file.
1048 * config/obj-macho.c: New file.
1050 2009-07-01 Nick Clifton <nickc@redhat.com>
1053 * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
1056 2009-07-01 Paul Brook <paul@codesourcery.com>
1058 * config/tc-arm.c (MISSING_FNSTART): Define.
1059 (s_arm_unwind_fnstart): Diagnose duplicate directive.
1060 (s_arm_unwind_handlerdata, s_arm_unwind_fnend, s_arm_unwind_fnend,
1061 s_arm_unwind_cantunwind, s_arm_unwind_personalityindex,
1062 s_arm_unwind_personality, s_arm_unwind_save, s_arm_unwind_movsp,
1063 s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): Error if
1064 not inside function unwinding region.
1066 2009-06-29 H.J. Lu <hongjiu.lu@intel.com>
1068 * config/tc-i386.c: Reformat.
1070 2009-06-23 DJ Delorie <dj@redhat.com>
1072 * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate
1073 32 bits for relaxable branches so that we can relax them later.
1074 (md_estimate_size_before_relax): Assume IVC2 branches will be relaxed.
1075 (mep_relax_frag): New.
1076 (md_convert_frag): Relax IVC2 branches in-place.
1077 * config/tc-mep.h ((mep_relax_frag): New.
1079 2009-06-22 Martin Thuresson <martin@mtme.org>
1081 * app, as.c, as.h, atof-generic.c, cgen.c,
1082 config/atof-ieee.c, config/obj-aout.c,
1083 config/obj-coff.c, config/obj-ecoff.c,
1084 config/obj-elf.c, config/obj-som.c, config/tc-alpha.c,
1085 config/tc-arc.c, config/tc-arm.c, config/tc-cr16.c,
1086 config/tc-cris.c, config/tc-crx.c, config/tc-d30v.c,
1087 config/tc-dlx.c, config/tc-hppa.c, config/tc-i370.c,
1088 config/tc-i386-intel.c, config/tc-i386.c,
1089 config/tc-i860.c, config/tc-i960.c, config/tc-ia64.c,
1090 config/tc-iq2000.c, config/tc-m32c.c,
1091 config/tc-m32r.c, config/tc-m68hc11.c,
1092 config/tc-m68k.c, config/tc-maxq.c, config/tc-mcore.c,
1093 config/tc-mep.c, config/tc-mips.c, config/tc-mmix.c,
1094 config/tc-mn10300.c, config/tc-moxie.c,
1095 config/tc-ns32k.c, config/tc-pj.c, config/tc-ppc.c,
1096 config/tc-s390.c, config/tc-score.c,
1097 config/tc-score7.c, config/tc-sh.c, config/tc-sparc.c,
1098 config/tc-spu.c, config/tc-tic30.c, config/tc-vax.c,
1099 config/tc-xtensa.c, config/xtensa-relax.c,
1100 dw2gencfi.c, dwarf2dbg.c, ehopt.c, expr.c,
1101 frags.c, input-file.c, read.c, sb.c,
1102 subsegs.c, symbols.c, write.c: Change the name of the
1103 gas macro `assert' to `gas_assert'.
1105 2009-06-22 Daniel Gutson <dgutson@codesourcery.com>
1107 * config/tc-arm.c (implicit_it_mode): New enum.
1108 (implicit_it_mode): New global.
1109 (it_instruction_type): New enum.
1110 (arm_parse_it_mode): New function.
1111 (arm_long_opts): New option added.
1112 (arm_it): New field.
1113 (it_state): New enum.
1114 (now_it): New macro.
1115 (check_it_blocks_finished): New function.
1116 (insns[]): Use the IT Thumb opcodes for ARM too.
1117 (arm_cleanup): Call check_it_blocks_finished.
1118 (now_it_compatible): New function.
1119 (conditional_insn): New function.
1120 (set_it_insn_type): New macro.
1121 (set_it_insn_type_last): New macro.
1122 (do_it): Call automatic IT machinery functions.
1123 (do_t_add_sub): Likewise
1124 (do_t_arit3): Likewise.
1125 (do_t_arit3c): Likewise.
1126 (do_t_blx): Likewise.
1127 (do_t_branch): Likewise.
1128 (do_t_bkpt): Likewise.
1129 (do_t_branch23): Likewise.
1130 (do_t_bx): Likewise.
1131 (do_t_bxj): Likewise.
1132 (do_t_cps): Likewise.
1133 (do_t_cpsi): Likewise.
1134 (do_t_cbz): Likewise.
1135 (do_t_it): Likewise.
1136 (encode_thumb2_ldmstm): Likewise.
1137 (do_t_ldst): Likewise.
1138 (do_t_mov_cmp): Likewise.
1139 (do_t_mvn_tst): Likewise.
1140 (do_t_mul): Likewise.
1141 (do_t_neg): Likewise.
1142 (do_t_setend): Likewise.
1143 (do_t_shift): Likewise.
1144 (do_t_tb): Likewise.
1145 (output_it_inst): New function.
1146 (new_automatic_it_block): New function.
1147 (close_automatic_it_block): New function.
1148 (now_it_add_mask): New function.
1149 (it_fsm_pre_encode): New function.
1150 (handle_it_state): New function.
1151 (it_fsm_post_encode): New function.
1152 (force_automatic_it_block_close): New function.
1153 (in_it_block): New function.
1154 (md_assemble): Call automatic IT block machinery functions.
1155 (arm_frob_label): Likewise.
1156 (arm_opts): New element.
1157 * config/tc-arm.h (it_state): New enum.
1158 (current_it): New struct.
1159 (arm_segment_info_type): New member added.
1160 * doc/c-arm.texi: New option -mimplicit-it documented.
1162 2009-06-20 Alan Modra <amodra@bigpond.net.au>
1165 * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
1167 2009-06-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1169 * config/tc-s390.c (md_gather_operands): Accept an instruction
1170 without operands if all operands are tagged as optional.
1172 2009-06-18 Nick Clifton <nickc@redhat.com>
1175 * tc-arm.c (do_t_ssat): Move common code from here...
1176 (do_t_usat): ... and here to...
1177 (do_t_ssat_usat): New function: ... here. Add code to check that
1178 the shift value, if present, is in range.
1180 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
1182 Merge cegcc and mingw32ce target name changes
1185 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
1187 * configure.tgt: Add arm*-*-cegcc* target.
1189 2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
1191 * configure.tgt: Add arm-*-mingw32ce* target.
1193 2009-06-16 Maciej W. Rozycki <macro@linux-mips.org>
1195 * config/tc-vax.c (md_estimate_size_before_relax): Accept
1196 indirect symbol references in the PIC mode and emit a
1197 PC-relative relocation instead of a GOT/PLT one. Likewise
1198 for symbols known to be hidden at this point.
1200 2009-06-15 Nick Clifton <nickc@redhat.com>
1203 * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
1206 2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
1209 * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
1210 instead of generic_force_reloc.
1212 * config/tc-i386.h (TC_FORCE_RELOCATION): New.
1214 2009-06-11 Anthony Green <green@moxielogic.com>
1216 * config/tc-moxie.c (md_chars_to_number): Define.
1217 (md_begin): Populate opcode hashtable with more form 3 opcodes.
1218 (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
1219 (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
1220 (tc_gen_reloc): Ditto.
1221 (md_pcrel_from): Ditto.
1222 (md_chars_to_number): New function.
1224 2009-06-10 Anthony Green <green@moxielogic.com>
1226 * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
1229 2009-06-09 Jakub Jelinek <jakub@redhat.com>
1232 * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
1233 to DW_CFA_advance_loc4.
1235 2009-06-08 Dave Korn <dave.korn.cygwin@gmail.com>
1238 * config/tc-i386.c (md_estimate_size_before_relax): Don't relax
1239 branches to weak symbols.
1240 (md_apply_fix): Don't convert fixes against weak symbols to
1241 section-relative offsets, but save addend for later reloc emission.
1242 (tc_gen_reloc): When emitting reloc against weak symbol, adjust
1243 addend to pre-compensate for bfd_install_relocation.
1245 2009-06-04 Alan Modra <amodra@bigpond.net.au>
1247 * dep-in.sed: Don't use \n in replacement part of s command.
1248 * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
1249 * Makefile.in: Regenerate.
1251 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
1254 * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
1256 2009-05-26 Catherine Moore <clm@codesourcery.com>
1258 * config/tc-mips.c (check_for_24k_errata): Remove.
1259 (md_mips_end): Remove call to check_for_24k_errata.
1260 (start_noreorder): Likewise.
1261 (s_change_sec): Likewise.
1262 (s_change_section): Likewise.
1263 (insns_between): Add 24k errata checks.
1264 (append_insn): Remove declaration and references to nhdx_24k.
1265 Remove calls to check_for_24k_errata.
1267 2009-05-26 Nick Clifton <nickc@redhat.com>
1269 * po/id.po: Updated Indonesian translation.
1270 * po/gas.pot: Updated template file.
1272 2009-05-26 Nick Clifton <nickc@redhat.com>
1275 * config/bfin-parse.y (error): Use "%s" as format string for error
1278 2009-05-26 Alan Modra <amodra@bigpond.net.au>
1280 * dep-in.sed: Output one filename per line with all lines having
1281 continuation backslash. Prefix first line with "A", following
1283 * Makefile.am (DEP): Don't use dep.sed here.
1284 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
1286 (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
1287 Emit multi dependencies on one line.
1288 * Makefile.in: Regenerate.
1290 2009-05-25 Tristan Gingold <gingold@adacore.com>
1292 * makefile.vms: New file to compile gas on VMS.
1294 * configure.com: New file to do configuration on VMS with DCL.
1296 2009-05-23 Richard Sandiford <rdsandiford@googlemail.com>
1298 * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
1299 (nops_for_insn): Likewise.
1301 2009-05-22 H.J. Lu <hongjiu.lu@intel.com>
1303 * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
1305 2009-05-22 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
1307 * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
1308 (build_modrm_byte): Remove DREX handling support.
1310 (drex_byte): Delete.
1311 (md_assemble): Remove DREX handling support.
1312 (process_operands): Remove DREX, SSE5 support.
1313 (i386_insn): Remove DREX.
1315 2009-05-22 Alan Modra <amodra@bigpond.net.au>
1317 * Makefile.am: Run "make dep-am".
1318 * Makefile.in: Regenerate.
1320 2009-05-20 Kai Tietz <kai.tietz@onevision.com>
1321 H.J. Lu <hongjiu.lu@intel.com>
1323 * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
1324 (TARGET_FORMAT): Removed for x86 pe-coff.
1325 (COFF_TARGET_FORMAT): Likewise.
1327 * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
1328 (md_parse_option): Likewise.
1329 (md_show_usage): Show option --32/--64 for x86 pe-coff.
1330 (i386_target_format): Use also for x86 pe-coff.
1332 * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
1335 2009-05-19 DJ Delorie <dj@redhat.com>
1337 * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
1338 (mep_process_saved_insns): Remove debugging printfs.
1340 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
1342 * NEWS: Mention new feature.
1343 * config/obj-coff.c (obj_coff_common_parse): New function.
1344 (obj_coff_comm): Likewise.
1345 (coff_pseudo_table): Override default ".comm" definition on PE.
1346 * doc/as.texinfo: Document new feature.
1348 2009-05-17 Kai Tietz <kai.tietz@onevision.com>
1350 * config/obj-coff.c (obj_coff_section): Add 'y' as
1351 specifier for SEC_COFF_NOREAD section flag.
1352 * doc/as.texinfo: Add documentation about .section flag 'y'.
1354 2009-05-13 DJ Delorie <dj@redhat.com>
1356 * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
1358 2009-05-13 Andrew Jenner <andrew@codesourcery.com>
1360 * config/tc-arm.c: Move as.h to start of file.
1362 2009-05-05 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1364 * config/tc-arm.h: Fix typo in comment.
1365 (ARM_IS_FUNC): New macro.
1366 (MD_APPLY_SYM_VALUE): Define.
1368 * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
1369 all versions of EABI.
1370 (relax_branch): Do not relax for branches to ARM functions.
1371 (md_pcrel_from_section): Set up base correctly for
1372 BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
1373 BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
1374 BFD_RELOC_ARM_PCREL_CALL.
1375 (md_apply_fix): Flip bl to blx where possible.
1376 Flip blx to bl where possible.
1377 (arm_force_relocation): Force relocations for
1378 BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
1379 BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
1380 BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
1381 BFD_RELOC_THUMB_PCREL_BRANCH25.
1382 (arm_apply_sym_value): New function.
1384 2009-05-04 Tristan Gingold <gingold@adacore.com>
1386 * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
1388 2009-05-01 Nathan Sidwell <nathan@codesourcery.com>
1390 * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
1391 * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
1392 * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
1393 the default FPU from the processor.
1395 2009-05-01 Julian Brown <julian@codesourcery.com>
1397 * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
1398 (md_pcrel_from_section): Align address for BLX.
1399 (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
1400 BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
1402 2009-04-29 DJ Delorie <dj@redhat.com>
1404 * config/tc-mep.c (md_begin): Check coprocessor type.
1405 (md_check_parallel64_scheduling): Use memset to initialize the buffer.
1406 (md_check_parallel32_scheduling): Likewise.
1408 (mep_check_ivc2_scheduling): New.
1409 (mep_check_parallel_scheduling): Call it.
1410 (mep_process_saved_insns): Add IVC2 slot support.
1411 (md_assemble): Likewise.
1413 2009-04-30 Nick Clifton <nickc@redhat.com>
1415 * config/obj-elf.c (obj_elf_type): Add support for a
1416 gnu_indirect_function type.
1417 * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
1418 against indirect function symbols.
1419 * doc/as.texinfo (.type): Document the support for the
1420 gnu_indirect_function symbol type.
1421 * NEWS: Mention the new feature.
1423 2009-04-24 Cary Coutant <ccoutant@google.com>
1425 * NEWS: Add item about discriminator support.
1426 * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
1427 * dwarf2dbg.c (current): Add discriminator field.
1428 (dwarf2_where): Copy discriminator value.
1429 (dwarf2_consume_line_info): Set discriminator to 0.
1430 (dwarf2_directive_loc): Process discriminator sub-op.
1431 (out_leb128): New function.
1432 (process_entries): Output DW_LNE_set_discriminator.
1433 * doc/as.texinfo: Add discriminator operand to .loc directive.
1435 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
1437 * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
1438 as_bad calls to silence compiler warning.
1440 2009-04-21 H.J. Lu <hongjiu.lu@intel.com>
1442 * config/tc-i386-intel.c (O_XXX): Reorder.
1444 2009-04-20 Jan Beulich <jbeulich@novell.com>
1446 * Makefile.am: Add explicit dependency of tc-i386.o on
1448 * Makefile.in: Likewise.
1449 * config/tc-i386.c (i386_finalize_immediate): Declare, broken
1450 out from i386_immediate.
1451 (i386_immediate): Slightly re-arrange, call
1452 i386_finalize_immediate.
1453 (i386_finalize_displacement): Declare, broken out from
1455 (i386_displacement): Slightly re-arrange, call
1456 i386_finalize_displacement.
1457 (i386_intel_simplify, i386_intel_parse_name): Declare.
1458 (this_operand): Initialize to -1.
1459 (set_intel_syntax): Set expression rank for O_full_ptr.
1460 (md_assemble): Set this_operand back to -1 after parsing
1462 (x86_cons): Negate intel_syntax to indicate state. Call
1463 i386_intel_simplify.
1464 (md_operand): Convert if to switch. Handle '[' for Intel
1466 (i386_intel_operand): Delete, including all helper functions
1468 * config/tc-i386-intel.c: New file, all new code.
1469 * config/tc-i386.h (i386_operator): Declare.
1470 (md_operator): Define to i386_operator.
1471 (i386_need_index_operator): Declare.
1472 (md_need_index_operator): Define to i386_need_index_operator.
1473 (O_full_ptr): Define.
1475 2009-04-20 Jan Beulich <jbeulich@novell.com>
1477 * expr.c (operand): Call md_need_index_operator() and
1478 md_operator() if defined. Add unary label.
1479 (operator): Call md_operator() if defined.
1480 (expr): Adjust assertions on range and rank of op_left and
1481 op_right. Don't abort on unhandled operators when reducing
1482 expressions with both operands being constant.
1483 (expr_set_rank): New.
1484 * expr.h (expr_set_rank): Declare.
1486 2009-04-15 Anthony Green <green@moxielogic.com>
1488 * config/tc-moxie.h: New file.
1489 * config/tc-moxie.c: New file.
1490 * configure: Add support for moxie.
1491 * configure.tgt: Add support for moxie.
1493 2009-04-16 Jan Beulich <jbeulich@novell.com>
1495 * expr.c: Include limits.h if available, and #define CHAR_BITS
1497 (expr): Check range of shift count when evaluating a constant
1500 2009-04-15 Jan Beulich <jbeulich@novell.com>
1502 * config/tc-i386.c (process_operands): Print operands in
1503 correct order depending on intel_syntax.
1505 2009-04-09 Catherine Moore <clm@codesourcery.com>
1507 * config/tc-mips.c (mips_fix_24k): Declare.
1508 (check_for_24k_errata): New.
1509 (mips_cleanup): Call check_for_24k_errata.
1510 (start_noreorder): Likewise.
1511 (md_mips_end): Likewise.
1512 (s_change_sec): Likewise.
1513 (s_change_section): Likewise.
1514 (append_insn): Call check_for_24k_errata. Prevent
1515 ERET/DERET instructions from being moved into delay
1517 (OPTION_FIX_24K): New.
1518 (OPTION_NO_FIX_24k) New.
1519 (md_longopts): Add "mfix-24k" and "mno-fix-24k".
1520 (md_parse_option): Handle fix-24k options.
1521 (md_show_usage): Display fix-24k options.
1522 * doc/c-mips.texi: Document.
1524 2009-04-09 Adam Nemet <anemet@caviumnetworks.com>
1526 * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
1527 instead of HAVE_64BIT_SYMBOLS.
1529 2009-04-07 DJ Delorie <dj@redhat.com>
1531 * config/tc-mep.c: Add UCI/DSP instruction support. Add C5 support.
1532 (md_show_usage): Change default endian to little.
1533 * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
1535 2009-04-06 DJ Delorie <dj@redhat.com>
1537 * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
1539 (build_bytes): Pass insn to do_a_fix_imm.
1541 2009-04-02 Daniel Gutson <dgutson@codesourcery.com>
1543 * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
1544 * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
1547 2009-04-01 Matt Thomas <matt@netbsd.org>
1549 * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
1550 (md_assemble): emit symbol name when used as immediate in PIC mode.
1551 (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
1553 2009-04-01 Sterling Augustine <sterling@jaw.hq.tensilica.com>
1555 * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
1557 2009-04-01 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
1559 * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
1560 (find_real_start): Likewise.
1561 * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
1563 2009-04-01 Nathan Sidwell <nathan@codesourcery.com>
1565 * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
1566 (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
1569 2009-03-31 Peter Bergner <bergner@vnet.ibm.com>
1571 * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
1573 2009-03-31 Dave Korn <dave.korn.cygwin@gmail.com>
1575 * doc/internals.texi: Fix trivial syntax errors.
1577 2009-03-26 Alan Modra <amodra@bigpond.net.au>
1580 * config/tc-i386.c (reloc): Don't abort on lack of required
1583 2009-03-25 H.J. Lu <hongjiu.lu@intel.com>
1585 * config/tc-i386.c (parse_insn): Use default_arch on unsupported
1588 2009-03-23 H.J. Lu <hongjiu.lu@intel.com>
1591 * listing.c (listing_newline): Properly handle `\\"' and ';'.
1593 * read.c (is_end_of_line): Update comments for line separator.
1594 (read_begin): Set line separator in is_end_of_line to 2.
1596 2009-03-19 David S. Miller <davem@davemloft.net>
1598 * config/tc-sparc.c (md_parse_option): If the user gives
1599 us '--64' make sure max_architecture is at least V9.
1601 2009-03-18 Andrew Stubbs <ams@codesourcery.com>
1603 * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
1604 BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
1605 Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
1607 2009-03-18 Alan Modra <amodra@bigpond.net.au>
1609 * as.h: Include alloca-conf.h instead of config.h and remove
1610 existing #if's handling alloca.
1611 * Makefile.am: Run "make dep-am".
1612 * Makefile.in: Regenerate.
1614 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1616 * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
1619 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1621 * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
1622 "value" from fx_offset. Manually resubtract md_pcrel_from_section
1625 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
1627 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
1628 * configure.in: Likewise.
1629 * configure: Regenerate.
1631 2009-03-11 Hans-Peter Nilsson <hp@axis.com>
1633 * config/tc-cris.c (cris_create_short_jump): Remove prototype.
1634 Rename, changing all callers, to...
1635 (md_create_short_jump): Adjust head comment. Assert
1636 word-sized-branch distance for v32. Bail out calling as_fatal for
1637 compatibility mode here.
1638 (md_create_long_jump): ...not here.
1639 * config/tc-cris.h (md_create_short_jump): Do not define.
1641 2009-03-10 Hans-Peter Nilsson <hp@axis.com>
1643 * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
1644 the jump table for multiple overflowing entries with the same
1645 target, handle base symbols being different.
1646 (relax_segment) <case rs_broken_word, second loop>: Whenever a
1647 single entry overflows, arrange to redirect all entries with the
1650 2009-03-10 Alan Modra <amodra@bigpond.net.au>
1652 * config/tc-ppc.c (parse_cpu): Delete.
1653 (md_parse_option, ppc_machine): Use ppc_parse_cpu.
1655 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
1658 * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New. Defined as 0.
1659 (LOCAL_LABELS_FB): Undefine befoe define.
1661 2009-03-06 Nick Clifton <nickc@redhat.com>
1663 * po/es.po: Updated Spanish translation.
1665 2009-03-05 Joseph Myers <joseph@codesourcery.com>
1667 * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
1668 s_incbin): Call md_cons_align (1).
1670 2009-03-04 Nick Clifton <nickc@redhat.com>
1672 * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
1674 (s_alpha_comm): Only define "temp" and "log_align" local variables
1677 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1679 * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
1680 have non-zero addend.
1681 (md_assemble): Parse args of __tls_get_addr calls.
1682 (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
1684 2009-03-03 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
1687 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
1688 local scope for ELF targets.
1690 2009-03-04 Alan Modra <amodra@bigpond.net.au>
1692 * config/tc-ppc.c (md_assemble): APUinfo only for e500.
1694 2009-03-03 Tristan Gingold <gingold@adacore.com>
1695 Eric Botcazou <ebotcazou@adacore.com>
1696 Douglas B Rupp <rupp@gnat.com>
1698 * doc/as.texinfo (Overview): Mention -replace/-noreplace options
1700 * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
1701 * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
1702 (OBJ_SYMFIELD_TYPE): Remove.
1703 (tc_canonicalize_symbol_name): Define to evax_shorten_name.
1704 (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
1705 (tc_frob_file_before_fix): Do not defined on evax.
1706 * config/tc-alpha.c: Always includes dwarf2dbg.h.
1707 Include vms.h if OBJ_EVAX.
1708 (struct alpha_fixup): Add xtrasym and procsym (evax only).
1709 (enum alpha_macro_arg): Remove trailing comma.
1710 (md_longopts): Add replace and noreplace arguments (evax only).
1711 (alpha_evax_proc_hash): New variable.
1712 (alpha_link_section): Make it global.
1713 (alpha_ctors_section, alpha_dtors_section): Removed.
1714 (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
1715 (alpha_lit8_section): Ifndef'ed on evax.
1716 (alpha_lit8_symbol): Ditto.
1717 (alpha_prologue_label): New variable.
1718 (alpha_linkage_symbol): New variable (evax only).
1719 (alpha_flag_replace): Ditto.
1720 (struct alpha_evax_procs): Add handler and handler_data field.
1721 (alpha_evax_proc): Now of type pointer.
1722 (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
1723 (struct alpha_reloc_tag): Add sym and psym fields (evax only).
1724 (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
1725 (alpha_adjust_relocs): Ifndef'ed on evax.
1726 (load_expression): Add opname argument.
1727 Implement LDA/BSR optimization for evax.
1728 (emit_lda): Adjust for new prototype of load_expression.
1729 (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
1730 (emit_loadstore): Likewise.
1731 (emit_ldXu): Likewise.
1732 (emit_stX): Likewise.
1733 (emit_jsrjmp): Likewise. Implement LDA/BSR optimization for evax.
1734 (emit_ldgp): Avoid warning in evax case.
1735 (add_to_link_pool): Make it static. Return symbolic expression rather
1736 than number expression for the offset.
1737 (s_alpha_text): Create .text symbol for evax if not already created.
1738 (s_alpha_comm): Do not create specific section for common symbol.
1739 Fill common area with zeros for evax.
1740 (s_alpha_prologue): Create alpha_prologue_label.
1741 (s_alpha_section_name): New function (evax).
1742 (s_alpha_section_word): Likewise.
1743 (section_name): New static variabke moved out from ...
1744 (s_alpha_section): ... here. Create new sections on demand.
1745 (s_alpha_literals): New function (evax).
1746 (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
1747 alpha_evax_proc_hash table.
1748 (s_alpha_handler): New function (evax).
1749 (s_alpha_frame): Adjust for new type of alpha_evax_proc.
1750 (s_alpha_prologue): New function (evax).
1751 (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
1752 handling of procedures with hash table.
1753 Add support for condition handlers.
1754 (s_alpha_linkage): Create linkage_fixup instance and chain it.
1755 (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
1756 (s_alpha_mask): Likewise.
1757 (s_alpha_fmask): Likewise.
1758 (s_alpha_end): Clear alpha_evax_proc.
1759 (s_alpha_align): Increase max_alignment to 16.
1760 (alpha_print_token): Call print_expr_1 instead of print_expr.
1761 (md_pseudo_table): Add "section", "literals", "handler" and
1762 "handler_data" (evax). Do not ignore "prologue" on evax.
1764 (md_begin): Create hash table for alpha_evax_proc_hash.
1765 (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
1766 (md_show_usage): Mention -replace/-noreplace for evax.
1767 (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
1768 (alpha_force_relocation): Likewise.
1769 (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
1770 (tc_gen_reloc): Likewise. Add BFD_RELOC_ALPHA_LINKAGE for evax.
1771 (emit_insn): New cases for evax specific relocs.
1772 (assemble_insn): Fix indentation.
1773 Take care of -MDISP in operand table.
1774 * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
1775 (OBJ_SYMFIELD_TYPE): New macro.
1776 (obj_symbol_new_hook): Define.
1777 (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
1778 (obj_frob_file_before_fix): Ditto.
1779 (PDSC_S_M_HANDLER_VALID): New macro.
1780 (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
1781 (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
1782 Add prototypes for functions declared in obj-evax.c
1783 * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
1784 (s_evax_weak): Convert to ansi-C.
1785 (evax_symbol_new_hook): New function.
1786 (evax_frob_symbol): Ditto.
1787 (evax_frob_file_before_adjust): Ditto.
1788 (evax_frob_file_before_fix): Ditto.
1789 (evax_shorten_name): Ditto.
1794 (shorten_identifier): Ditto.
1795 (is_truncated_identifier): Ditto.
1796 * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
1797 * as.c (close_output_file): Remove #ifndef OBJ_VMS.
1800 2009-03-03 Alan Modra <amodra@bigpond.net.au>
1802 * Makefile.am: Run "make dep-am".
1803 * Makefile.in: Regenerate.
1805 2009-03-02 Nick Clifton <nickc@redhat.com>
1808 * config/tc-ia64.c (fix_insn): Fix warning reported by
1811 2009-03-02 Qinwei <qinwei@sunnorth.com.cn>
1813 * config/tc-score7.c: New file.
1814 * doc/c-score.texi: New file.
1815 * Makefile.am: Update dependencies for tc-score.c.
1816 * Makefile.in: Regenerate.
1817 * NEWS: Mention support for Score7 architecture.
1818 * config/tc-score.c: Add support for Score7 architecture.
1819 * config/tc-score.h: Likewise.
1820 * doc/Makefile.am: Add c-score.texi.
1821 * doc/Makefile.in: Regenerate.
1822 * doc/all.texi: Add Score7.
1823 * doc/as.texinfo: Add Score7.
1825 2009-03-01 Mark Mitchell <mark@codesourcery.com>
1827 * config/tc-arm.c (md_assemble): Allow barrier instructions on
1830 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1832 * configure: Regenerate.
1834 2009-02-26 Peter Bergner <bergner@vnet.ibm.com>
1836 * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
1837 "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
1838 (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
1840 2009-02-25 H.J. Lu <hongjiu.lu@intel.com>
1842 * config/tc-i386.c (fits_in_imm4): Removed.
1844 2009-02-24 Helge Deller <deller@gmx.de>
1846 * config/tc-hppa.c (pa_ip): Add check of immediate values.
1847 (SAVE_IMMEDIATE): New define.
1849 2009-02-23 Mark Mitchell <mark@codesourcery.com>
1851 * config/tc-arm.c (warn_deprecated_sp): New macro.
1852 (do_t_mov_cmp): Permit R13 as the second
1853 argument to "cmp.n".
1855 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1857 * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
1858 (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
1860 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1862 * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
1864 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
1866 * config/tc-i386.c (vex_imm4): Removed.
1867 (VEX_check_operands): Likewise.
1868 (match_template): Updated.
1870 2009-02-23 Martin Schwidefsky <schwidefsky@de.ibm.com>
1872 * doc/all.texi: Set S390.
1873 * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
1874 * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
1875 * doc/Makefile.in: Likewise.
1876 * doc/c-s390.texi: New.
1878 2009-02-12 Nathan Sidwell <nathan@codesourcery.com>
1880 * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
1881 (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
1882 (mcf5307_ctrl): Add VBR.
1883 (no_mac): New variable.
1884 (m68k_extensions): Refer to no_mac mask.
1885 (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
1886 52252..52259, 53011..53017.
1887 (m68k_ip): Process CPUCR.
1888 (init_table): Add cpucr entry.
1889 (m68k_set_extension): Allow negated mask to refer to a variable.
1890 (md_show_usage): Use '%s' to silence fprintf warning.
1891 * config/m68k-parse.h (CPUCR): New control register.
1893 2009-02-10 Nathan Sidwell <nathan@codesourcery.com>
1895 * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
1896 as_bad calls to silence compiler warning.
1898 2009-02-06 Nick Clifton <nickc@redhat.com>
1901 * config/tc-arm.c (MODE_RECORDED): New define.
1902 (output_inst): Record the thumb_mode in the current frag.
1903 (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
1904 (arm_init_frag): Only set the tc_frag_data field if it has not
1907 2009-02-04 H.J. Lu <hongjiu.lu@intel.com>
1909 AVX Programming Reference (January, 2009)
1910 * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
1911 (CPU_FLAGS_AVX_MATCH): Updated.
1912 (CPU_FLAGS_32BIT_MATCH): Likewise.
1913 (cpu_flags_match): Likewise.
1915 2009-02-03 Sandip Matte <sandip@rmicorp.com>
1917 * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
1918 M_MSGWAIT and M_MSGWAIT_T.
1919 (mips_cpu_info_table): Add XLR entry.
1920 * doc/c-mips.texi (-march): Document xlr.
1922 2009-02-03 Eric B. Weddington <eric.weddington@atmel.com>
1924 * config/tc-avr.c (mcu_types): Add ata6289.
1925 * doc/c-avr.texi: Likewise.
1927 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
1929 * configure.in: AC_SUBST pdfdir.
1930 * Makefile.am: Add install-pdf, install-pdf-am,
1931 and install-pdf-recursive targets.
1932 * doc/Makefile.am: Define pdf__strip_dir. Add
1933 install-pdf and install-pdf-am targets.
1934 * po/Make-in: Add install-pdf target.
1935 * configure: Regenerate.
1936 * Makefile.in: Regenerate.
1937 * doc/Makefile.in: Regenerate.
1939 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
1941 * config/m68k-parse.h (enum pic_relocation): Add values for TLS
1943 * config/m68k-parse.y (yylex): Parse TLS relocations.
1944 * config/tc-m68k.c (m68k_elf_cons): New static function.
1945 (md_pseudo_table): Use it.
1946 (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
1948 (md_apply_fix): Fix to set thread local flag.
1949 (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
1951 2009-02-03 Vince Weaver <vince@csl.cornell.edu>
1954 * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
1955 indexed addressing for symbolic expressions.
1957 2009-01-29 Mark Mitchell <mark@codesourcery.com>
1959 * config/tc-arm.c (BAD_SP): Define.
1960 (s_arm_unwind_fnstart): Use REG_SP.
1961 (s_arm_unwind_setfp): Likewise.
1962 (reject_bad_reg): New macro.
1963 (do_co_reg): Check for bad registers.
1964 (do_co_reg2c): Likewise.
1965 (do_srs): Use REG_SP.
1966 (do_t_add_sub): Check for bad registers.
1967 (do_t_adr): Likewise.
1968 (do_t_arit3): Likewise.
1969 (do_t_arit3c): Likewise.
1970 (do_t_bfc): Likewise.
1971 (do_t_bfi): Likewise.
1972 (do_t_bfx): Likewise.
1973 (do_t_blx): Likewise.
1974 (do_t_bx): Likewise.
1975 (do_t_bxj): Likewise.
1976 (do_t_clz): Likewise.
1977 (do_t_div): Likewise.
1978 (do_t_mla): Likewise.
1979 (do_t_mlal): Likewise.
1980 (do_t_mov_cmp): Likewise.
1981 (do_t_mov16): Likewise.
1982 (do_t_mvn_tst): Likewise.
1983 (do_t_mrs): Likewise.
1984 (do_t_msr): Likewise.
1985 (do_t_mul): Likewise.
1986 (do_t_mull): Likewise.
1987 (do_t_orn): Likewise.
1988 (do_t_pkhbt): Likewise.
1989 (do_t_pld): Likewise.
1990 (do_t_rbit): Likewise.
1991 (do_t_rev): Likewise.
1992 (do_t_rrx): Likewise.
1993 (do_t_rsb): Likewise.
1994 (do_t_shift): Likewise.
1995 (do_t_simd): Likewise.
1996 (do_t_ssat): Likewise.
1997 (do_t_ssat16): Likewise.
1998 (do_t_sxtah): Likewise.
1999 (do_t_sxth): Likewise.
2000 (do_t_tb): Likewise.
2001 (do_t_usat): Likewise.
2002 (do_t_usat16): Likewise.
2003 (nysn_insert_sp): Use REG_SP.
2005 2009-01-29 Mark Mitchell <mark@codesourcery.com>
2007 * config/tc-arm.c (do_t_orn): New function.
2008 (do_t_rrx): Likewise.
2009 (insns): Add orn and rrx.
2011 2009-01-29 Mark Mitchell <mark@codesourcery.com>
2013 * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
2014 uasx, uhasx, uhsx, uqasx, uqsax, usax.
2016 2009-01-29 Mark Mitchell <mark@codesourcery.com>
2018 * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
2019 qdsub in Thumb-2 mode.
2021 2009-01-29 Paul Brook <paul@codesourcery.com>
2022 Mark Mitchell <mark@codesourcery.com>
2024 * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
2025 of MUL when possible.
2027 2009-01-29 Nick Clifton <nickc@redhat.com>
2029 * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
2031 2009-01-29 Nathan Sidwell <nathan@codesourcery.com>
2032 Catherine Moore <clm@codesourcery.com?
2034 * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
2035 .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
2038 2009-01-27 Nick Clifton <nickc@redhat.com>
2040 * config/tc-mips.c (append_insn): Cope with a complex reloc
2041 sequence containing an unsupported reloc type.
2042 (enum options): Replace computed #define's constants for option
2043 numbers with this enum.
2044 (struct md_longopts): Use the enum. Allow OPTION_32 in a non-ELF
2046 (md_parse_option): Allow -32 in a non-ELF environment.
2048 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
2050 * config/tc-arm.c (attributes_set_explicitly): New array.
2051 (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
2052 (cpu_arch): Add ARM_ARCH_V5T.
2053 (aeabi_set_attribute_int): New function.
2054 (aeabi_set_attribute_string): New function.
2055 (aeabi_set_public_attributes): Set attributes according to the user's
2056 intentions, rather than the actual state of the binary.
2057 Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
2058 bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
2059 Support WMMXv2. Use attribute names instead of numbers.
2060 * read.c (s_vendor_attribute): Change return type to int.
2061 Return the tag number that was set.
2062 * read.h (s_vendor_attribute): Change return type to int.
2064 2009-01-26 Eric B. Weddington <eric.weddington@atmel.com>
2067 * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
2068 * doc/c-avr.texi: Likewise.
2070 2009-01-23 Nathan Sidwell <nathan@codesourcery.com>
2072 * doc/c-arm.texi (): Document -mwarn-deprecated.
2073 * config/tc-arm.c (WARN_DEPRECATED): Remove. Replace with ...
2074 (warn_on_deprecated): ... this.
2075 (opcode_lookup, md_assemble): Check it before warning.
2076 (arm_opts): Add m[no-]warn-deprecated.
2077 (md_parse_option): Replace WARN_DEPRECATED with
2080 2009-01-23 Andreas Schwab <schwab@suse.de>
2082 * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
2083 arguments to macro_build to match format.
2085 * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
2086 * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
2088 2009-01-19 Nick Clifton <nickc@redhat.com>
2090 * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
2091 ELF format ARM targets.
2092 * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
2094 2009-01-19 Nick Clifton <nickc@redhat.com>
2096 * configure.tgt: Restore alpha sorting to object format switch
2099 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
2101 * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
2103 2009-01-16 Mark Shinwell <shinwell@codesourcery.com>
2105 * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
2106 * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
2108 2009-01-16 Andrew Stubbs <ams@codesourcery.com>
2109 Daniel Jacobowitz <dan@codesourcery.com>
2111 * config/tc-arm.c (arm_copy_symbol_attributes): New function.
2112 * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
2113 (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
2114 * read.c (s_vendor_attribute): Add support for symbolic tag names.
2115 Improve string parser.
2116 * doc/c-arm.texi (ARM Machine Directives): Document
2117 .eabi_attribute symbolic tag names.
2119 2009-01-16 Alan Modra <amodra@bigpond.net.au>
2121 * configure.in (commonbfdlib): Delete.
2122 * configure: Regenerate.
2123 * po/POTFILES.in: Regenerate.
2125 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
2126 Julian Brown <julian@codesourcery.com>
2128 * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
2130 2009-01-15 Andrew Stubbs <ams@codesourcery.com>
2132 * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
2133 bfd_elf_add_obj_attr_int_string.
2135 2009-01-15 Douglas B Rupp <rupp@gnat.com>
2137 * configure.tgt(ia64-*-*vms*): New target.
2138 * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
2139 * tc.h (md_number_to_chars): Declare iff undefined.
2140 * config/obj-elf.c (obj_elf_change_section): Change type of arg
2142 (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
2143 variables attr, md_attr to bfd_vma.
2144 (obj_elf_section_word): Likewise.
2145 (obj_elf_section): Change type of variable attr to bfd_vma
2146 * config/obj-elf.h (obj_elf_change_section): Change type of arg
2148 * config/tc-ia64.c (bfdver.h,time.h): Include.
2149 (ia64_elf_section_letter): Now returns a bfd_vma.
2150 Handle VMS specific attributes.
2151 (ia64_elf_section_flags): Arg attr now a bfd_vma.
2152 (ia64_init): Don't turn on dependency checking for VMS.
2153 (ia64_target_format): Check for VMS flag bit.
2154 (do_alias): Hande decc$ functions.
2155 (get_vms_time): New function.
2156 (ia64_vms_note): New function.
2157 * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
2158 (ia64_elf_section_flags): Arg attr now a bfd_vma.
2159 (tc_init_after_args): Define for VMS.
2160 * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
2161 (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
2162 * config/tc-alpha.h: Likewise.
2163 * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
2164 (x86_64_section_word): Return a bfd_vma.
2165 * config/tc-i386.h: Likewise.
2166 * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
2168 * config/tc-ip2k.h: Likewise.
2169 * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
2170 (mep_elf_section_flags): Change type of arg attr to bfd_vma.
2171 * config/tc-mep.h: Likewise.
2172 * config/tc-ppc.c (ppc_section_letter): Return a bfd_vma.
2173 (ppc_section_word): Return a bfd_vma.
2174 (ppc_section_flags): Change type of arg attr to bfd_vma.
2175 * config/tc-ppc.h: Likewise.
2176 * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
2177 * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
2178 DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
2179 New file with new macros
2180 * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
2183 2009-01-15 Nick Clifton <nickc@redhat.com>
2186 * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
2187 instructions before generating a Thumb2 nop.
2189 2009-01-14 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2191 * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
2193 2009-01-12 Alan Modra <amodra@bigpond.net.au>
2195 * config/tc-spu.c (md_pseudo_table): Add "brinfo".
2197 (md_assemble): Poke brinfo into branch instructions.
2198 (spu_brinfo): New function.
2199 (md_apply_fix): Don't assume insn fields start off at zero, mask
2200 them to remove possible brinfo.
2202 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
2204 * doc/c-i386.texi: Reformat.
2206 2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
2208 * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
2210 (i386_align_code): Handle PROCESSOR_COREI7.
2211 (md_show_usage): Add corei7, clflush and syscall.
2212 (i386_target_format): Replace cpup4 with cpuclflush.
2214 * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
2216 * doc/c-i386.texi: Document corei7, clflush and syscall.
2218 2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
2220 * config/tc-i386.c (cpu_arch): Add .rdtscp.
2221 (md_show_usage): Display rdtscp.
2223 * doc/c-i386.texi: Document rdtscp.
2225 2009-01-09 Peter Bergner <bergner@vnet.ibm.com>
2227 * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
2228 Test the new "deprecated" opcode field.
2230 2009-01-07 Sterling Augustine <sterling@tensilica.com>
2232 * config/tc-xtensa.c (produce_flix): New.
2233 (option_flix, optoin_no_generate_flix, option_no_flix) Define.
2234 (md_longopts): Add support for them.
2235 (md_parse_option): Likewise.
2236 (md_show_usage): Add help message.
2237 (finish_vinsn): Don't allow multi-slot flix when produce_flix
2238 option is set to FLIX_NONE.
2239 * config/xtensa-relax.c (transition_applies): Only relax to
2240 flix branches when produce_flix equals FLIX_ALL.
2241 * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
2243 (produce_flix): Declare.
2245 2009-01-06 Chao-ying Fu <fu@mips.com>
2247 * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
2248 Use strncmp to match jalr and jalr.hb.
2251 2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
2253 AVX Programming Reference (December, 2008)
2254 * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
2255 support. Don't swap REG and NDS for FMA.
2257 2009-01-02 Matthias Klose <doko@ubuntu.com>
2259 * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
2262 For older changes see ChangeLog-2008
2268 version-control: never