gas/
[binutils.git] / gas / ChangeLog
blob55cab08673bcd8f6ea1c53220d82871006172d1a
1 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
3         * config/tc-i386.c (build_vex_prefix): Check vex == 2 instead
4         of vex256.
6 2009-09-24  H.J. Lu  <hongjiu.lu@intel.com>
8         PR gas/10677
9         * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Return true
10         for BFD_RELOC_X86_64_GOTPCREL.
12 2009-09-23  H.J. Lu  <hongjiu.lu@intel.com>
14         * config/tc-i386.h (TC_FORCE_RELOCATION_LOCAL): Don't check
15         BFD_RELOC_386_GOT32.
17 2009-09-23  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
19         * config/tc-xtensa.c (md_apply_fix): Remove check for constant with
20         difference of of two symbols.
21         (xtensa_fix_adjustable): Likewise.
23 2009-09-23  Tim E. Sneddon  <tsneddon@kednos.com>
25         * configure.com: Fix a typo.
27 2009-09-23  Alan Modra  <amodra@bigpond.net.au>
29         * symbols.c (define_sym_at_dot): New function, extracted from..
30         (colon): ..here.  Define error case cloned symbol.
32 2009-09-21  H.J. Lu  <hongjiu.lu@intel.com>
34         * config/tc-i386.c: Remove white spaces.
36 2009-09-21  Ben Elliston  <bje@au.ibm.com>
37             Peter Bergner  <bergner@vnet.ibm.com>
39         * config/tc-ppc.c (md_show_usage): Document -mpcca2.
40         * doc/c-ppc.texi (PowerPC-Opts): Document -mppca2.
42 2009-09-18  Nick Clifton  <nickc@redhat.com>
44         * po/es.po: Updated Spanish translation.
46 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
48         * config/tc-i386.c (offset_in_range): Sign extend offset only
49         if BFD64 is defined.
51 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
53         * config/tc-i386-intel.c (i386_intel_operand): Initialize
54         intel_state.has_offset to 0.
56 2009-09-15  H.J. Lu  <hongjiu.lu@intel.com>
58         * config/tc-i386.c (offset_in_range): Sign extend offset only
59         for 32bit address mode.
61 2009-09-15  Tristan Gingold  <gingold@adacore.com>
63         * makefile.vms (OBJS): Compile te-vms.c only on Itanium.
65 2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
67         PR gas/10637
68         * config/tc-i386-intel.c (intel_state): Add has_offset.
69         (i386_intel_simplify): Set intel_state.has_offset to 1 for
70         O_offset.
71         (i386_intel_operand): Turn on intel_state.is_mem if
72         intel_state.has_offset is 0 and the last char is ']'.
74 2009-09-14  H.J. Lu  <hongjiu.lu@intel.com>
76         PR gas/10636
77         * config/tc-i386.c (optimize_disp): Set disp32 for 64bit only
78         if there is an ADDR_PREFIX.
79         (i386_finalize_displacement): Repor error if signed 32bit
80         displacement is out of range.
82 2009-09-13  Richard Sandiford  <rdsandiford@googlemail.com>
84         * config/tc-mips.c (MIPS_JALR_HINT_P): Take an expr argument.
85         Require the target to be a bare symbol on targets with
86         in-place addends.
87         (macro_build_jalr): Update accordingly.
88         (mips_fix_adjustable): Don't reduce R_MIPS_JALRs on targets
89         with in-place addends.
91 2009-09-11  Nick Clifton  <nickc@redhat.com>
93         * po/gas.pot: Updated by the Translation project.
95 2009-09-11  Martin Thuresson  <martint@google.com>
97         * as.c (main): Call dwarf2_init.
98         * config/obj-elf.c (struct group_list): New field.
99         (build_group_lists): Use hash lookup.
100         (free_section_idx): New function.
101         (elf_frob_file): Adjust.
102         * dwarf2dbg.c (all_segs_hash, last_seg_ptr): New variables.
103         (get_line_subseg): Adjust.
104         (dwarf2_init): New function.
105         * dwarf2dbg.h (dwarf2_init): New declaration.
107 2009-09-11  Martin Thuresson  <martint@google.com>
109         Updated sources to compile cleanly with -Wc++-compat:
110         * app.c: Add casts.
111         * as.c: Add casts.
112         * config/obj-elf.c: Add casts.
113         (obj_elf_type): Rename variable typename to type_name.
114         * config/tc-i386-intel.c (i386_operators): Rename member operator to op.
115         * config/tc-i386.c: Add casts.
116         (check_cpu_arch_compatible): Rename argument new to new_flag.
117         (gotrel): Update variable to use enum name instead of integer value.
118         * dw2gencfi.c: Add casts.
119         (struct cfi_escape_data): Move to top level.
120         * dwarf2dbg.c: Add cast.
121         * dwarf2dbg.h (dwarf2_loc_directive_seen): Make variable extern.
122         * ehopt.c Add casts.
123         (enum frame_state): Move to top level.
124         * expr.c (operatorf): Rename function operator to operatorf.
125         (operand): Rename variable operator to op.
126         (expr_set_rank): Rename argument operator to op.
127         * frags.c: Add cast.
128         * hash.c: Add casts.
129         * input-scrub.c: Add cast.
130         * listing.c: Add casts.
131         (enum edict_enum): Move to top level.
132         * macro.c: Add casts.
133         * macro.h (enum formal_type): Move to top level.
134         * read.c: Add casts.
135         (s_include): Rename variable try to try_file.
136         * remap.c: Add cast.
137         * stabs.c: Add casts.
138         * subsegs.c: Add casts.
139         * symbols.c: Add casts.
140         * write.c: Add casts.
142 2009-09-11  Hans-Peter Nilsson  <hp@bitrange.com>
144         PR gas/10623
145         * config/tc-mmix.c (md_assemble) <case mmix_operands_xyz_opt>:
146         Allow register operands for SWYM as for TRIP and TRAP.  Correct
147         operand handling and error checking.  Never emit
148         BFD_RELOC_MMIX_REG_OR_BYTE for operands to these insns.
150 2009-09-10  Alan Modra  <amodra@bigpond.net.au>
152         * config/tc-d10v.c: Include dwarf2dbg.h.
153         (write_long, write_1_short, write_2_short): Call dwarf2_emit_insn.
154         (d10v_frob_label): New function.
155         * config/tc-d10v.h (d10v_frob_label): Declare.
156         (tc_frob_label): Define as d10v_frob_label.
158 2009-09-10  Alan Modra  <amodra@bigpond.net.au>
160         * config/tc-d30v.c (d30v_frob_label): Call dwarf2_emit_label.
161         * config/tc-frv.c (frv_frob_label): Likewise.
163 2009-09-09  Alan Modra  <amodra@bigpond.net.au>
165         * config/obj-coff.h (USE_UNIQUE): Don't define.
166         * config/obj-coff.c (weak_uniquify): Use an_external_name when TE_PE.
167         * symbols.c (an_external_name): Define when TE_PE.
168         (S_SET_EXTERNAL): Assign an_external_name when TE_PE.
169         * tc.h (an_external_name): Declare when TE_PE.
171         * config/tc-i386.c (i386_target_format): Avoid duplicate case label.
173 2009-09-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
175         * configure.tgt (sh*-*-netbsdelf*): Set endian according to cpu.
177 2009-09-08  Alan Modra  <amodra@bigpond.net.au>
179         * read.c (emit_expr_fix): Handle size 3.
180         * config/tc-avr.c (md_assemble): Call dwarf2_emit_insn.
181         * config/tc-d30v.c (write_long, write_1_short,
182         write_2_short, md_assemble): Likewise.
183         * config/tc-dlx.c (md_assemble): Likewise.
184         * config/tc-i860.c (md_assemble): Likewise.
185         * config/tc-mn10200.c (md_assemble): Likewise.
186         * config/tc-pj.c (md_assemble): Likewise.
187         * config/tc-vax.c (md_assemble): Likewise.
189 2009-09-07  Daniel Gutson  <dgutson@codesourcery.com>
191         * config/tc-arm.c (arm_cpus): cortex-r4f CPU added.
192         * doc/c-arm.texi: cortex-r4f CPU added.
194 2009-09-07  Tristan Gingold  <gingold@adacore.com>
196         * po/POTFILES.in: Regenerate.
197         * po/gas.pot: Regenerate.
199         * Makefile.am (TARG_ENV_CFILES): New variable.  Set to te-vms.c
200         (POTFILES): Add $(TARG_ENV_CFILES) in definition.
201         (EXTRA_as_new_SOURCES): Ditto.
202         * Makefile: Regenerate.
203         * acinclude.m4 (BFD_HAVE_TIME_TYPE_MEMBER,
204         BFD_HAVE_SYS_STAT_TYPE_MEMBER): New macro created from bfd/bfd.m4.
205         * configure.in: Add Tests for tm_gmtoff, st_mtim.tv_sec and
206         st_mtim.tv_nsec (from bfd/configure.in).  Check for time.h and
207         sys/stat.h headers.
208         Add te-vms.o in extra_objects if te_file is vms.
209         * configure: Regenerate.
210         * config.in: Regenerate.
211         * config/te-vms.c: New file, from bfd/vmsutil.c
212         (vms_dwarf2_file_time_name, vms_dwarf2_file_size_name)
213         (vms_dwarf2_file_name): New functions.
214         (vms_file_stats_name): Make it static, add a dirname parameter to
215         locally create the full pathname.
216         * config/te-vms.h: Add a copyright header.
217         Declare the above functions.
218         (DWARF2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILE_NAME): Use
219         the above functions in the definition.
220         * makefile.vms (OBJS): Add te-vms.obj.
221         (te-vms.obj): Create a specific target.
222         * configure.com: Create targ-env.h using a per target value.
223         Compile te-vms.c for ia64.
225 2009-09-05  Jie Zhang  <jie.zhang@analog.com>
227         * doc/as.texinfo: Document that Blackfin GAS does not
228         accept SYMBOL = VALUE.
230 2009-09-05  Martin Thuresson  <martin@mtme.org>
232         * config/tc-arc.c (struct syntax_classes): Rename member class
233         to s_class. (arc_extinst): Rename variable class to
234         s_class. Update code to use renamed members.
235         * config/tc-mips.c (insn_uses_reg): Rename argument class to
236         regclass.
237         * config/tc-ppc.c (ppc_csect, ppc_change_csect, ppc_function)
238         (ppc_tc, ppc_is_toc_sym, ppc_symbol_new_hook, ppc_frob_label)
239         (ppc_fix_adjustable, md_apply_fix): Update code to use renamed
240         members.
241         * config/tc-ppc.h (struct ppc_tc_sy): Change name of member
242         from class to symbol_class. (OBJ_COPY_SYMBOL_ATTRIBUTES): Update
243         code to use renamed members.
244         * config/tc-score.c (s3_adjust_paritybit): Rename argument
245         class to i_class.
246         * config/tc-score7.c (s7_adjust_paritybit): Rename argument
247         class to i_class.
249 2009-09-04  Tristan Gingold  <gingold@adacore.com>
251         * NEWS: Add marker for 2.20.
253 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
255         * config/bfin-parse.y (asm_1): Implement HLT instruction.
256         Fix comments for DBGA, DBGAH and DBGAL.
257         * config/tc-bfin.c (bfin_gen_pseudodbg_assert): Change according
258         to the new encoding of DBGA, DBGAH, and DBGAL.
260 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
262         * doc/all.texi: Replace BFIN with Blackfin.
263         * doc/as.texinfo: Likewise.
264         * doc/c-bfin.texi: Likewise.
265         * doc/asconfig.texi: Likewise.
267         * doc/c-bfin.texi: Update -mcpu= option with bf512, bf514,
268         bf516 and bf518.
270 2009-09-04  Jie Zhang  <jie.zhang@analog.com>
272         * Makefile.am (bfin-parse.o): Remove bfin-parse.h from
273         the prerequisite. Add $(srcdir)/config/bfin-aux.h to the
274         prerequisite.
275         (bfin-defs.h, $(srcdir)/config/bfin-defs.h): Rename to ...
276         (bfin-parse.h, $(srcdir)/config/bfin-parse.h): ... these. 
277         (bfin-lex.o): Add bfin-parse.h and $(srcdir)/config/bfin-defs.h
278         to the prerequisite.
279         * Makefile.in: Regenerate.
281 2009-09-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
283         * Makefile.am (itbl-lex.o): Depend on itbl-parse.h.
284         (itbl-ops.o, itbl-tops.o): Likewise.
285         (itbl-parse.h): Use separate rule.
286         * Makefile.in: Regenerate.
288 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
290         * config/tc-bfin.c (md_parse_option): Call as_fatal for bad
291         -mcpu= option.
293 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
295         * config/bfin-lex.l: Remove V as STATUS_REG.
297 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
299         * config/bfin-parse.y: Remove trailing whitespace.
300         (ccstat): Indent.
301         * config/tc-bfin.c (struct bfin_reg_entry): Remove.
302         (bfin_reg_info[]): Remove.
304 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
306         * config/bfin-defs.h (F_REG_ALL): Remove macro.
307         (F_REG_HIGH): Redefine.
308         (F_REG_NONE): New macro.
309         (F_REG_LOW): New macro.
310         (REG_CLASS): Enclose macro argument in parentheses when used.
311         (REG_EVEN): Likewise.
312         (IS_H): Use flags.
313         (IS_HCOMPL): Use flags.
314         * config/bfin-lex.l (SP.L, SP.H, FP.L, FP.H): Set flags.
315         (parse_reg): Set flags.
316         (parse_halfreg): Set flags.
318 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
320         * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
321         05000074 only when both slot1 and slot2 are filled.
323 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
325         * config/tc-bfin.c (md_assemble): Bump line counters if there is
326         EOL in the instruction.
328 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
330         * config/bfin-defs.h (IS_GENREG): Define.
331         (IS_DAGREG): Define.
332         (IS_SYSREG): Define.
333         * config/bfin-parse.y (asm_1): Check illegal register move
334         instructions.
336 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
338         * config/bfin-parse.y (asm_1): Fix a typo.
340 2009-09-03  Jie Zhang  <jie.zhang@analog.com>
342         * config/bfin-parse.y (asm_1): Add LOOP_BEGIN and LOOP_END.
343         * config/tc-bfin.c (bfin_start_line_hook): Remove.
344         (bfin_loop_beginend): New.
345         * config/tc-bfin.h (bfin_start_line_hook): Don't declare.
346         (md_start_line_hook): Don't define.
347         * config/bfin-aux.h (bfin_loop_beginend): Declare.
349 2009-09-03  Tristan Gingold  <gingold@adacore.com>
351         * config/tc-ia64.c (ia64_vms_note): Use lbasename instead of basename.
352         Call xstrdup on the result and free the buffer after use.
354 2009-09-03  Tristan Gingold  <gingold@adacore.com>
356         * as.h (__PRETTY_FUNCTION__): Use the same definition as bfd/libbfd.h.
358 2009-09-02  Jie Zhang  <jie.zhang@analog.com>
360         * config/bfin-parse.y (value_match): Use int instead of long.
362         From  Michael Frysinger  <michael.frysinger@analog.com>
363         * config/bfin-defs.h (Expr_Node_Value): Declare the i_value
364         member as long long.
366 2009-09-02  Jie Zhang  <jie.zhang@analog.com>
368         From  Bernd Schmidt  <bernd.schmidt@analog.com>
369         * config/bfin-parse.y (asm_1): Clean up and unify error handling
370         for load and store insns.
371         (neg_value): Delete function.
373 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
375         * Makefile.am (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o):
376         Supply correct source file name for generated files which may be
377         in $(srcdir).
378         * Makefile.in: Regenerate.
380 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
382         * version.c (parse_args): Change to "Copyright 2009".
384 2009-09-01  Tristan Gingold  <gingold@adacore.com>
386         * makefile.vms: Adjust include pathes.  Remove useless vaxctrl
387         library.
388         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
389         Make edit silent.
391 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
393         * config/bfin-parse.y (asm_1): Only PREG and DREG are allowed
394         in comparison.
396 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
398         2007-09-28  Bernd Schmidt  <bernd.schmidt@analog.com>
399         * config/tc-bfin.c (bfin_fix_adjustable): Partially revert the
400         2007-08-23 change; BFD_RELOC_BFIN_GOT is not adjustable.
402         2007-08-23  Jie Zhang  <jie.zhang@analog.com>
403         * config/tc-bfin.c (bfin_fix_adjustable): Adjust
404         BFD_RELOC_BFIN_GOT, BFD_RELOC_BFIN_GOT17M4 and
405         BFD_RELOC_BFIN_FUNCDESC_GOT17M4.
407 2009-09-01  Jie Zhang  <jie.zhang@analog.com>
409         * read.c (TC_START_LABEL): Add a new argument.
410         (read_a_source_file): Pass the beginning of the symbol through
411         the new argument of TC_START_LABEL.
412         * config/tc-arm.h (TC_START_LABEL): Add a new argument.
413         * config/tc-bfin.c (bfin_start_label): Only search '(' and '['
414         from the beginning of the symbol.
415         * config/tc-bfin.h (TC_START_LABEL): Add the new argument.
416         * config/tc-d30v.h (TC_START_LABEL): Likewise.
417         * config/tc-fr30.h (TC_START_LABEL): Likewise.
418         * config/tc-m32c.h (TC_START_LABEL): Likewise.
419         * config/tc-m32r.h (TC_START_LABEL): Likewise.
420         * config/tc-mep.h (TC_START_LABEL): Likewise.
422 2009-08-31  H.J. Lu  <hongjiu.lu@intel.com>
424         PR gas/10570
425         * write.c (write_object_file): Revert the accidental change
426         made in revision 1.124 on 2009-08-17.
428 2009-08-31  Jan Beulich  <jbeulich@novell.com>
430         * config/obj-elf.c (obj_elf_change_section): Set default type
431         by calling bfd_elf_get_default_section_type.
433 2009-08-31  Jie Zhang  <jie.zhang@analog.com>
435         * config/bfin-aux.h: Change format from DOS to UNIX.
437 2009-08-29  Martin Thuresson  <martin@mtme.org>
439         * config/tc-arm.c (struct asm_cond, struct asm_psr, struct
440         asm_barrier_opt): Change member template to
441         template_name. (md_begin): Update code to reflect new member
442         names.
443         * config/tc-i386.c (struct templates, struct _i386_insn)
444         (match_template, cpu_flags_match, match_reg_size, match_mem_size)
445         (operand_size_match, md_begin, i386_print_statistics, pi)
446         (build_vex_prefix, md_assemble, parse_insn, optimize_imm)
447         (optimize_disp): Updated code to use new names. (parse_insn):
448         Added casts.
449         * config/tc-ia64.c (dot_template, emit_one_bundle): Updated
450         code to use new names.
451         * config/tc-score.c (struct s3_asm_opcode): Renamed member
452         template to template_name. (s3_parse_16_32_inst, s3_parse_48_inst,
453         s3_do_macro_ldst_label, s3_build_score_ops_hsh): Update code to
454         use new names.
455         * config/tc-score7.c (struct s7_asm_opcode): Renamed member
456         template to template_name. (s7_parse_16_32_inst,
457         s7_do_macro_ldst_label, s7_build_score_ops_hsh): Update code to
458         use new names.
459         * config/tc-tic30.c (md_begin, struct tic30_insn)
460         (md_assemble): Update code to use new names.
461         * config/tc-tic54x.c (struct _tic54x_insn, md_begin)
462         (optimize_insn, tic54x_parse_insn, next_line_shows_parallel):
463         Update code to use new names.
464         * config/tc-arm.c (insert_reg_alias): Rename variable new to
465         new_reg.
466         * config/tc-dlx.c (parse_operand): Rename variable new to
467         new_pos.
468         * config/tc-ia64.c (ia64_gen_real_reloc_type): Rename variable
469         new to newr.
470         * config/tc-mcore.c (parse_exp, parse_imm): Rename variable
471         new to new_pointer.
472         * config/tc-microblaze.c (parse_exp, parse_imm, check_got):
473         Change name from new to new_pointer.
474         * config/tc-or32.c (parse_operand): Rename variable new to
475         new_pointer.
476         * config/tc-pdp11.c (md_assemble): Rename variable new to
477         new_pointer.
478         * config/tc-pj.c (alias): Change argument new to new_name.
479         * config/tc-score.c (s3_build_score_ops_hsh): Rename variable
480         new to new_opcode. (s3_build_dependency_insn_hsh) Rename variable
481         new to new_i2n. (s3_convert): Rename variables old and new to
482         r_old and r_new.
483         * config/tc-score7.c (s7_build_score_ops_hsh): Rename variable
484         new to new_opcode. (s7_build_dependency_insn_hsh): Rename variable
485         new to new_i2d. (s7_b32_relax_to_b16, s7_convert_frag): Rename
486         variables old and new to r_old and r_new.
487         * config/tc-sh.c (parse_exp): Rename variable new to
488         new_pointer.
489         * config/tc-sh64.c (shmedia_parse_exp): Rename variable new to
490         new_pointer.
491         * config/tc-tic4x.c (tic4x_operand_parse): Rename variable new
492         to new_pointer.
493         * config/tc-z8k.c (parse_exp): Rename variable new to
494         new_pointer.
495         * listing.c (listing_newline): Rename variable new to new_i.
497 2009-08-29  Matt Fleming  <matt@console-pimps.org>
499         * config/tc-sh.c (md_apply_fix): Extend sign of the offset value
500         for 64-bit host.
502 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
504         * config/tc-i386.c (cpu_arch): Use PROCESSOR_L1OM on "l1om".
505         (i386_align_code): Handle PROCESSOR_L1OM.
506         (check_cpu_arch_compatible): Fix a typo in comments.
507         (set_cpu_arch): Check cpu_arch_isa instead of
508         cpu_arch_isa_flags.bitfield.cpul1om.
509         (i386_mach): Likewise.
510         (i386_target_format): Likewise.
512         * config/tc-i386.h (processor_type): Add PROCESSOR_L1OM.
514 2009-08-26  DJ Delorie  <dj@redhat.com>
516         * config/tc-mep.c (md_pcrel_from_section): Handle any other
517         forced-relocation cases.
519 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
521         * Makefile.am (TARGET_CPU_CFILES): Add config/tc-moxie.c.
522         * config/tc-moxie.c (md_assemble): Fix typos in strings.  Fix
523         syntax error.
524         * Makefile.in: Regenerate.
525         * po/POTFILES.in: Likewise.
526         * po/gas.pot: Likewise.
528 2009-08-26  Nick Clifton  <nickc@redhat.com>
530         * config/obj-coff-seh.c (seh_arm_write_pdata): Test for
531         seh_ctx_root being NULL.
533 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
535         * Makefile.am (am__skiplex, am__skipyacc): New.
536         * Makefile.in: Regenerate.
538 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
540         * Makefile.am (YFLAGS): Remove, not needed any more.
541         (AM_CPPFLAGS): Renamed from ...
542         (INCLUDES): ... this.
543         * Makefile.in: Regenerate.
545         * Makefile.am (AUTOMAKE_OPTIONS): Remove 1.8 cygnus, add 1.11,
546         foreign and no-dist.
547         (all): Remove now-unneeded dependency upon info.
548         (DIST_SUBDIRS, MKDEP, DEP_INCLUDES, DEP_FLAGS, CLEANFILES)
549         (DEP_FILE_DEPS): Remove variables.
550         (OBJ_FORMAT_CFILES): Add config/obj-multi.c.
551         (OBJ_FORMAT_HFILES): Add config/obj-multi.h.
552         ($(OBJS), ecoff.o): Remove now-unneeded manual dependencies.
553         ($(TARG_CPU_O), $(ATOF_TARG_O), obj-aout.o, obj-coff.o obj-ecoff.o)
554         (obj-elf.o obj-evax.o, obj-fdpicelf.o, obj-multi.o, obj-som.o)
555         (e-mipself.o, e-mipsecoff.o, e-i386aout.o, e-i386coff.o, e-i386elf.o)
556         (e-crisaout.o, e-criself.o, tc-i386.o, xtensa-relax.o): Remove
557         now-unneeded rules.
558         (EXTRA_as_new_SOURCES): Add $(CFILES), $(HFILES), $(TARGET_CPU_CFILES),
559         $(TARGET_CPU_HFILES), $(OBJ_FORMAT_CFILES), $(OBJ_FORMAT_HFILES),
560         $(CONFIG_ATOF_CFILES), $(MULTI_CFILES), so their dependency fragments
561         are picked up in the Makefile.
562         (itbl-lex.c, itbl-ops.o): Remove manual dependencies.
563         (m68k-parse.o, bfin-lex.o, itbl-lex.o, itbl-parse.o, itbl-tops.o)
564         (itbl-test.o): Rewrite using automake-style dependency
565         tracking rules; only list the dependency upon the primary source
566         file, but no included headers.
567         (DEP, DEP1, DEPTC, DEPOBJ, DEP2, dep.sed, dep, dep-in, dep-am):
568         Remove.
569         (mkdep section): Remove.
570         * Makefile.in: Regenerate.
571         * po/POTFILES.in, po/gas.pot: Regenerate.
573         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
574         (install-html-recursive): Remove.
575         * Makefile.in: Regenerate.
576         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
577         (html__strip_dir, install-html, install-html-am): Remove.
578         * doc/Makefile.in: Regenerate.
580         * Makefile.in: Regenerate.
581         * aclocal.m4: Likewise.
582         * config.in: Likewise.
583         * configure: Likewise.
584         * doc/Makefile.in: Likewise.
586 2009-08-21  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
588         * config/tc-xtensa.c (config_max_slots): New global variable.
589         (md_begin): Set config_max_slots.
590         (total_frag_text_expansion): Use config_max_slots instead of
591         MAX_SLOTS.
592         (xg_init_vinsn): Likewise.
593         (xg_clear_vinsn): Likewise.
594         (xg_free_vinsn): Likewise.
596 2009-08-20  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
598         * config/tc-xtensa.c (xg_copy_vinsn): New function.
599         (finish_vinsn): Call xg_copy_vinsn.
601 2009-08-19  Sterling Augustine  <sterling@tensilica.com>
603         * config/tc-xtensa.h (xtensa_frag_data): Rename unused field fr_prev
604         to no_transform_end.
605         * config/tc-xtensa.c (xtensa_mark_difference_of_two_symbols): Set
606         and use no_transform_end.
608 2009-08-18  Kai Tietz  <kai.tietz@onevision.com>
610         * config/obj-coff-seh.c: Add copyright notice.
611         * config/obj-coff-seh.h: Add copyright notice.
612         Add x64 specific macros from coff/pe.h header.
614 2009-08-18  Sterling Augustine  <sterling@tensilica.com>
616         * config/tc-xtensa.c (xtensa_create_xproperty_segments): Use
617         sizeof instead of hard-coded value.
618         (add_xt_block_frags): Remove unused local variable.
619         (frag_flags_to_number): Change return type to flagword.  Remove
620         unused local variable.
622 2009-08-17  Sterling Augustine  <sterling@tensilica.com>
624         * config/tc-xtensa.c (xtensa_frob_label): move call to 
625         do_align_targets to set frag_type only.
627 2009-08-17  Kai Tietz  <kai.tietz@onevision.com>
629         * config/obj-coff-seh.c: New file.
630         * config/obj-coff-seh.h: Likewise.
631         * config/obj-coff.c (obj-coff-seh.c): Add include.
632         (coff_pseudo_table): Add new .seh... commands.
633         * config/obj-coff.h (obj_coff_seh_do_final): Add new
634         function prototype.
635         (obj_coff_generate_pdata): New obj-coff hook.
636         * write.c (size_seg): Avoid sizing of already sized
637         sections.
638         (write_object_file): Call conditional hook
639         objc_coff_generate_pdata.
640         * Makefile.am: Add dependencies for new files.
641         * Makefile.in: Regenerated.
643 2009-08-17  Nick Clifton  <nickc@redhat.com>
645         * config/tc-microblaze.c: Include safe-ctype.h instad of ctype.h.
646         (parse_reg): Use safe-ctype.h macros.
647         (parse_exp): Likewise.
648         (md_assemble): Likewise.
650 2009-08-11  DJ Delorie  <dj@redhat.com>
652         * config/tc-mep.c (md_estimate_size_before_relax): Handle weak
653         symbols correctly.
654         (md_convert_frag): Likewise.
655         (md_pcrel_from_section): Likewise.
656         (mep_force_relocation): Likewise.
658 2009-08-11  Bernd Schmidt  <bernd.schmidt@analog.com>
660         * config/bfin-parse.y (gen_multi_instr_1): New function.
661         (asm): Use it instead of bfin_gen_multi_instr.
662         (error): Add a format string when calling as_bad.
663         * config/bfin-defs.h (insn_regmask): Declare.
664         * config/tc-bfin.c (DREG_MASK, DREGH_MASK, DREGL_MASK, IREG_MASK): New
665         macros.
666         (decode_ProgCtrl_0, decode_LDSTpmod_0, decode_dagMODim_0,
667         decode_dagMODik_0, decode_dspLDST_0, decode_LDST_0, decode_LDSTiiFP_0,
668         decode_LDSTii_0, decode_dsp32mac_0, decode_dsp32mult_0,
669         decode_dsp32alu_0, decode_dsp32shift_0, decode_dsp32shitimm_0,
670         insn_regmask): New functions.
672         From Jie Zhang  <jie.zhang@analog.com>
673         * config/tc-bfin.h (bfin_anomaly_checks): Declare.
674         (AC_05000074): Define.
675         (ENABLE_AC_05000074): Define.
676         * config/tc-bfin.c (enum bfin_cpu_type): New.
677         (bfin_cpu_t): Typedef.
678         (bfin_cpu_type): Define.
679         (bfin_si_revision): Define.
680         (bfin_anomaly_checks): Define.
681         (struct bfin_cpu): New.
682         (bfin_cpus[]): New. (struct bfin_cpu_isa): Define.
683         (bfin_isa): New global variable.
684         (OPTION_MCPU): Define.
685         (md_longopts[]): Add -mcpu option.
686         (md_parse_option): Deal with -mcpu option and initialize
687         bfin_anomaly_checks.
688         * doc/c-bfin.texi: Rename BFIN to Blackfin throughout.  Document
689         -mcpu option.
690         * config/bfin-parse.y (gen_multi_instr_1): Check anomaly
691         05000074.
693 2009-08-11  Mike Frysinger  <vapier@gentoo.org>
695         * config/bfin-parse.y (binary): Change "compiler" to "assembler".
696         (unary): Likewise.
698 2009-08-11  Nick Clifton  <nickc@redhat.com>
700         PR 10443
701         * config/tc-arm.c (do_t_mov_cmp): Do not silently ignore shifted
702         operands.
704 2009-08-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
706         Fix compilation of i386-*-go32.
707         * config/tc-i386.c (i386_target_format <TE_GO32>): New.
708         (i386_target_format <OBJ_MAYBE_COFF>): Compile only if !TE_GO32.
709         * config/te-go32.h (TARGET_FORMAT): Move the definition ...
710         * config/tc-i386.h <!i386_target_format>: ... here.
712 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
714         PR gas/10479
715         * config/tc-arm.c (do_t_add_sub_w): Fixed constraints.
717 2009-08-07  Daniel Jacobowitz  <dan@codesourcery.com>
719         * config/tc-arm.c (marked_pr_dependency, mapstate): Delete global
720         variables.
721         (mapping_state): Use the section's mapstate.
722         (mapping_state_2): Likewise.  Skip special sections.
723         (s_arm_unwind_fnend): Use the section's marked_pr_dependency.
724         (arm_elf_change_section): Do not set deleted globals.
725         * config/tc-arm.h (struct arm_segment_info_type): Document
726         marked_pr_dependency.
728 2009-08-07  Michael Eager <eager@eagercon.com>
730         * NEWS: Mention MicroBlaze support.
732 2009-08-06  Michael Eager <eager@eagercon.com>
734         * Makefile.am: add microblaze to CPU_TYPES, config/tc-microblaze.c to
735         TARGET_CPU_CFILES, config/tc-microblaze.h to TARGET_CPU_HFILES, add 
736         DEP_microblaze_elf target.
737         * Makefile.in: Regenerate.
738         * config/tc-microblaze.c: Add MicroBlaze assembler.
739         * config/tc-microblaze.h: Add header for tc-microblaze.c.
740         * configure.in: Add microblaze target.
741         * configure: Regenerate.
742         * configure.tgt: Same. 
743         * doc/Makefile.am: Add c-microblaze.texi to CPU_DOCS.
744         * doc/Makefile.in: Same.
745         * doc/all.texi: Set MICROBLAZE.
746         * doc/as.texinfo: Add MicroBlaze doc links.
747         * doc/c-microblaze.texi: New MicroBlaze docs.
749 2009-08-06  Nick Clifton  <nickc@redhat.com>
751         * config/tc-arm.c (md_assemble): Call mapping_state from inside a
752         block in case it is a null macro.
754 2009-08-05  Chao-ying Fu  <fu@mips.com>
756         * config/tc-mips.c (MIPS_JALR_HINT_P): New define. For IRIX, it is
757         true for new abi.  For non-IRIX targets, it is always true.
758         (macro_build_jalr): If MIPS_JALR_HINT_P, emit BFD_RELOC_MIPS_JALR.
760 2009-08-05  Eric B. Weddington  <eric.weddington@atmel.com>
762         * config/tc-avr.c (mcu_types): Add attiny2313a, attiny4313, attiny261a,
763         attiny861a, atmega644pa, attiny24a, attiny44a.
764         * doc/c-avr.texi: Likewise.
766 2009-08-04  Sandra Loosemore  <sandra@codesourcery.com>
768         * doc/c-mips.texi (MIPS Opts): List 1004K options for -march.
769         * config/tc-mips.c (mips_cpu_info_table): Add 1004K cores.
771 2009-08-04  Nathan Sidwell  <nathan@codesourcery.com>
773         * config/tc-arm.c (my_get_expression): Detect missing expressions.
775 2009-08-02  Eric B. Weddington  <eric.weddington@atmel.com>
777         * config/tc-avr.c (mcu_types): Add atmega8m1, atmega8c1, atmega16c1.
778         * doc/c-avr.texi: Likewise.
780 2009-08-01  Eric B. Weddington  <eric.weddington@atmel.com>
782         * config/tc-avr.c (mcu_types): Add atmega8u2, atmega16u2, atmega32u2.
783         * doc/c-avr.texi: Likewise.
785 2009-07-31  Daniel Gutson  <dgutson@codesourcery.com>
786             Daniel Jacobowitz  <dan@codesourcery.com>
788         * config/obj-elf.c (obj_elf_ident): Notify section change to the hook.
789         * config/tc-arm.c (make_mapping_symbol): New function, from
790         mapping_state.  Save mapping symbols in the frag.
791         (insert_data_mapping_symbol): New.
792         (mapping_state): Use make_mapping_symbol, improve state transitions.
793         (mapping_state_2): New.  Provide dummy definition.
794         (opcode_select): Do not call mapping_state.
795         (s_bss): Call md_elf_section_change_hook instead of mapping_state.
796         (output_inst): Update use of tc_frag_data.
797         (new_automatic_it_block): Call mapping_state before emitting the
798         IT instruction.
799         (md_assemble): Move mapping_state to just before outputting the
800         new instruction.
801         (arm_handle_align): Update use of tc_frag_data.
802         Call insert_data_mapping_symbol.
803         (arm_init_frag): Update use of tc_frag_data.  Call
804         mapping_state_2.
805         (arm_elf_change_section): Always update the mapping symbol FSM state.
806         (check_mapping_symbols): New function.
807         (arm_adjust_symtab): Use check_mapping_symbols.
808         * config/tc-arm.h (struct arm_frag_type): New.
809         (TC_FRAG_TYPE): Change to struct arm_frag_type.
810         (TC_FRAG_INIT): Pass max_chars.
811         (arm_init_frag): Update prototype.
813 2009-07-31  Anthony Green  <green@moxielogic.com>
815         * configure.tgt (generic_target): Add moxie-uclinux support.
817 2009-07-30  Nick Clifton  <nickc@redhat.com>
819         * doc/c-arm.texi (ARM-Instruction-Set): New node.  Documents the
820         different syntaxes support by the ARM port.
821         (ARM Directives): Add entry for .syntax.
823         * doc/c-mips.texi (MIPS insn): Fix typo.
825 2009-07-29  Alan Modra  <amodra@bigpond.net.au>
827         PR ld/10269
828         * symbols.c (S_FORCE_RELOC): True for BSF_GNU_INDIRECT_FUNCTION.
829         * config/tc-i386.c: Revert 2009-06-13 change.
830         * config/tc-i386.h: Likewise.
832 2009-07-28  Jan Beulich  <jbeulich@novell.com>
834         * expr.c (op_rank): Specify size. Remove O_md* initializers.
836 2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
838         * config/tc-m68k.c (mcf5221x_ctrl): New.
839         (m68k_cpu): Add line for MCF5221x.
841 2009-07-27  Maxim Kuvyrkov  <maxim@codesourcery.com>
843         * config/tc-m68k.c (mcf52235_ctrl): Remove non-existent CACR, ACR[01].
844         (mcf53017_ctrl): Fix RAMBAR.
846 2009-07-27  Jan Beulich  <jbeulich@novell.com>
848         * obj-elf.c (elf_file_symbol): Replace symbol name set up by
849         symbol_new() with the passed in, unmodified one.
851 2009-07-27  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
853         * config/tc-cr16.c (md_apply_fix): Put the addend value alone in to
854         object file without symbol values.
855         (tc_gen_reloc): For local symbols resolved or its absolute symbol,
856         then set the relocation type as NULL. 
858 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
860         * config/tc-i386.c (cpu_arch): Add l1om.
861         (check_cpu_arch_compatible): New.
862         (set_cpu_arch): Use it.
863         (i386_arch): New.
864         (i386_mach): Return bfd_mach_l1om for Intel L1OM.
865         (md_show_usage): Display l1om.
866         (i386_target_format): Return ELF_TARGET_L1OM_FORMAT if
867         cpu_arch_isa_flags.bitfield.cpul1om is set.
869         * config/tc-i386.h (TARGET_ARCH): Use (i386_arch ()).
870         (i386_arch): New.
871         (ELF_TARGET_L1OM_FORMAT): Likewise.
873         * doc/c-i386.texi: Document l1om.
875 2009-07-24  Roland McGrath  <roland@redhat.com>
876             Mark Wielaard  <mjw@redhat.com>
878         * config/obj-elf.c (obj_elf_ident): Set SEC_MERGE | SEC_STRINGS
879         flags on .comment section.
881 2009-07-24  Trevor Smigiel  <Trevor_Smigiel@playstation.sony.com>
882             Alan Modra  <amodra@bigpond.net.au>
884         * config/tc-spu.c (md_apply_fix): Handle SPU_ADD_PIC.
885         * config/tc-spu.h (tc_fix_adjustable): Don't adjust for SPU_ADD_PIC.
886         (TC_FORCE_RELOCATION): Emit relocs for SPU_ADD_PIC.
888 2009-07-24  Jan Beulich  <jbeulich@novell.com>
890         * tc-i386.c (cpu_arch): Add .8087, .287, .387, .no87, .nommx,
891         .nosse, and .noavx.
892         (cpu_flags_and_not): New.
893         (set_cpu_arch): Check whether sub-architecture specified is a
894         feature disable.
895         (md_parse_option): Likewise.
896         (parse_real_register): Don't return floating point register
897         when x87 functionality is disabled.
898         (md_show_usage): Add new sub-options.
899         * doc/c-i386.texi: Update with new command line sub-options.
901 2009-07-24  Nick Clifton  <nickc@redhat.com>
903         PR 10437
904         * config/tc-alpha.c: Fix up uses of gas printf like functions so
905         that the format string is a constant string.  Add translation
906         support to message strings.
907         * config/tc-arc.c: Likewise.
908         * config/tc-arm.c: Likewise.
909         * config/tc-cris.c: Likewise.
910         * config/tc-fr30.c: Likewise.
911         * config/tc-frv.c: Likewise.
912         * config/tc-h8300.c: Likewise.
913         * config/tc-hppa.c: Likewise.
914         * config/tc-i370.c: Likewise.
915         * config/tc-i960.c: Likewise.
916         * config/tc-ia64.c: Likewise.
917         * config/tc-m32r.c: Likewise.
918         * config/tc-mep.c: Likewise.
919         * config/tc-mips.c: Likewise.
920         * config/tc-moxie.c: Likewise.
921         * config/tc-msp430.c: Likewise.
922         * config/tc-openrisc.c: Likewise.
923         * config/tc-pdp11.c: Likewise.
924         * config/tc-pj.c: Likewise.
925         * config/tc-s390.c: Likewise.
926         * config/tc-sh.c: Likewise.
927         * config/tc-sh64.c: Likewise.
928         * config/tc-sparc.c: Likewise.
929         * config/tc-spu.c: Likewise.
930         * config/tc-tic30.c: Likewise.
931         * config/tc-tic4x.c: Likewise.
932         * config/tc-tic54x.c: Likewise.
933         * config/tc-v850.c: Likewise.
934         * config/tc-xc16x.c: Likewise.
935         * config/tc-xstormy16.c: Likewise.
936         * config/tc-z80.c: Likewise.
937         * config/tc-z8k.c: Likewise.
938         * config/atof-ieee.c: Add translation support to as_warn
939         messages.
940         * config/obj-coff.c: Likewise.
942 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
944         * config/obj-elf.c (obj_elf_type): Add code to support a type of
945         gnu_unique_object.
946         * doc/as.texinfo: Document new feature of .type directive.
947         * NEWS: Mention support for gnu_unique_object symbol type.
949 2009-07-23  Nick Clifton  <nickc@redhat.com>
951         PR binutils/10379
952         * doc/c-mips.texi (MIPS insn): Document the special behaviour of
953         the .global directive for MIPS ports.
955 2009-07-21  H.J. Lu  <hongjiu.lu@intel.com>
957         PR gas/10420
958         * config/tc-i386.c (i386_align_code): Tune for 32bit nops in
959         64bit.
960         (i386_target_format): Set cpu_arch_isa_flags.bitfield.cpulm
961         for 64bit.
963 2009-07-17  H.J. Lu  <hongjiu.lu@intel.com>
965         * config/tc-i386.c (md_assemble): Update operand types.
966         (update_imm): Updated.
967         (finalize_imm): Update the first 2 immediate operands only
968         for instructions with 2 operands or more.
970 2009-07-17  H.J. Lu  <hongjiu.lu@intel.com>
972         * config/tc-i386.c (md_assemble): Check implicit registers
973         only for instructions with 3 operands or less.
975 2009-07-17  Nick Clifton  <nickc@redhat.com>
977         * config/tc-avr.c (md_apply_fix): Cast fixup reloc type to avoid
978         compile time warning.
980 2009-07-16  H.J. Lu  <hongjiu.lu@intel.com>
982         * config/tc-i386.c (md_assemble): Only check i.operands for AX.
983         (md_estimate_size_before_relax): Don't relax IFUNC symbols.
985 2009-07-16  Nathan Sidwell  <nathan@codesourcery.com>
987         * config/tc-arm.c (md_apply_fix <BFD_RELOC_ARM_TARGET2>): Write
988         the offset for REL targets here.
990 2009-07-15  Kai Tietz  <kai.tietz@onevision.com>
992         * listing.c (print_source): Initialize cache by NULL.
994 2009-07-15  Daniel Gutson  <dgutson@codesourcery.com>
996         * doc/c-arm.texi (mauto-it): Removed old option.
997         (mimplicit-it): Added right option.
999 2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
1001         * config/tc-arm.h (MAX_MEM_ALIGNMENT_BYTES): Define.
1002         (MAX_MEM_FOR_RS_ALIGN_CODE): Define in terms of
1003         MAX_MEM_ALIGNMENT_BYTES.
1004         * config/tc-arm.c (arm_frag_align_code): Replace hard coded
1005         constant with MAX_MEM_FOR_RS_ALIGN_CODE.
1007 2009-07-14  Nick Clifton  <nickc@redhat.com>
1009         PR 10387
1010         * config/tc-arm.h (THUMB_IS_FUNC): Handle a NULL pointer.
1011         (ARM_IS_FUNC): Likewise.
1013 2009-07-14  Daniel Gutson  <dgutson@codesourcery.com>
1015         * config/tc-arm.c (md_assemble): Added validation.
1017 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
1019         * Makefile.am: Run "make dep-am".
1020         * Makefile.in: Regenerated.
1022 2009-07-10  Tom Tromey  <tromey@redhat.com>
1024         * Makefile.am (DEPTC_alpha_ecoff): Refer to dwarf2.h, not
1025         elf/dwarf2.h.
1026         (DEPTC_alpha_elf): Likewise.
1027         (DEPTC_alpha_evax): Likewise.
1028         (DEPTC_arm_elf): Likewise.
1029         (DEPTC_hppa_elf): Likewise.
1030         (DEPTC_i386_aout): Likewise.
1031         (DEPTC_i386_coff): Likewise.
1032         (DEPTC_i386_elf): Likewise.
1033         (DEPTC_m68k_aout): Likewise.
1034         (DEPTC_m68k_coff): Likewise.
1035         (DEPTC_m68k_elf): Likewise.
1036         (DEPTC_mips_coff): Likewise.
1037         (DEPTC_mips_ecoff): Likewise.
1038         (DEPTC_mips_elf): Likewise.
1039         (DEPTC_ppc_coff): Likewise.
1040         (DEPTC_ppc_elf): Likewise.
1041         (DEPTC_s390_elf): Likewise.
1042         (DEPTC_sh_coff): Likewise.
1043         (DEPTC_sh_elf): Likewise.
1044         (DEPTC_sh64_elf): Likewise.
1045         (DEPTC_sparc_aout): Likewise.
1046         (DEPTC_sparc_coff): Likewise.
1047         (DEPTC_sparc_elf): Likewise.
1048         (as.o): Likewise.
1049         (dwarf2dbg.o): Likewise.
1050         (dw2gencfi.o): Likewise.
1051         (ehopt.o): Likewise.
1052         (read.o): Likewise.
1053         * Makefile.in: Rebuild.
1054         * dw2gencfi.h: Include dwarf2.h, not elf/dwarf2.h.
1055         * dwarf2dbg.c: Likewise.
1056         * ehopt.c: Likewise.
1058 2009-07-09  Daniel Gutson  <dgutson@codesourcery.com>
1060         * config/tc-arm.c (it_fsm_post_encode): New forward declaration.
1061         (set_it_insn_type_nonvoid): New macro.
1062         (emit_thumb32_expr): New function.
1063         (thumb_insn_size): New function.
1064         (emit_insn): New function.
1065         (s_arm_elf_inst): New function.
1066         (md_pseudo_table): New pseudo-opcode entries added.
1067         * doc/c-arm.texi: New directive added.
1069 2009-07-07  DJ Delorie  <dj@redhat.com>
1071         * config/tc-mep.c (md_begin): Don't reset the coprocessor options
1072         when enabling other options without a specific configuration.
1074 2009-07-07  Chung-Lin Tang  <cltang@pllab.cs.nthu.edu.tw>
1076         * config/tc-arm.c (insns): Fix encoding for torvsc.
1078 2009-07-06  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1080         * config/tc-i386.c (cpu_arch): Add .fma4 and CPU_FMA4_FLAGS.
1081         (build_modrm_byte): Add support to handle FMA4 instructions.
1082         (md_show_usage): Add fma4.
1084 2009-07-04  Alan Modra  <amodra@bigpond.net.au>
1086         * config/tc-cr16.h (TC_LINKRELAX_FIXUP): Set only for code sections.
1088 2009-07-02  Tristan Gingold  <gingold@adacore.com>
1090         * Makefile.am (OBJ_FORMATS): Add macho.
1091         (CPU_OBJ_VALID): Ditto.
1092         (OBJ_FORMAT_CFILES): Add config/obj-macho.c
1093         (OBJ_FORMAT_HFILES): Add config/obj-macho.h
1094         (obj-macho.o): New rule.
1095         * Makefile.in: Regenerated.
1096         * configure.tgt (generic_target): Add i386-*-darwin*.
1097         * config/tc-i386.h: Use i386_target_format for Mach-O.
1098         * config/tc-i386.c (i386_target_format): Define it for Mach-O.
1099         (i386_target_format): Add a case for bfd_target_mach_o_flavour.
1100         * config/obj-macho.h: New file.
1101         * config/obj-macho.c: New file.
1103 2009-07-01  Nick Clifton  <nickc@redhat.com>
1105         PR 10168
1106         * config/tc-arm.c (do_t_pkhtb): Swap Rm and Rn when encoding as
1107         PKHBT.
1109 2009-07-01  Paul Brook <paul@codesourcery.com>
1111         * config/tc-arm.c (MISSING_FNSTART): Define.
1112         (s_arm_unwind_fnstart): Diagnose duplicate directive.
1113         (s_arm_unwind_handlerdata, s_arm_unwind_fnend, s_arm_unwind_fnend,
1114         s_arm_unwind_cantunwind, s_arm_unwind_personalityindex,
1115         s_arm_unwind_personality, s_arm_unwind_save, s_arm_unwind_movsp,
1116         s_arm_unwind_pad, s_arm_unwind_setfp, s_arm_unwind_raw): Error if
1117         not inside function unwinding region.
1119 2009-06-29  H.J. Lu  <hongjiu.lu@intel.com>
1121         * config/tc-i386.c: Reformat.
1123 2009-06-23  DJ Delorie  <dj@redhat.com>
1125         * config/tc-mep.c (mep_check_ivc2_scheduling): For IVC2, allocate
1126         32 bits for relaxable branches so that we can relax them later.
1127         (md_estimate_size_before_relax): Assume IVC2 branches will be relaxed.
1128         (mep_relax_frag): New.
1129         (md_convert_frag): Relax IVC2 branches in-place.
1130         * config/tc-mep.h ((mep_relax_frag): New.
1132 2009-06-22  Martin Thuresson  <martin@mtme.org>
1134         * app, as.c, as.h, atof-generic.c, cgen.c,
1135         config/atof-ieee.c, config/obj-aout.c,
1136         config/obj-coff.c, config/obj-ecoff.c,
1137         config/obj-elf.c, config/obj-som.c, config/tc-alpha.c,
1138         config/tc-arc.c, config/tc-arm.c, config/tc-cr16.c,
1139         config/tc-cris.c, config/tc-crx.c, config/tc-d30v.c,
1140         config/tc-dlx.c, config/tc-hppa.c, config/tc-i370.c,
1141         config/tc-i386-intel.c, config/tc-i386.c,
1142         config/tc-i860.c, config/tc-i960.c, config/tc-ia64.c,
1143         config/tc-iq2000.c, config/tc-m32c.c,
1144         config/tc-m32r.c, config/tc-m68hc11.c,
1145         config/tc-m68k.c, config/tc-maxq.c, config/tc-mcore.c,
1146         config/tc-mep.c, config/tc-mips.c, config/tc-mmix.c,
1147         config/tc-mn10300.c, config/tc-moxie.c,
1148         config/tc-ns32k.c, config/tc-pj.c, config/tc-ppc.c,
1149         config/tc-s390.c, config/tc-score.c,
1150         config/tc-score7.c, config/tc-sh.c, config/tc-sparc.c,
1151         config/tc-spu.c, config/tc-tic30.c, config/tc-vax.c,
1152         config/tc-xtensa.c, config/xtensa-relax.c,
1153         dw2gencfi.c, dwarf2dbg.c, ehopt.c, expr.c,
1154         frags.c, input-file.c, read.c, sb.c,
1155         subsegs.c, symbols.c, write.c: Change the name of the
1156         gas macro `assert' to `gas_assert'.
1158 2009-06-22  Daniel Gutson <dgutson@codesourcery.com>
1160         * config/tc-arm.c (implicit_it_mode): New enum.
1161         (implicit_it_mode): New global.
1162         (it_instruction_type): New enum.
1163         (arm_parse_it_mode): New function.
1164         (arm_long_opts): New option added.
1165         (arm_it): New field.
1166         (it_state): New enum.
1167         (now_it): New macro.
1168         (check_it_blocks_finished): New function.
1169         (insns[]): Use the IT Thumb opcodes for ARM too.
1170         (arm_cleanup): Call check_it_blocks_finished.
1171         (now_it_compatible): New function.
1172         (conditional_insn): New function.
1173         (set_it_insn_type): New macro.
1174         (set_it_insn_type_last): New macro.
1175         (do_it): Call automatic IT machinery functions.
1176         (do_t_add_sub): Likewise
1177         (do_t_arit3): Likewise.
1178         (do_t_arit3c): Likewise.
1179         (do_t_blx): Likewise.
1180         (do_t_branch): Likewise.
1181         (do_t_bkpt): Likewise.
1182         (do_t_branch23): Likewise.
1183         (do_t_bx): Likewise.
1184         (do_t_bxj): Likewise.
1185         (do_t_cps): Likewise.
1186         (do_t_cpsi): Likewise.
1187         (do_t_cbz): Likewise.
1188         (do_t_it): Likewise.
1189         (encode_thumb2_ldmstm): Likewise.
1190         (do_t_ldst): Likewise.
1191         (do_t_mov_cmp): Likewise.
1192         (do_t_mvn_tst): Likewise.
1193         (do_t_mul): Likewise.
1194         (do_t_neg): Likewise.
1195         (do_t_setend): Likewise.
1196         (do_t_shift): Likewise.
1197         (do_t_tb): Likewise.
1198         (output_it_inst): New function.
1199         (new_automatic_it_block): New function.
1200         (close_automatic_it_block): New function.
1201         (now_it_add_mask): New function.
1202         (it_fsm_pre_encode): New function.
1203         (handle_it_state): New function.
1204         (it_fsm_post_encode): New function.
1205         (force_automatic_it_block_close): New function.
1206         (in_it_block): New function.
1207         (md_assemble): Call automatic IT block machinery functions.
1208         (arm_frob_label): Likewise.
1209         (arm_opts): New element.
1210         * config/tc-arm.h (it_state): New enum.
1211         (current_it): New struct.
1212         (arm_segment_info_type): New member added.
1213         * doc/c-arm.texi: New option -mimplicit-it documented.
1215 2009-06-20  Alan Modra  <amodra@bigpond.net.au>
1217         PR 10302
1218         * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
1220 2009-06-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1222         * config/tc-s390.c (md_gather_operands): Accept an instruction
1223         without operands if all operands are tagged as optional.
1225 2009-06-18  Nick Clifton  <nickc@redhat.com>
1227         PR 10169
1228         * tc-arm.c (do_t_ssat): Move common code from here...
1229         (do_t_usat): ... and here to...
1230         (do_t_ssat_usat): New function: ... here.  Add code to check that
1231         the shift value, if present, is in range.
1233 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
1235         Merge cegcc and mingw32ce target name changes
1236         from CeGCC project:
1238         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
1240         * configure.tgt: Add arm*-*-cegcc* target.
1242         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
1244         * configure.tgt: Add arm-*-mingw32ce* target.
1246 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
1248         * config/tc-vax.c (md_estimate_size_before_relax): Accept
1249         indirect symbol references in the PIC mode and emit a
1250         PC-relative relocation instead of a GOT/PLT one.  Likewise
1251         for symbols known to be hidden at this point.
1253 2009-06-15  Nick Clifton  <nickc@redhat.com>
1255         PR 10186
1256         * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
1257         instruction.
1259 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
1261         PR ld/10269
1262         * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
1263         instead of generic_force_reloc.
1265         * config/tc-i386.h (TC_FORCE_RELOCATION): New.
1267 2009-06-11  Anthony Green  <green@moxielogic.com>
1269         * config/tc-moxie.c (md_chars_to_number): Define.
1270         (md_begin): Populate opcode hashtable with more form 3 opcodes.
1271         (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
1272         (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
1273         (tc_gen_reloc): Ditto.
1274         (md_pcrel_from): Ditto.
1275         (md_chars_to_number): New function.
1277 2009-06-10  Anthony Green  <green@moxielogic.com>
1279         * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
1280         opcodes.
1282 2009-06-09  Jakub Jelinek  <jakub@redhat.com>
1284         PR gas/10255
1285         * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
1286         to DW_CFA_advance_loc4.
1288 2009-06-08  Dave Korn  <dave.korn.cygwin@gmail.com>
1290         PR gas/977
1291         * config/tc-i386.c (md_estimate_size_before_relax):  Don't relax
1292         branches to weak symbols.
1293         (md_apply_fix):  Don't convert fixes against weak symbols to
1294         section-relative offsets, but save addend for later reloc emission.
1295         (tc_gen_reloc):  When emitting reloc against weak symbol, adjust
1296         addend to pre-compensate for bfd_install_relocation.
1298 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
1300         * dep-in.sed: Don't use \n in replacement part of s command.
1301         * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
1302         * Makefile.in: Regenerate.
1304 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
1306         PR gas/10198
1307         * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
1309 2009-05-26  Catherine Moore  <clm@codesourcery.com>
1311         * config/tc-mips.c (check_for_24k_errata): Remove.
1312         (md_mips_end): Remove call to check_for_24k_errata.
1313         (start_noreorder): Likewise.
1314         (s_change_sec): Likewise.
1315         (s_change_section): Likewise.
1316         (insns_between): Add 24k errata checks.
1317         (append_insn): Remove declaration and references to nhdx_24k.
1318         Remove calls to check_for_24k_errata.
1320 2009-05-26  Nick Clifton  <nickc@redhat.com>
1322         * po/id.po: Updated Indonesian translation.
1323         * po/gas.pot: Updated template file.
1325 2009-05-26  Nick Clifton  <nickc@redhat.com>
1327         PR 10143
1328         * config/bfin-parse.y (error): Use "%s" as format string for error
1329         message.
1331 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
1333         * dep-in.sed: Output one filename per line with all lines having
1334         continuation backslash.  Prefix first line with "A", following
1335         lines with "B".
1336         * Makefile.am (DEP): Don't use dep.sed here.
1337         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
1338         sort and uniq.
1339         (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
1340         Emit multi dependencies on one line.
1341         * Makefile.in: Regenerate.
1343 2009-05-25  Tristan Gingold  <gingold@adacore.com>
1345         * makefile.vms: New file to compile gas on VMS.
1347         * configure.com: New file to do configuration on VMS with DCL.
1349 2009-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
1351         * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
1352         (nops_for_insn): Likewise.
1354 2009-05-22  H.J. Lu  <hongjiu.lu@intel.com>
1356         * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
1358 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
1360         * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
1361         (build_modrm_byte): Remove DREX handling support.
1362         (DREX_*): Delete.
1363         (drex_byte): Delete.
1364         (md_assemble): Remove DREX handling support.
1365         (process_operands): Remove DREX, SSE5 support.
1366         (i386_insn): Remove DREX.
1368 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
1370         * Makefile.am: Run "make dep-am".
1371         * Makefile.in: Regenerate.
1373 2009-05-20  Kai Tietz  <kai.tietz@onevision.com>
1374             H.J. Lu  <hongjiu.lu@intel.com>
1376         * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
1377         (TARGET_FORMAT): Removed for x86 pe-coff.
1378         (COFF_TARGET_FORMAT): Likewise.
1380         * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
1381         (md_parse_option): Likewise.
1382         (md_show_usage): Show option --32/--64 for x86 pe-coff.
1383         (i386_target_format): Use also for x86 pe-coff.
1385         * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
1386         for x86 pe-coff.
1388 2009-05-19  DJ Delorie  <dj@redhat.com>
1390         * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
1391         (mep_process_saved_insns): Remove debugging printfs.
1393 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
1395         * NEWS:  Mention new feature.
1396         * config/obj-coff.c (obj_coff_common_parse):  New function.
1397         (obj_coff_comm):  Likewise.
1398         (coff_pseudo_table):  Override default ".comm" definition on PE.
1399         * doc/as.texinfo:  Document new feature.
1401 2009-05-17  Kai Tietz  <kai.tietz@onevision.com>
1403         * config/obj-coff.c (obj_coff_section): Add 'y' as
1404         specifier for SEC_COFF_NOREAD section flag.
1405         * doc/as.texinfo: Add documentation about .section flag 'y'.
1407 2009-05-13  DJ Delorie  <dj@redhat.com>
1409         * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
1411 2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
1413         * config/tc-arm.c: Move as.h to start of file.
1415 2009-05-05 Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1417         * config/tc-arm.h: Fix typo in comment.
1418         (ARM_IS_FUNC): New macro.
1419         (MD_APPLY_SYM_VALUE): Define.
1421         * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
1422         all versions of EABI.
1423         (relax_branch): Do not relax for branches to ARM functions.
1424         (md_pcrel_from_section): Set up base correctly for
1425         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
1426         BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
1427         BFD_RELOC_ARM_PCREL_CALL.
1428         (md_apply_fix): Flip bl to blx where possible.
1429         Flip blx to bl where possible.
1430         (arm_force_relocation): Force relocations for
1431         BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
1432         BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
1433         BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
1434         BFD_RELOC_THUMB_PCREL_BRANCH25.
1435         (arm_apply_sym_value): New function.
1437 2009-05-04  Tristan Gingold  <gingold@adacore.com>
1439         * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
1441 2009-05-01  Nathan Sidwell  <nathan@codesourcery.com>
1443         * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
1444         * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
1445         * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
1446         the default FPU from the processor.
1448 2009-05-01  Julian Brown  <julian@codesourcery.com>
1450         * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
1451         (md_pcrel_from_section): Align address for BLX.
1452         (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
1453         BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
1455 2009-04-29  DJ Delorie  <dj@redhat.com>
1457         * config/tc-mep.c (md_begin): Check coprocessor type.
1458         (md_check_parallel64_scheduling): Use memset to initialize the buffer.
1459         (md_check_parallel32_scheduling): Likewise.
1460         (slot_ok): New.
1461         (mep_check_ivc2_scheduling): New.
1462         (mep_check_parallel_scheduling): Call it.
1463         (mep_process_saved_insns): Add IVC2 slot support.
1464         (md_assemble): Likewise.
1466 2009-04-30  Nick Clifton  <nickc@redhat.com>
1468         * config/obj-elf.c (obj_elf_type): Add support for a
1469         gnu_indirect_function type.
1470         * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
1471         against indirect function symbols.
1472         * doc/as.texinfo (.type): Document the support for the
1473         gnu_indirect_function symbol type.
1474         * NEWS: Mention the new feature.
1476 2009-04-24  Cary Coutant  <ccoutant@google.com>
1478         * NEWS: Add item about discriminator support.
1479         * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
1480         * dwarf2dbg.c (current): Add discriminator field.
1481         (dwarf2_where): Copy discriminator value.
1482         (dwarf2_consume_line_info): Set discriminator to 0.
1483         (dwarf2_directive_loc): Process discriminator sub-op.
1484         (out_leb128): New function.
1485         (process_entries): Output DW_LNE_set_discriminator.
1486         * doc/as.texinfo: Add discriminator operand to .loc directive.
1488 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
1490         * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
1491         as_bad calls to silence compiler warning.
1493 2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>
1495         * config/tc-i386-intel.c (O_XXX): Reorder.
1497 2009-04-20  Jan Beulich  <jbeulich@novell.com>
1499         * Makefile.am: Add explicit dependency of tc-i386.o on
1500         tc-i386-intel.c.
1501         * Makefile.in: Likewise.
1502         * config/tc-i386.c (i386_finalize_immediate): Declare, broken
1503         out from i386_immediate.
1504         (i386_immediate): Slightly re-arrange, call
1505         i386_finalize_immediate.
1506         (i386_finalize_displacement): Declare, broken out from
1507         i386_displacement.
1508         (i386_displacement): Slightly re-arrange, call
1509         i386_finalize_displacement.
1510         (i386_intel_simplify, i386_intel_parse_name): Declare.
1511         (this_operand): Initialize to -1.
1512         (set_intel_syntax): Set expression rank for O_full_ptr.
1513         (md_assemble): Set this_operand back to -1 after parsing
1514         operands.
1515         (x86_cons): Negate intel_syntax to indicate state. Call
1516         i386_intel_simplify.
1517         (md_operand): Convert if to switch. Handle '[' for Intel
1518         syntax.
1519         (i386_intel_operand): Delete, including all helper functions
1520         and data.
1521         * config/tc-i386-intel.c: New file, all new code.
1522         * config/tc-i386.h (i386_operator): Declare.
1523         (md_operator): Define to i386_operator.
1524         (i386_need_index_operator): Declare.
1525         (md_need_index_operator): Define to i386_need_index_operator.
1526         (O_full_ptr): Define.
1528 2009-04-20  Jan Beulich  <jbeulich@novell.com>
1530         * expr.c (operand): Call md_need_index_operator() and
1531         md_operator() if defined. Add unary label.
1532         (operator): Call md_operator() if defined.
1533         (expr): Adjust assertions on range and rank of op_left and
1534         op_right. Don't abort on unhandled operators when reducing
1535         expressions with both operands being constant.
1536         (expr_set_rank): New.
1537         * expr.h (expr_set_rank): Declare.
1539 2009-04-15  Anthony Green  <green@moxielogic.com>
1541         * config/tc-moxie.h: New file.
1542         * config/tc-moxie.c: New file.
1543         * configure: Add support for moxie.
1544         * configure.tgt: Add support for moxie.
1546 2009-04-16  Jan Beulich  <jbeulich@novell.com>
1548         * expr.c: Include limits.h if available, and #define CHAR_BITS
1549         otherwise.
1550         (expr): Check range of shift count when evaluating a constant
1551         expression.
1553 2009-04-15  Jan Beulich  <jbeulich@novell.com>
1555         * config/tc-i386.c (process_operands): Print operands in
1556         correct order depending on intel_syntax.
1558 2009-04-09  Catherine Moore  <clm@codesourcery.com>
1560         * config/tc-mips.c (mips_fix_24k): Declare.
1561         (check_for_24k_errata): New.
1562         (mips_cleanup): Call check_for_24k_errata.
1563         (start_noreorder): Likewise.
1564         (md_mips_end): Likewise.
1565         (s_change_sec): Likewise.
1566         (s_change_section): Likewise.
1567         (append_insn): Call check_for_24k_errata.  Prevent
1568         ERET/DERET instructions from being moved into delay
1569         slots.
1570         (OPTION_FIX_24K): New.
1571         (OPTION_NO_FIX_24k) New.
1572         (md_longopts): Add "mfix-24k" and "mno-fix-24k".
1573         (md_parse_option): Handle fix-24k options.
1574         (md_show_usage): Display fix-24k options.
1575         * doc/c-mips.texi: Document.
1577 2009-04-09  Adam Nemet  <anemet@caviumnetworks.com>
1579         * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
1580         instead of HAVE_64BIT_SYMBOLS.
1582 2009-04-07  DJ Delorie  <dj@redhat.com>
1584         * config/tc-mep.c: Add UCI/DSP instruction support.  Add C5 support.
1585         (md_show_usage): Change default endian to little.
1586         * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
1588 2009-04-06  DJ Delorie  <dj@redhat.com>
1590         * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
1591         immediates.
1592         (build_bytes): Pass insn to do_a_fix_imm.
1594 2009-04-02  Daniel Gutson <dgutson@codesourcery.com>
1596         * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
1597         * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
1598         Cortex-M1.
1600 2009-04-01  Matt Thomas <matt@netbsd.org>
1602         * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
1603         (md_assemble): emit symbol name when used as immediate in PIC mode.
1604         (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
1606 2009-04-01  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
1608         * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
1610 2009-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
1612         * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
1613         (find_real_start): Likewise.
1614         * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
1616 2009-04-01  Nathan Sidwell  <nathan@codesourcery.com>
1618         * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
1619         (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
1620         whenever possible.
1622 2009-03-31  Peter Bergner  <bergner@vnet.ibm.com>
1624         * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
1626 2009-03-31  Dave Korn  <dave.korn.cygwin@gmail.com>
1628         * doc/internals.texi:  Fix trivial syntax errors.
1630 2009-03-26  Alan Modra  <amodra@bigpond.net.au>
1632         PR 10005
1633         * config/tc-i386.c (reloc): Don't abort on lack of required
1634         reloc type.
1636 2009-03-25  H.J. Lu  <hongjiu.lu@intel.com>
1638         * config/tc-i386.c (parse_insn): Use default_arch on unsupported
1639         arch.
1641 2009-03-23  H.J. Lu  <hongjiu.lu@intel.com>
1643         PR gas/9966
1644         * listing.c (listing_newline): Properly handle `\\"' and ';'.
1646         * read.c (is_end_of_line): Update comments for line separator.
1647         (read_begin): Set line separator in is_end_of_line to 2.
1649 2009-03-19  David S. Miller  <davem@davemloft.net>
1651         * config/tc-sparc.c (md_parse_option): If the user gives
1652         us '--64' make sure max_architecture is at least V9.
1654 2009-03-18  Andrew Stubbs  <ams@codesourcery.com>
1656         * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
1657         BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
1658         Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
1660 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
1662         * as.h: Include alloca-conf.h instead of config.h and remove
1663         existing #if's handling alloca.
1664         * Makefile.am: Run "make dep-am".
1665         * Makefile.in: Regenerate.
1667 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1669         * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
1670         C_AIX_WEAKEXT too.
1672 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1674         * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
1675         "value" from fx_offset.  Manually resubtract md_pcrel_from_section
1676         where necessary.
1678 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
1680         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
1681         * configure.in: Likewise.
1682         * configure: Regenerate.
1684 2009-03-11  Hans-Peter Nilsson  <hp@axis.com>
1686         * config/tc-cris.c (cris_create_short_jump): Remove prototype.
1687         Rename, changing all callers, to...
1688         (md_create_short_jump): Adjust head comment.  Assert
1689         word-sized-branch distance for v32.  Bail out calling as_fatal for
1690         compatibility mode here.
1691         (md_create_long_jump): ...not here.
1692         * config/tc-cris.h (md_create_short_jump): Do not define.
1694 2009-03-10  Hans-Peter Nilsson  <hp@axis.com>
1696         * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
1697         the jump table for multiple overflowing entries with the same
1698         target, handle base symbols being different.
1699         (relax_segment) <case rs_broken_word, second loop>: Whenever a
1700         single entry overflows, arrange to redirect all entries with the
1701         same target.
1703 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
1705         * config/tc-ppc.c (parse_cpu): Delete.
1706         (md_parse_option, ppc_machine): Use ppc_parse_cpu.
1708 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
1710         PR gas/9915
1711         * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
1712         (LOCAL_LABELS_FB): Undefine befoe define.
1714 2009-03-06  Nick Clifton  <nickc@redhat.com>
1716         * po/es.po: Updated Spanish translation.
1718 2009-03-05  Joseph Myers  <joseph@codesourcery.com>
1720         * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
1721         s_incbin): Call md_cons_align (1).
1723 2009-03-04  Nick Clifton  <nickc@redhat.com>
1725         * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
1726         based targets.
1727         (s_alpha_comm): Only define "temp" and "log_align" local variables
1728         for EVAX targets.
1730 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
1732         * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
1733         have non-zero addend.
1734         (md_assemble): Parse args of __tls_get_addr calls.
1735         (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
1737 2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
1739         binutils/3807
1740         * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
1741         local scope for ELF targets.
1743 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
1745         * config/tc-ppc.c (md_assemble): APUinfo only for e500.
1747 2009-03-03  Tristan Gingold  <gingold@adacore.com>
1748             Eric Botcazou  <ebotcazou@adacore.com>
1749             Douglas B Rupp  <rupp@gnat.com>
1751         * doc/as.texinfo (Overview): Mention -replace/-noreplace options
1752         for Alpha.
1753         * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
1754         * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
1755         (OBJ_SYMFIELD_TYPE): Remove.
1756         (tc_canonicalize_symbol_name): Define to evax_shorten_name.
1757         (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
1758         (tc_frob_file_before_fix): Do not defined on evax.
1759         * config/tc-alpha.c: Always includes dwarf2dbg.h.
1760         Include vms.h if OBJ_EVAX.
1761         (struct alpha_fixup): Add xtrasym and procsym (evax only).
1762         (enum alpha_macro_arg): Remove trailing comma.
1763         (md_longopts): Add replace and noreplace arguments (evax only).
1764         (alpha_evax_proc_hash): New variable.
1765         (alpha_link_section): Make it global.
1766         (alpha_ctors_section, alpha_dtors_section): Removed.
1767         (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
1768         (alpha_lit8_section): Ifndef'ed on evax.
1769         (alpha_lit8_symbol): Ditto.
1770         (alpha_prologue_label): New variable.
1771         (alpha_linkage_symbol): New variable (evax only).
1772         (alpha_flag_replace): Ditto.
1773         (struct alpha_evax_procs): Add handler and handler_data field.
1774         (alpha_evax_proc): Now of type pointer.
1775         (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
1776         (struct alpha_reloc_tag): Add sym and psym fields (evax only).
1777         (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
1778         (alpha_adjust_relocs): Ifndef'ed on evax.
1779         (load_expression): Add opname argument.
1780         Implement LDA/BSR optimization for evax.
1781         (emit_lda): Adjust for new prototype of load_expression.
1782         (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
1783         (emit_loadstore): Likewise.
1784         (emit_ldXu): Likewise.
1785         (emit_stX): Likewise.
1786         (emit_jsrjmp): Likewise.  Implement LDA/BSR optimization for evax.
1787         (emit_ldgp): Avoid warning in evax case.
1788         (add_to_link_pool): Make it static.  Return symbolic expression rather
1789         than number expression for the offset.
1790         (s_alpha_text): Create .text symbol for evax if not already created.
1791         (s_alpha_comm): Do not create specific section for common symbol.
1792         Fill common area with zeros for evax.
1793         (s_alpha_prologue): Create alpha_prologue_label.
1794         (s_alpha_section_name): New function (evax).
1795         (s_alpha_section_word): Likewise.
1796         (section_name): New static variabke moved out from ...
1797         (s_alpha_section): ... here.  Create new sections on demand.
1798         (s_alpha_literals): New function (evax).
1799         (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
1800         alpha_evax_proc_hash table.
1801         (s_alpha_handler): New function (evax).
1802         (s_alpha_frame): Adjust for new type of alpha_evax_proc.
1803         (s_alpha_prologue): New function (evax).
1804         (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
1805         handling of procedures with hash table.
1806         Add support for condition handlers.
1807         (s_alpha_linkage): Create linkage_fixup instance and chain it.
1808         (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
1809         (s_alpha_mask): Likewise.
1810         (s_alpha_fmask): Likewise.
1811         (s_alpha_end): Clear alpha_evax_proc.
1812         (s_alpha_align): Increase max_alignment to 16.
1813         (alpha_print_token): Call print_expr_1 instead of print_expr.
1814         (md_pseudo_table): Add "section", "literals", "handler" and
1815         "handler_data" (evax).  Do not ignore "prologue" on evax.
1816         Fix indentation.
1817         (md_begin): Create hash table for alpha_evax_proc_hash.
1818         (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
1819         (md_show_usage): Mention -replace/-noreplace for evax.
1820         (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
1821         (alpha_force_relocation): Likewise.
1822         (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
1823         (tc_gen_reloc): Likewise.  Add BFD_RELOC_ALPHA_LINKAGE for evax.
1824         (emit_insn): New cases for evax specific relocs.
1825         (assemble_insn): Fix indentation.
1826         Take care of -MDISP in operand table.
1827         * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
1828         (OBJ_SYMFIELD_TYPE): New macro.
1829         (obj_symbol_new_hook): Define.
1830         (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
1831         (obj_frob_file_before_fix): Ditto.
1832         (PDSC_S_M_HANDLER_VALID): New macro.
1833         (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
1834         (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
1835         Add prototypes for functions declared in obj-evax.c
1836         * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
1837         (s_evax_weak): Convert to ansi-C.
1838         (evax_symbol_new_hook): New function.
1839         (evax_frob_symbol): Ditto.
1840         (evax_frob_file_before_adjust): Ditto.
1841         (evax_frob_file_before_fix): Ditto.
1842         (evax_shorten_name): Ditto.
1843         (crc32): Ditto.
1844         (encode_32): Ditto.
1845         (encode_16): Ditto.
1846         (decode_16): Ditto.
1847         (shorten_identifier): Ditto.
1848         (is_truncated_identifier): Ditto.
1849         * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
1850         * as.c (close_output_file): Remove #ifndef OBJ_VMS.
1851         (main): Ditto.
1853 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
1855         * Makefile.am: Run "make dep-am".
1856         * Makefile.in: Regenerate.
1858 2009-03-02  Nick Clifton  <nickc@redhat.com>
1860         PR 9874
1861         * config/tc-ia64.c (fix_insn): Fix warning reported by
1862         -Wformat-security.
1864 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
1866         * config/tc-score7.c: New file.
1867         * doc/c-score.texi: New file.
1868         * Makefile.am: Update dependencies for tc-score.c.
1869         * Makefile.in: Regenerate.
1870         * NEWS: Mention support for Score7 architecture.
1871         * config/tc-score.c: Add support for Score7 architecture.
1872         * config/tc-score.h: Likewise.
1873         * doc/Makefile.am: Add c-score.texi.
1874         * doc/Makefile.in: Regenerate.
1875         * doc/all.texi: Add Score7.
1876         * doc/as.texinfo: Add Score7.
1878 2009-03-01  Mark Mitchell  <mark@codesourcery.com>
1880         * config/tc-arm.c (md_assemble): Allow barrier instructions on
1881         ARMv6-M cores.
1883 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1885         * configure: Regenerate.
1887 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
1889         * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
1890         "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
1891         (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
1893 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
1895         * config/tc-i386.c (fits_in_imm4): Removed.
1897 2009-02-24  Helge Deller <deller@gmx.de>
1899         * config/tc-hppa.c (pa_ip): Add check of immediate values.
1900         (SAVE_IMMEDIATE): New define.
1902 2009-02-23  Mark Mitchell  <mark@codesourcery.com>
1904         * config/tc-arm.c (warn_deprecated_sp): New macro.
1905         (do_t_mov_cmp): Permit R13 as the second
1906         argument to "cmp.n".
1908 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1910         * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
1911         (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
1913 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1915         * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
1917 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1919         * config/tc-i386.c (vex_imm4): Removed.
1920         (VEX_check_operands): Likewise.
1921         (match_template): Updated.
1923 2009-02-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1925         * doc/all.texi: Set S390.
1926         * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
1927         * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
1928         * doc/Makefile.in: Likewise.
1929         * doc/c-s390.texi: New.
1931 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1933         * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
1934         (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
1935         (mcf5307_ctrl): Add VBR.
1936         (no_mac): New variable.
1937         (m68k_extensions): Refer to no_mac mask.
1938         (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
1939         52252..52259, 53011..53017.
1940         (m68k_ip): Process CPUCR.
1941         (init_table): Add cpucr entry.
1942         (m68k_set_extension): Allow negated mask to refer to a variable.
1943         (md_show_usage): Use '%s' to silence fprintf warning.
1944         * config/m68k-parse.h (CPUCR): New control register.
1946 2009-02-10  Nathan Sidwell  <nathan@codesourcery.com>
1948         * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
1949         as_bad calls to silence compiler warning.
1951 2009-02-06  Nick Clifton  <nickc@redhat.com>
1953         PR 9814
1954         * config/tc-arm.c (MODE_RECORDED): New define.
1955         (output_inst): Record the thumb_mode in the current frag.
1956         (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
1957         (arm_init_frag): Only set the tc_frag_data field if it has not
1958         already been set.
1960 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1962         AVX Programming Reference (January, 2009)
1963         * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
1964         (CPU_FLAGS_AVX_MATCH): Updated.
1965         (CPU_FLAGS_32BIT_MATCH): Likewise.
1966         (cpu_flags_match): Likewise.
1968 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
1970         * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
1971         M_MSGWAIT and M_MSGWAIT_T.
1972         (mips_cpu_info_table): Add XLR entry.
1973         * doc/c-mips.texi (-march): Document xlr.
1975 2009-02-03  Eric B. Weddington  <eric.weddington@atmel.com>
1977         * config/tc-avr.c (mcu_types): Add ata6289.
1978         * doc/c-avr.texi: Likewise.
1980 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
1982         * configure.in: AC_SUBST pdfdir.
1983         * Makefile.am: Add install-pdf, install-pdf-am,
1984         and install-pdf-recursive targets.
1985         * doc/Makefile.am: Define pdf__strip_dir. Add
1986         install-pdf and install-pdf-am targets.
1987         * po/Make-in: Add install-pdf target.
1988         * configure: Regenerate.
1989         * Makefile.in: Regenerate.
1990         * doc/Makefile.in: Regenerate.
1992 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
1994         * config/m68k-parse.h (enum pic_relocation): Add values for TLS
1995         relocations.
1996         * config/m68k-parse.y (yylex): Parse TLS relocations.
1997         * config/tc-m68k.c (m68k_elf_cons): New static function.
1998         (md_pseudo_table): Use it.
1999         (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
2000         relocations.
2001         (md_apply_fix): Fix to set thread local flag.
2002         (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
2004 2009-02-03  Vince Weaver <vince@csl.cornell.edu>
2006         PR 9779
2007         * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
2008         indexed addressing for symbolic expressions.
2010 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2012         * config/tc-arm.c (BAD_SP): Define.
2013         (s_arm_unwind_fnstart): Use REG_SP.
2014         (s_arm_unwind_setfp): Likewise.
2015         (reject_bad_reg): New macro.
2016         (do_co_reg): Check for bad registers.
2017         (do_co_reg2c): Likewise.
2018         (do_srs): Use REG_SP.
2019         (do_t_add_sub): Check for bad registers.
2020         (do_t_adr): Likewise.
2021         (do_t_arit3): Likewise.
2022         (do_t_arit3c): Likewise.
2023         (do_t_bfc): Likewise.
2024         (do_t_bfi): Likewise.
2025         (do_t_bfx): Likewise.
2026         (do_t_blx): Likewise.
2027         (do_t_bx): Likewise.
2028         (do_t_bxj): Likewise.
2029         (do_t_clz): Likewise.
2030         (do_t_div): Likewise.
2031         (do_t_mla): Likewise.
2032         (do_t_mlal): Likewise.
2033         (do_t_mov_cmp): Likewise.
2034         (do_t_mov16): Likewise.
2035         (do_t_mvn_tst): Likewise.
2036         (do_t_mrs): Likewise.
2037         (do_t_msr): Likewise.
2038         (do_t_mul): Likewise.
2039         (do_t_mull): Likewise.
2040         (do_t_orn): Likewise.
2041         (do_t_pkhbt): Likewise.
2042         (do_t_pld): Likewise.
2043         (do_t_rbit): Likewise.
2044         (do_t_rev): Likewise.
2045         (do_t_rrx): Likewise.
2046         (do_t_rsb): Likewise.
2047         (do_t_shift): Likewise.
2048         (do_t_simd): Likewise.
2049         (do_t_ssat): Likewise.
2050         (do_t_ssat16): Likewise.
2051         (do_t_sxtah): Likewise.
2052         (do_t_sxth): Likewise.
2053         (do_t_tb): Likewise.
2054         (do_t_usat): Likewise.
2055         (do_t_usat16): Likewise.
2056         (nysn_insert_sp): Use REG_SP.
2058 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2060         * config/tc-arm.c (do_t_orn): New function.
2061         (do_t_rrx): Likewise.
2062         (insns): Add orn and rrx.
2064 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2066         * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
2067         uasx, uhasx, uhsx, uqasx, uqsax, usax.
2069 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
2071         * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
2072         qdsub in Thumb-2 mode.
2074 2009-01-29  Paul Brook  <paul@codesourcery.com>
2075             Mark Mitchell  <mark@codesourcery.com>
2077         * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
2078         of MUL when possible.
2080 2009-01-29  Nick Clifton  <nickc@redhat.com>
2082         * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
2084 2009-01-29  Nathan Sidwell  <nathan@codesourcery.com>
2085             Catherine Moore <clm@codesourcery.com?
2087         * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
2088         .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
2089         directives.
2091 2009-01-27  Nick Clifton  <nickc@redhat.com>
2093         * config/tc-mips.c (append_insn): Cope with a complex reloc
2094         sequence containing an unsupported reloc type.
2095         (enum options): Replace computed #define's constants for option
2096         numbers with this enum.
2097         (struct md_longopts): Use the enum.  Allow OPTION_32 in a non-ELF
2098         environment.
2099         (md_parse_option): Allow -32 in a non-ELF environment.
2101 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
2103         * config/tc-arm.c (attributes_set_explicitly): New array.
2104         (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
2105         (cpu_arch): Add ARM_ARCH_V5T.
2106         (aeabi_set_attribute_int): New function.
2107         (aeabi_set_attribute_string): New function.
2108         (aeabi_set_public_attributes): Set attributes according to the user's
2109         intentions, rather than the actual state of the binary.
2110         Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
2111         bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
2112         Support WMMXv2. Use attribute names instead of numbers.
2113         * read.c (s_vendor_attribute): Change return type to int.
2114         Return the tag number that was set.
2115         * read.h (s_vendor_attribute): Change return type to int.
2117 2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>
2119         PR 9789
2120         * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
2121         * doc/c-avr.texi: Likewise.
2123 2009-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2125         * doc/c-arm.texi (): Document -mwarn-deprecated.
2126         * config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
2127         (warn_on_deprecated): ... this.
2128         (opcode_lookup, md_assemble): Check it before warning.
2129         (arm_opts): Add m[no-]warn-deprecated.
2130         (md_parse_option): Replace WARN_DEPRECATED with
2131         warn_on_deprecated.
2133 2009-01-23  Andreas Schwab  <schwab@suse.de>
2135         * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
2136         arguments to macro_build to match format.
2138         * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
2139         * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
2141 2009-01-19  Nick Clifton  <nickc@redhat.com>
2143         * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
2144         ELF format ARM targets.
2145         * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
2147 2009-01-19  Nick Clifton  <nickc@redhat.com>
2149         * configure.tgt: Restore alpha sorting to object format switch
2150         statement.
2152 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
2154         * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
2156 2009-01-16  Mark Shinwell  <shinwell@codesourcery.com>
2158         * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
2159         * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
2161 2009-01-16  Andrew Stubbs  <ams@codesourcery.com>
2162             Daniel Jacobowitz  <dan@codesourcery.com>
2164         * config/tc-arm.c (arm_copy_symbol_attributes): New function.
2165         * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
2166         (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
2167         * read.c (s_vendor_attribute): Add support for symbolic tag names.
2168         Improve string parser.
2169         * doc/c-arm.texi (ARM Machine Directives): Document
2170         .eabi_attribute symbolic tag names.
2172 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
2174         * configure.in (commonbfdlib): Delete.
2175         * configure: Regenerate.
2176         * po/POTFILES.in: Regenerate.
2178 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
2179             Julian Brown   <julian@codesourcery.com>
2181         * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
2183 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
2185         * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
2186         bfd_elf_add_obj_attr_int_string.
2188 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
2190         * configure.tgt(ia64-*-*vms*): New target.
2191         * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
2192         * tc.h (md_number_to_chars): Declare iff undefined.
2193         * config/obj-elf.c (obj_elf_change_section): Change type of arg
2194         attr to bfd_vma.
2195         (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
2196         variables attr, md_attr to bfd_vma.
2197         (obj_elf_section_word): Likewise.
2198         (obj_elf_section): Change type of variable attr to bfd_vma
2199         * config/obj-elf.h (obj_elf_change_section): Change type of arg
2200         attr to bfd_vma.
2201         * config/tc-ia64.c (bfdver.h,time.h): Include.
2202         (ia64_elf_section_letter): Now returns a bfd_vma.
2203         Handle VMS specific attributes.
2204         (ia64_elf_section_flags): Arg attr now a bfd_vma.
2205         (ia64_init): Don't turn on dependency checking for VMS.
2206         (ia64_target_format): Check for VMS flag bit.
2207         (do_alias): Hande decc$ functions.
2208         (get_vms_time): New function.
2209         (ia64_vms_note): New function.
2210         * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
2211         (ia64_elf_section_flags): Arg attr now a bfd_vma.
2212         (tc_init_after_args): Define for VMS.
2213         * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
2214         (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
2215         * config/tc-alpha.h: Likewise.
2216         * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
2217         (x86_64_section_word): Return a bfd_vma.
2218         * config/tc-i386.h: Likewise.
2219         * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
2220         attr to bfd_vma.
2221         * config/tc-ip2k.h: Likewise.
2222         * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
2223         (mep_elf_section_flags): Change type of arg attr to bfd_vma.
2224         * config/tc-mep.h: Likewise.
2225         * config/tc-ppc.c  (ppc_section_letter): Return a bfd_vma.
2226         (ppc_section_word): Return a bfd_vma.
2227         (ppc_section_flags): Change type of arg attr to bfd_vma.
2228         * config/tc-ppc.h: Likewise.
2229         * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
2230         * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
2231         DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
2232         New file with new macros
2233         * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
2234         macros.
2236 2009-01-15  Nick Clifton  <nickc@redhat.com>
2238         PR 9722
2239         * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
2240         instructions before generating a Thumb2 nop.
2242 2009-01-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2244         * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
2246 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
2248         * config/tc-spu.c (md_pseudo_table): Add "brinfo".
2249         (brinfo): New var.
2250         (md_assemble): Poke brinfo into branch instructions.
2251         (spu_brinfo): New function.
2252         (md_apply_fix): Don't assume insn fields start off at zero, mask
2253         them to remove possible brinfo.
2255 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2257         * doc/c-i386.texi: Reformat.
2259 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
2261         * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
2262         .syscall.
2263         (i386_align_code): Handle PROCESSOR_COREI7.
2264         (md_show_usage): Add corei7, clflush and syscall.
2265         (i386_target_format): Replace cpup4 with cpuclflush.
2267         * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
2269         * doc/c-i386.texi: Document corei7, clflush and syscall.
2271 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2273         * config/tc-i386.c (cpu_arch): Add .rdtscp.
2274         (md_show_usage): Display rdtscp.
2276         * doc/c-i386.texi: Document rdtscp.
2278 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
2280         * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
2281         Test the new "deprecated" opcode field.
2283 2009-01-07  Sterling Augustine  <sterling@tensilica.com>
2285         * config/tc-xtensa.c (produce_flix): New.
2286         (option_flix, optoin_no_generate_flix, option_no_flix) Define.
2287         (md_longopts): Add support for them.
2288         (md_parse_option): Likewise.
2289         (md_show_usage): Add help message.
2290         (finish_vinsn): Don't allow multi-slot flix when produce_flix
2291         option is set to FLIX_NONE.
2292         * config/xtensa-relax.c (transition_applies): Only relax to
2293         flix branches when produce_flix equals FLIX_ALL.
2294         * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
2295         FLIX_NONE): New.
2296         (produce_flix): Declare.
2298 2009-01-06  Chao-ying Fu  <fu@mips.com>
2300         * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
2301         Use strncmp to match jalr and jalr.hb.
2302         Fix a typo.
2304 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
2306         AVX Programming Reference (December, 2008)
2307         * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
2308         support.  Don't swap REG and NDS for FMA.
2310 2009-01-02  Matthias Klose  <doko@ubuntu.com>
2312         * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
2313         behaviour.
2315 For older changes see ChangeLog-2008
2317 Local Variables:
2318 mode: change-log
2319 left-margin: 8
2320 fill-column: 74
2321 version-control: never
2322 End: