2009-06-22 Tristan Gingold <gingold@adacore.com>
[binutils.git] / gas / ChangeLog
blob0e6f874219d4f56c8cc46c8f90c6e3962e91af8d
1 2009-06-20  Alan Modra  <amodra@bigpond.net.au>
3         PR 10302
4         * doc/as.texinfo (Section <ELF "M,S" flag>): Clarify tail merge.
6 =======
7 2009-06-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9         * config/tc-s390.c (md_gather_operands): Accept an instruction
10         without operands if all operands are tagged as optional.
12 2009-06-18  Nick Clifton  <nickc@redhat.com>
14         PR 10169
15         * gas/tc-arm.c (do_t_ssat): Move common code from here...
16         (do_t_usat): ... and here to...
17         (do_t_ssat_usat): New function: ... here.  Add code to check that
18         the shift value, if present, is in range.
20 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
22         Merge cegcc and mingw32ce target name changes
23         from CeGCC project:
25         2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
27         * configure.tgt: Add arm*-*-cegcc* target.
29         2007-12-17  Pedro Alves  <pedro_alves@portugalmail.pt>
31         * configure.tgt: Add arm-*-mingw32ce* target.
33 2009-06-16  Maciej W. Rozycki  <macro@linux-mips.org>
35         * config/tc-vax.c (md_estimate_size_before_relax): Accept
36         indirect symbol references in the PIC mode and emit a
37         PC-relative relocation instead of a GOT/PLT one.  Likewise
38         for symbols known to be hidden at this point.
40 2009-06-15  Nick Clifton  <nickc@redhat.com>
42         PR 10186
43         * config/tc-arm.c (T16_32_TAB): Fix binary value of SEV.W
44         instruction.
46 2009-06-13  H.J. Lu  <hongjiu.lu@intel.com>
48         PR ld/10269
49         * config/tc-i386.c (md_apply_fix): Use TC_FORCE_RELOCATION
50         instead of generic_force_reloc.
52         * config/tc-i386.h (TC_FORCE_RELOCATION): New.
54 2009-06-11  Anthony Green  <green@moxielogic.com>
56         * config/tc-moxie.c (md_chars_to_number): Define.
57         (md_begin): Populate opcode hashtable with more form 3 opcodes.
58         (md_assemble): Assemble MOXIE_F3_PCREL encoded instructions.
59         (md_apply_fix): Handle BFD_RELOC_MOXIE_10_PCREL relocations.
60         (tc_gen_reloc): Ditto.
61         (md_pcrel_from): Ditto.
62         (md_chars_to_number): New function.
64 2009-06-10  Anthony Green  <green@moxielogic.com>
66         * config/tc-moxie.c (md_assemble): Handle MOXIE_F1_M encoded
67         opcodes.
69 2009-06-09  Jakub Jelinek  <jakub@redhat.com>
71         PR gas/10255
72         * dw2gencfi.c (output_cfi_insn): Initialize fragment before rs_cfa
73         to DW_CFA_advance_loc4.
75 2009-06-08  Dave Korn  <dave.korn.cygwin@gmail.com>
77         PR gas/977
78         * config/tc-i386.c (md_estimate_size_before_relax):  Don't relax
79         branches to weak symbols.
80         (md_apply_fix):  Don't convert fixes against weak symbols to
81         section-relative offsets, but save addend for later reloc emission.
82         (tc_gen_reloc):  When emitting reloc against weak symbol, adjust
83         addend to pre-compensate for bfd_install_relocation.
85 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
87         * dep-in.sed: Don't use \n in replacement part of s command.
88         * Makefile.am (DEP1, DEPTC, DEPOBJ, DEP2): LC_ALL for uniq.
89         * Makefile.in: Regenerate.
91 2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
93         PR gas/10198
94         * config/tc-i386-intel.c (i386_intel_operand): Check '$' as '.'.
96 2009-05-26  Catherine Moore  <clm@codesourcery.com>
98         * config/tc-mips.c (check_for_24k_errata): Remove.
99         (md_mips_end): Remove call to check_for_24k_errata.
100         (start_noreorder): Likewise.
101         (s_change_sec): Likewise.
102         (s_change_section): Likewise.
103         (insns_between): Add 24k errata checks.
104         (append_insn): Remove declaration and references to nhdx_24k.
105         Remove calls to check_for_24k_errata.
106             
107 2009-05-26  Nick Clifton  <nickc@redhat.com>
109         * po/id.po: Updated Indonesian translation.
110         * po/gas.pot: Updated template file.
112 2009-05-26  Nick Clifton  <nickc@redhat.com>
114         PR 10143
115         * config/bfin-parse.y (error): Use "%s" as format string for error
116         message.
118 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
120         * dep-in.sed: Output one filename per line with all lines having
121         continuation backslash.  Prefix first line with "A", following
122         lines with "B".
123         * Makefile.am (DEP): Don't use dep.sed here.
124         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
125         sort and uniq.
126         (DEPTC, DEPOBJ, DEP2): Use dep.sed on dependencies, sort and uniq.
127         Emit multi dependencies on one line.
128         * Makefile.in: Regenerate.
130 2009-05-25  Tristan Gingold  <gingold@adacore.com>
132         * makefile.vms: New file to compile gas on VMS.
134         * configure.com: New file to do configuration on VMS with DCL.
136 2009-05-23  Richard Sandiford  <rdsandiford@googlemail.com>
138         * config/tc-mips.c (nops_for_vr4130): Don't check noreorder_p.
139         (nops_for_insn): Likewise.
141 2009-05-22  H.J. Lu  <hongjiu.lu@intel.com>
143         * symbols.c (COPIED_SYMFLAGS): Add BSF_GNU_INDIRECT_FUNCTION.
145 2009-05-22  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
147         * config/tc-i386.c (process_drex): Delete. Remove SSE5 support.
148         (build_modrm_byte): Remove DREX handling support.
149         (DREX_*): Delete.
150         (drex_byte): Delete.
151         (md_assemble): Remove DREX handling support.
152         (process_operands): Remove DREX, SSE5 support.
153         (i386_insn): Remove DREX.
154         
155 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
157         * Makefile.am: Run "make dep-am".
158         * Makefile.in: Regenerate.
160 2009-05-20  Kai Tietz  <kai.tietz@onevision.com>
161             H.J. Lu  <hongjiu.lu@intel.com>
163         * config/obj-coff.h: Include "coff/x86_64.h" for x86 pe-coff.
164         (TARGET_FORMAT): Removed for x86 pe-coff.
165         (COFF_TARGET_FORMAT): Likewise.
167         * config/tc-i386.c (md_longopts): Allow --64 for x86 pe-coff.
168         (md_parse_option): Likewise.
169         (md_show_usage): Show option --32/--64 for x86 pe-coff.
170         (i386_target_format): Use also for x86 pe-coff.
172         * config/tc-i386.h (TARGET_FORMAT): Defined as i386_target_format
173         for x86 pe-coff.
175 2009-05-19  DJ Delorie  <dj@redhat.com>
177         * config/tc-mep.c (mep_machine): Only check CPU flags, not COP flags.
178         (mep_process_saved_insns): Remove debugging printfs.
180 2009-05-19  Dave Korn  <dave.korn.cygwin@gmail.com>
182         * NEWS:  Mention new feature.
183         * config/obj-coff.c (obj_coff_common_parse):  New function.
184         (obj_coff_comm):  Likewise.
185         (coff_pseudo_table):  Override default ".comm" definition on PE.
186         * doc/as.texinfo:  Document new feature.
188 2009-05-17  Kai Tietz  <kai.tietz@onevision.com>
190         * config/obj-coff.c (obj_coff_section): Add 'y' as
191         specifier for SEC_COFF_NOREAD section flag.
192         * doc/as.texinfo: Add documentation about .section flag 'y'.
194 2009-05-13  DJ Delorie  <dj@redhat.com>
196         * cgen.c (gas_cgen_parse_operand): Guard against NULL pointers.
198 2009-05-13  Andrew Jenner  <andrew@codesourcery.com>
200         * config/tc-arm.c: Move as.h to start of file.
202 2009-05-05 Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
204         * config/tc-arm.h: Fix typo in comment.
205         (ARM_IS_FUNC): New macro.
206         (MD_APPLY_SYM_VALUE): Define.
208         * config/tc-arm.c (do_blx): Retain BFD_RELOC_ARM_PCREL_BLX for
209         all versions of EABI.
210         (relax_branch): Do not relax for branches to ARM functions.
211         (md_pcrel_from_section): Set up base correctly for
212         BFD_RELOC_THUMB_PCREL_BLX, BFD_RELOC_THUMB_PCREL_CALL,
213         BFD_RELOC_THUMB_PCREL_BRANCH23, BFD_RELOC_ARM_PCREL_BLX
214         BFD_RELOC_ARM_PCREL_CALL.
215         (md_apply_fix): Flip bl to blx where possible.
216         Flip blx to bl where possible.
217         (arm_force_relocation): Force relocations for
218         BFD_RELOC_ARM_PCREL_JUMP, BFD_RELOC_ARM_PCREL_JUMP,
219         BFD_RELOC_ARM_PCREL_BLX, BFD_RELOC_THUMB_PCREL_BLX,
220         BFD_RELOC_THUMB_PCREL_BRANCH20, BFD_RELOC_THUMB_PCREL_BRANCH23,
221         BFD_RELOC_THUMB_PCREL_BRANCH25.
222         (arm_apply_sym_value): New function.
223         
224 2009-05-04  Tristan Gingold  <gingold@adacore.com>
226         * config/tc-alpha.c: Also declare alpha_prologue_label for OBJ_EVAX.
228 2009-05-01  Nathan Sidwell  <nathan@codesourcery.com>
230         * config/tc-armlinux-eabi.h (FPU_DEFAULT): Default to plain VFP.
231         * config/tc-armeabi.h (FPU_DEFAULT): Likewise.
232         * config/tc-arm.c (md_begin): If FPU_DEFAULT is set, don't infer
233         the default FPU from the processor.
235 2009-05-01  Julian Brown  <julian@codesourcery.com>
237         * config/tc-arm.c (do_t_blx): Always use BFD_RELOC_THUMB_PCREL_BLX.
238         (md_pcrel_from_section): Align address for BLX.
239         (tc_gen_reloc): Change BFD_RELOC_THUMB_PCREL_BLX relocations to
240         BFD_RELOC_THUMB_PCREL_BRANCH23 for EABI v4+.
242 2009-04-29  DJ Delorie  <dj@redhat.com>
244         * config/tc-mep.c (md_begin): Check coprocessor type.
245         (md_check_parallel64_scheduling): Use memset to initialize the buffer.
246         (md_check_parallel32_scheduling): Likewise.
247         (slot_ok): New.
248         (mep_check_ivc2_scheduling): New.
249         (mep_check_parallel_scheduling): Call it.
250         (mep_process_saved_insns): Add IVC2 slot support.
251         (md_assemble): Likewise.
253 2009-04-30  Nick Clifton  <nickc@redhat.com>
255         * config/obj-elf.c (obj_elf_type): Add support for a
256         gnu_indirect_function type.
257         * config/tc-i386.c (tc_i386_fix_adjustable): Do not adjust fixups
258         against indirect function symbols.
259         * doc/as.texinfo (.type): Document the support for the
260         gnu_indirect_function symbol type.
261         * NEWS: Mention the new feature.
263 2009-04-24  Cary Coutant  <ccoutant@google.com>
265         * NEWS: Add item about discriminator support.
266         * dwarf2dbg.h (struct dwarf2_line_info): Add discriminator field.
267         * dwarf2dbg.c (current): Add discriminator field.
268         (dwarf2_where): Copy discriminator value.
269         (dwarf2_consume_line_info): Set discriminator to 0.
270         (dwarf2_directive_loc): Process discriminator sub-op.
271         (out_leb128): New function.
272         (process_entries): Output DW_LNE_set_discriminator.
273         * doc/as.texinfo: Add discriminator operand to .loc directive.
275 2009-04-22  Nathan Sidwell  <nathan@codesourcery.com>
277         * config/tc-mips.c (macro_end, md_convert_frag): Use '%s' for
278         as_bad calls to silence compiler warning.
280 2009-04-21  H.J. Lu  <hongjiu.lu@intel.com>
282         * config/tc-i386-intel.c (O_XXX): Reorder.
284 2009-04-20  Jan Beulich  <jbeulich@novell.com>
286         * Makefile.am: Add explicit dependency of tc-i386.o on
287         tc-i386-intel.c.
288         * Makefile.in: Likewise.
289         * config/tc-i386.c (i386_finalize_immediate): Declare, broken
290         out from i386_immediate.
291         (i386_immediate): Slightly re-arrange, call
292         i386_finalize_immediate.
293         (i386_finalize_displacement): Declare, broken out from
294         i386_displacement.
295         (i386_displacement): Slightly re-arrange, call
296         i386_finalize_displacement.
297         (i386_intel_simplify, i386_intel_parse_name): Declare.
298         (this_operand): Initialize to -1.
299         (set_intel_syntax): Set expression rank for O_full_ptr.
300         (md_assemble): Set this_operand back to -1 after parsing
301         operands.
302         (x86_cons): Negate intel_syntax to indicate state. Call
303         i386_intel_simplify.
304         (md_operand): Convert if to switch. Handle '[' for Intel
305         syntax.
306         (i386_intel_operand): Delete, including all helper functions
307         and data.
308         * config/tc-i386-intel.c: New file, all new code.
309         * config/tc-i386.h (i386_operator): Declare.
310         (md_operator): Define to i386_operator.
311         (i386_need_index_operator): Declare.
312         (md_need_index_operator): Define to i386_need_index_operator.
313         (O_full_ptr): Define.
315 2009-04-20  Jan Beulich  <jbeulich@novell.com>
317         * expr.c (operand): Call md_need_index_operator() and
318         md_operator() if defined. Add unary label.
319         (operator): Call md_operator() if defined.
320         (expr): Adjust assertions on range and rank of op_left and
321         op_right. Don't abort on unhandled operators when reducing
322         expressions with both operands being constant.
323         (expr_set_rank): New.
324         * expr.h (expr_set_rank): Declare.
326 2009-04-15  Anthony Green  <green@moxielogic.com>
328         * config/tc-moxie.h: New file.
329         * config/tc-moxie.c: New file.
330         * configure: Add support for moxie.
331         * configure.tgt: Add support for moxie.
333 2009-04-16  Jan Beulich  <jbeulich@novell.com>
335         * expr.c: Include limits.h if available, and #define CHAR_BITS
336         otherwise.
337         (expr): Check range of shift count when evaluating a constant
338         expression.
340 2009-04-15  Jan Beulich  <jbeulich@novell.com>
342         * config/tc-i386.c (process_operands): Print operands in
343         correct order depending on intel_syntax.
345 2009-04-09  Catherine Moore  <clm@codesourcery.com>
347         * config/tc-mips.c (mips_fix_24k): Declare.
348         (check_for_24k_errata): New.
349         (mips_cleanup): Call check_for_24k_errata.
350         (start_noreorder): Likewise.
351         (md_mips_end): Likewise.
352         (s_change_sec): Likewise.
353         (s_change_section): Likewise.
354         (append_insn): Call check_for_24k_errata.  Prevent
355         ERET/DERET instructions from being moved into delay
356         slots.
357         (OPTION_FIX_24K): New.
358         (OPTION_NO_FIX_24k) New.
359         (md_longopts): Add "mfix-24k" and "mno-fix-24k".
360         (md_parse_option): Handle fix-24k options.
361         (md_show_usage): Display fix-24k options.
362         * doc/c-mips.texi: Document.
364 2009-04-09  Adam Nemet  <anemet@caviumnetworks.com>
366         * config/tc-mips.c (mips_dwarf2_addr_size): Use HAVE_64BIT_OBJECTS
367         instead of HAVE_64BIT_SYMBOLS.
369 2009-04-07  DJ Delorie  <dj@redhat.com>
371         * config/tc-mep.c: Add UCI/DSP instruction support.  Add C5 support.
372         (md_show_usage): Change default endian to little.
373         * config/tc-mep.h (TARGET_BYTES_BIG_ENDIAN): Change default to little.
375 2009-04-06  DJ Delorie  <dj@redhat.com>
377         * tc-h8300.c (do_a_fix_imm): Pass the insn, force relocs for MOVA
378         immediates.
379         (build_bytes): Pass insn to do_a_fix_imm.
381 2009-04-02  Daniel Gutson <dgutson@codesourcery.com>
383         * config/tc-arm.c (arm_cpus): Add entry for ARM Cortex-M0.
384         * doc/c-arm.texi: Added codes for processors ARM Cortex-M0 and
385         Cortex-M1.
387 2009-04-01  Matt Thomas <matt@netbsd.org>
389         * config/tc-vax.c (synthetic_votstrs): add "jbbcci" and "jbbssi"
390         (md_assemble): emit symbol name when used as immediate in PIC mode.
391         (md_assemble): fix LP64 bug (use sizeof (valueT) instead 4).
393 2009-04-01  Sterling Augustine  <sterling@jaw.hq.tensilica.com>
395         * config/tc-xtensa.c (parse_arguments): call demand_empty_rest_of_line
397 2009-04-01  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
399         * config/tc-arm.c (arm_validate_fix): Define only for OBJ_COFF.
400         (find_real_start): Likewise.
401         * config/tc-arm.h (TC_VALIDATE_FIX): Likewise
403 2009-04-01  Nathan Sidwell  <nathan@codesourcery.com>
405         * config/tc-arm.c (do_nop): Generate v6k nops whenever possible.
406         (arm_handle_align): Generate v6k ARM, thumb2 wide & narrow nops
407         whenever possible.
409 2009-03-31  Peter Bergner  <bergner@vnet.ibm.com>
411         * config/tc-ppc.c (ppc_handle_align): Handle power7's group ending nop.
413 2009-03-31  Dave Korn  <dave.korn.cygwin@gmail.com>
415         * doc/internals.texi:  Fix trivial syntax errors.
417 2009-03-26  Alan Modra  <amodra@bigpond.net.au>
419         PR 10005
420         * config/tc-i386.c (reloc): Don't abort on lack of required
421         reloc type.
423 2009-03-25  H.J. Lu  <hongjiu.lu@intel.com>
425         * config/tc-i386.c (parse_insn): Use default_arch on unsupported
426         arch.
428 2009-03-23  H.J. Lu  <hongjiu.lu@intel.com>
430         PR gas/9966
431         * listing.c (listing_newline): Properly handle `\\"' and ';'.
433         * read.c (is_end_of_line): Update comments for line separator.
434         (read_begin): Set line separator in is_end_of_line to 2.
436 2009-03-19  David S. Miller  <davem@davemloft.net>
438         * config/tc-sparc.c (md_parse_option): If the user gives
439         us '--64' make sure max_architecture is at least V9.
441 2009-03-18  Andrew Stubbs  <ams@codesourcery.com>
443         * config/tc-arm.c (md_apply_fix): Check BFD_RELOC_ARM_IMMEDIATE and
444         BFD_RELOC_ARM_ADRL_IMMEDIATE value is in the correct section.
445         Check BFD_RELOC_ARM_ADRL_IMMEDIATE has a defined symbol.
447 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
449         * as.h: Include alloca-conf.h instead of config.h and remove
450         existing #if's handling alloca.
451         * Makefile.am: Run "make dep-am".
452         * Makefile.in: Regenerate.
454 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
456         * config/tc-ppc.c (ppc_frob_symbol): Add csect information for
457         C_AIX_WEAKEXT too.
459 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
461         * config/tc-ppc.c (md_apply_fix): On COFF targets, always reread
462         "value" from fx_offset.  Manually resubtract md_pcrel_from_section
463         where necessary.
465 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
467         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
468         * configure.in: Likewise.
469         * configure: Regenerate.
471 2009-03-11  Hans-Peter Nilsson  <hp@axis.com>
473         * config/tc-cris.c (cris_create_short_jump): Remove prototype.
474         Rename, changing all callers, to...
475         (md_create_short_jump): Adjust head comment.  Assert
476         word-sized-branch distance for v32.  Bail out calling as_fatal for
477         compatibility mode here.
478         (md_create_long_jump): ...not here.
479         * config/tc-cris.h (md_create_short_jump): Do not define.
481 2009-03-10  Hans-Peter Nilsson  <hp@axis.com>
483         * write.c (write_object_file) [!WORKING_DOT_WORD]: When patching
484         the jump table for multiple overflowing entries with the same
485         target, handle base symbols being different.
486         (relax_segment) <case rs_broken_word, second loop>: Whenever a
487         single entry overflows, arrange to redirect all entries with the
488         same target.
490 2009-03-10  Alan Modra  <amodra@bigpond.net.au>
492         * config/tc-ppc.c (parse_cpu): Delete.
493         (md_parse_option, ppc_machine): Use ppc_parse_cpu.
495 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
497         PR gas/9915
498         * config/tc-i386.h (LOCAL_LABELS_DOLLAR): New.  Defined as 0.
499         (LOCAL_LABELS_FB): Undefine befoe define.
501 2009-03-06  Nick Clifton  <nickc@redhat.com>
503         * po/es.po: Updated Spanish translation.
505 2009-03-05  Joseph Myers  <joseph@codesourcery.com>
507         * read.c (s_fill, s_space, s_float_space, float_cons, stringer,
508         s_incbin): Call md_cons_align (1).
510 2009-03-04  Nick Clifton  <nickc@redhat.com>
512         * config/tc-alpha.c (alpha_prologue_label): Only define for ELF
513         based targets.
514         (s_alpha_comm): Only define "temp" and "log_align" local variables
515         for EVAX targets.
517 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
519         * config/tc-ppc.c (ppc_elf_suffix): Error if ppc32 tls got relocs
520         have non-zero addend.
521         (md_assemble): Parse args of __tls_get_addr calls.
522         (md_apply_fix): Handle BFD_RELOC_PPC_TLSGD and BFD_RELOC_PPC_TLSLD.
524 2009-03-03  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
526         binutils/3807
527         * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
528         local scope for ELF targets.
530 2009-03-04  Alan Modra  <amodra@bigpond.net.au>
532         * config/tc-ppc.c (md_assemble): APUinfo only for e500.
534 2009-03-03  Tristan Gingold  <gingold@adacore.com>
535             Eric Botcazou  <ebotcazou@adacore.com>
536             Douglas B Rupp  <rupp@gnat.com>
538         * doc/as.texinfo (Overview): Mention -replace/-noreplace options
539         for Alpha.
540         * doc/c-alpha.texi (Alpha Options): Document -replace/-noreplace.
541         * config/tc-alpha.h (TC_VALIDATE_FIX_SUB): Define to 1 (evax).
542         (OBJ_SYMFIELD_TYPE): Remove.
543         (tc_canonicalize_symbol_name): Define to evax_shorten_name.
544         (TC_IMPLICIT_LCOMM_ALIGNMENT): For alignment to 3 on evax.
545         (tc_frob_file_before_fix): Do not defined on evax.
546         * config/tc-alpha.c: Always includes dwarf2dbg.h.
547         Include vms.h if OBJ_EVAX.
548         (struct alpha_fixup): Add xtrasym and procsym (evax only).
549         (enum alpha_macro_arg): Remove trailing comma.
550         (md_longopts): Add replace and noreplace arguments (evax only).
551         (alpha_evax_proc_hash): New variable.
552         (alpha_link_section): Make it global.
553         (alpha_ctors_section, alpha_dtors_section): Removed.
554         (alpha_ctors_symbol, alpha_dtors_symbol): Ditto.
555         (alpha_lit8_section): Ifndef'ed on evax.
556         (alpha_lit8_symbol): Ditto.
557         (alpha_prologue_label): New variable.
558         (alpha_linkage_symbol): New variable (evax only).
559         (alpha_flag_replace): Ditto.
560         (struct alpha_evax_procs): Add handler and handler_data field.
561         (alpha_evax_proc): Now of type pointer.
562         (alpha_linkage_fixup_root, alpha_linkage_fixup_tail): New variables.
563         (struct alpha_reloc_tag): Add sym and psym fields (evax only).
564         (get_alpha_reloc_tag): Initialize sym and psym fields (evax only).
565         (alpha_adjust_relocs): Ifndef'ed on evax.
566         (load_expression): Add opname argument.
567         Implement LDA/BSR optimization for evax.
568         (emit_lda): Adjust for new prototype of load_expression.
569         (emit_ir_load): Ditto. Do not nothing for GP if ..lk symbols.
570         (emit_loadstore): Likewise.
571         (emit_ldXu): Likewise.
572         (emit_stX): Likewise.
573         (emit_jsrjmp): Likewise.  Implement LDA/BSR optimization for evax.
574         (emit_ldgp): Avoid warning in evax case.
575         (add_to_link_pool): Make it static.  Return symbolic expression rather
576         than number expression for the offset.
577         (s_alpha_text): Create .text symbol for evax if not already created.
578         (s_alpha_comm): Do not create specific section for common symbol.
579         Fill common area with zeros for evax.
580         (s_alpha_prologue): Create alpha_prologue_label.
581         (s_alpha_section_name): New function (evax).
582         (s_alpha_section_word): Likewise.
583         (section_name): New static variabke moved out from ...
584         (s_alpha_section): ... here.  Create new sections on demand.
585         (s_alpha_literals): New function (evax).
586         (s_alpha_ent): Create alpha_evax_proc instance and insert it in the
587         alpha_evax_proc_hash table.
588         (s_alpha_handler): New function (evax).
589         (s_alpha_frame): Adjust for new type of alpha_evax_proc.
590         (s_alpha_prologue): New function (evax).
591         (s_alpha_pdesc): Adjust for new type of alpha_evax_proc and new
592         handling of procedures with hash table.
593         Add support for condition handlers.
594         (s_alpha_linkage): Create linkage_fixup instance and chain it.
595         (s_alpha_fp_save): Adjust for new type of alpha_evax_proc.
596         (s_alpha_mask): Likewise.
597         (s_alpha_fmask): Likewise.
598         (s_alpha_end): Clear alpha_evax_proc.
599         (s_alpha_align): Increase max_alignment to 16.
600         (alpha_print_token): Call print_expr_1 instead of print_expr.
601         (md_pseudo_table): Add "section", "literals", "handler" and
602         "handler_data" (evax).  Do not ignore "prologue" on evax.
603         Fix indentation.
604         (md_begin): Create hash table for alpha_evax_proc_hash.
605         (md_parse_option): Handle OPTION_REPLACE and OPTION_NOREPLACE.
606         (md_show_usage): Mention -replace/-noreplace for evax.
607         (md_apply_fix): Handle evax relocs (_NOP, _LDA, _BSR and _BOH).
608         (alpha_force_relocation): Likewise.
609         (alpha_fix_adjustable): Likewise. Add BFD_RELOC_16 case.
610         (tc_gen_reloc): Likewise.  Add BFD_RELOC_ALPHA_LINKAGE for evax.
611         (emit_insn): New cases for evax specific relocs.
612         (assemble_insn): Fix indentation.
613         Take care of -MDISP in operand table.
614         * config/obj-evax.h (struct alpha_linkage_fixups): New struct.
615         (OBJ_SYMFIELD_TYPE): New macro.
616         (obj_symbol_new_hook): Define.
617         (obj_frob_symbol, obj_frob_file_before_adjust): Ditto.
618         (obj_frob_file_before_fix): Ditto.
619         (PDSC_S_M_HANDLER_VALID): New macro.
620         (PDSC_S_M_HANDLER_DATA_VALID): Ditto.
621         (TC_IMPLICIT_LCOMM_ALIGNMENT): Remove.
622         Add prototypes for functions declared in obj-evax.c
623         * config/obj-evax.c: Include subsegs.h, struc-symbol.h, safe-ctype.h.
624         (s_evax_weak): Convert to ansi-C.
625         (evax_symbol_new_hook): New function.
626         (evax_frob_symbol): Ditto.
627         (evax_frob_file_before_adjust): Ditto.
628         (evax_frob_file_before_fix): Ditto.
629         (evax_shorten_name): Ditto.
630         (crc32): Ditto.
631         (encode_32): Ditto.
632         (encode_16): Ditto.
633         (decode_16): Ditto.
634         (shorten_identifier): Ditto.
635         (is_truncated_identifier): Ditto.
636         * dwarf2dbg.c (out_debug_info): Do not append trailing slash on VMS.
637         * as.c (close_output_file): Remove #ifndef OBJ_VMS.
638         (main): Ditto.
640 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
642         * Makefile.am: Run "make dep-am".
643         * Makefile.in: Regenerate.
645 2009-03-02  Nick Clifton  <nickc@redhat.com>
647         PR 9874
648         * config/tc-ia64.c (fix_insn): Fix warning reported by
649         -Wformat-security.
651 2009-03-02  Qinwei  <qinwei@sunnorth.com.cn>
653         * config/tc-score7.c: New file.
654         * doc/c-score.texi: New file.
655         * Makefile.am: Update dependencies for tc-score.c.
656         * Makefile.in: Regenerate.
657         * NEWS: Mention support for Score7 architecture.
658         * config/tc-score.c: Add support for Score7 architecture.
659         * config/tc-score.h: Likewise.
660         * doc/Makefile.am: Add c-score.texi.
661         * doc/Makefile.in: Regenerate.
662         * doc/all.texi: Add Score7.
663         * doc/as.texinfo: Add Score7.
665 2009-03-01  Mark Mitchell  <mark@codesourcery.com>
667         * config/tc-arm.c (md_assemble): Allow barrier instructions on
668         ARMv6-M cores.
670 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
672         * configure: Regenerate.
674 2009-02-26  Peter Bergner  <bergner@vnet.ibm.com>
676         * config/tc-ppc.c (pre_defined_registers): Add "f32" to "f63",
677         "f.32" to "f.63", "vs0" to "vs63" and "vs.0" to "vs.63".
678         (parse_cpu): Extend -mpower7 to accept power7 and isel instructions.
680 2009-02-25  H.J. Lu  <hongjiu.lu@intel.com>
682         * config/tc-i386.c (fits_in_imm4): Removed.
684 2009-02-24  Helge Deller <deller@gmx.de>
686         * config/tc-hppa.c (pa_ip): Add check of immediate values.
687         (SAVE_IMMEDIATE): New define.
689 2009-02-23  Mark Mitchell  <mark@codesourcery.com>
691         * config/tc-arm.c (warn_deprecated_sp): New macro.
692         (do_t_mov_cmp): Permit R13 as the second
693         argument to "cmp.n".
695 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
697         * config/tc-i386.c (type_names): Add OPERAND_TYPE_REGYMM.
698         (pt): Replace UINTS_ALL_ZERO with operand_type_all_zero.
700 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
702         * config/tc-i386.c (type_names): Remove OPERAND_TYPE_VEX_IMM4.
704 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
706         * config/tc-i386.c (vex_imm4): Removed.
707         (VEX_check_operands): Likewise.
708         (match_template): Updated.
710 2009-02-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
712         * doc/all.texi: Set S390.
713         * doc/as.texinfo: Add S390 support and pull in c-s390.texi.
714         * doc/Makefile.am (CPU_DOCS): Add c-s390.texi.
715         * doc/Makefile.in: Likewise.
716         * doc/c-s390.texi: New.
718 2009-02-12  Nathan Sidwell  <nathan@codesourcery.com>
720         * config/tc-m68k.c (mcf51qe_ctrl): Add CPUCR.
721         (mcf52259_ctrl, mcf52277_ctrl, mcf53017_ctrl): New.
722         (mcf5307_ctrl): Add VBR.
723         (no_mac): New variable.
724         (m68k_extensions): Refer to no_mac mask.
725         (m68k_cpus): Add 51, 51ac, 51cn, 51em, 51jm, 52274, 52277,
726         52252..52259, 53011..53017.
727         (m68k_ip): Process CPUCR.
728         (init_table): Add cpucr entry.
729         (m68k_set_extension): Allow negated mask to refer to a variable.
730         (md_show_usage): Use '%s' to silence fprintf warning.
731         * config/m68k-parse.h (CPUCR): New control register.
733 2009-02-10  Nathan Sidwell  <nathan@codesourcery.com>
735         * config/tc-ppc.c (ppc_insert_operand, md_assemble): Use '%s' for
736         as_bad calls to silence compiler warning.
738 2009-02-06  Nick Clifton  <nickc@redhat.com>
740         PR 9814
741         * config/tc-arm.c (MODE_RECORDED): New define.
742         (output_inst): Record the thumb_mode in the current frag.
743         (arm_handle_align): Ignore the MODE_RECORDED bit in tc_frag_data.
744         (arm_init_frag): Only set the tc_frag_data field if it has not
745         already been set.
747 2009-02-04  H.J. Lu  <hongjiu.lu@intel.com>
749         AVX Programming Reference (January, 2009)
750         * config/tc-i386.c (CPU_FLAGS_PCLMUL_MATCH): New.
751         (CPU_FLAGS_AVX_MATCH): Updated.
752         (CPU_FLAGS_32BIT_MATCH): Likewise.
753         (cpu_flags_match): Likewise.
755 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
757         * config/tc-mips.c (macro): Handle M_MSGSND, M_MSGLD, M_MSGLD_T,
758         M_MSGWAIT and M_MSGWAIT_T.
759         (mips_cpu_info_table): Add XLR entry.
760         * doc/c-mips.texi (-march): Document xlr.
762 2009-02-03  Eric B. Weddington  <eric.weddington@atmel.com>
764         * config/tc-avr.c (mcu_types): Add ata6289.
765         * doc/c-avr.texi: Likewise.
767 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
769         * configure.in: AC_SUBST pdfdir.
770         * Makefile.am: Add install-pdf, install-pdf-am,
771         and install-pdf-recursive targets.
772         * doc/Makefile.am: Define pdf__strip_dir. Add
773         install-pdf and install-pdf-am targets.
774         * po/Make-in: Add install-pdf target.
775         * configure: Regenerate.
776         * Makefile.in: Regenerate.
777         * doc/Makefile.in: Regenerate.
779 2009-02-03  Maxim Kuvyrkov  <maxim@codesourcery.com>
781         * config/m68k-parse.h (enum pic_relocation): Add values for TLS
782         relocations.
783         * config/m68k-parse.y (yylex): Parse TLS relocations.
784         * config/tc-m68k.c (m68k_elf_cons): New static function.
785         (md_pseudo_table): Use it.
786         (get_reloc_code, tc_m68k_fix_adjustable, tc_gen_reloc): Handle TLS
787         relocations.
788         (md_apply_fix): Fix to set thread local flag.
789         (m68k_elf_suffix): New static function; helper for m68k_elf_cons.
791 2009-02-03  Vince Weaver <vince@csl.cornell.edu>
793         PR 9779
794         * config/tc-pdp11.c (parse_op_no_deferred): Fix handling of
795         indexed addressing for symbolic expressions.
797 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
799         * config/tc-arm.c (BAD_SP): Define.
800         (s_arm_unwind_fnstart): Use REG_SP.
801         (s_arm_unwind_setfp): Likewise.
802         (reject_bad_reg): New macro.
803         (do_co_reg): Check for bad registers.
804         (do_co_reg2c): Likewise.
805         (do_srs): Use REG_SP.
806         (do_t_add_sub): Check for bad registers.
807         (do_t_adr): Likewise.
808         (do_t_arit3): Likewise.
809         (do_t_arit3c): Likewise.
810         (do_t_bfc): Likewise.
811         (do_t_bfi): Likewise.
812         (do_t_bfx): Likewise.
813         (do_t_blx): Likewise.
814         (do_t_bx): Likewise.
815         (do_t_bxj): Likewise.
816         (do_t_clz): Likewise.
817         (do_t_div): Likewise.
818         (do_t_mla): Likewise.
819         (do_t_mlal): Likewise.
820         (do_t_mov_cmp): Likewise.
821         (do_t_mov16): Likewise.
822         (do_t_mvn_tst): Likewise.
823         (do_t_mrs): Likewise.
824         (do_t_msr): Likewise.
825         (do_t_mul): Likewise.
826         (do_t_mull): Likewise.
827         (do_t_orn): Likewise.
828         (do_t_pkhbt): Likewise.
829         (do_t_pld): Likewise.
830         (do_t_rbit): Likewise.
831         (do_t_rev): Likewise.
832         (do_t_rrx): Likewise.
833         (do_t_rsb): Likewise.
834         (do_t_shift): Likewise.
835         (do_t_simd): Likewise.
836         (do_t_ssat): Likewise.
837         (do_t_ssat16): Likewise.
838         (do_t_sxtah): Likewise.
839         (do_t_sxth): Likewise.
840         (do_t_tb): Likewise.
841         (do_t_usat): Likewise.
842         (do_t_usat16): Likewise.
843         (nysn_insert_sp): Use REG_SP.
845 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
847         * config/tc-arm.c (do_t_orn): New function.
848         (do_t_rrx): Likewise.
849         (insns): Add orn and rrx.
851 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
853         * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax,
854         uasx, uhasx, uhsx, uqasx, uqsax, usax.
856 2009-01-29  Mark Mitchell  <mark@codesourcery.com>
858         * config/tc-arm.c (insns): Correct encoding of qadd, qdadd, qsub,
859         qdsub in Thumb-2 mode.
861 2009-01-29  Paul Brook  <paul@codesourcery.com>
862             Mark Mitchell  <mark@codesourcery.com>
864         * config/tc-arm.c (do_t_mul): In Thumb-2 mode, use 16-bit encoding
865         of MUL when possible.
867 2009-01-29  Nick Clifton  <nickc@redhat.com>
869         * config/tc-mep.h (DIFF_EXPR_OK): Do not define.
871 2009-01-29  Nathan Sidwell  <nathan@codesourcery.com>
872             Catherine Moore <clm@codesourcery.com?
874         * doc/c-arm.texi (ARM Directives): Alphabetize. Document .2byte,
875         .4byte, .8byte, .bss, .even, .extend, .ldouble, .packed, .secrel32
876         directives.
878 2009-01-27  Nick Clifton  <nickc@redhat.com>
880         * config/tc-mips.c (append_insn): Cope with a complex reloc
881         sequence containing an unsupported reloc type.
882         (enum options): Replace computed #define's constants for option
883         numbers with this enum.
884         (struct md_longopts): Use the enum.  Allow OPTION_32 in a non-ELF
885         environment.
886         (md_parse_option): Allow -32 in a non-ELF environment.
888 2009-01-26  Andrew Stubbs  <ams@codesourcery.com>
890         * config/tc-arm.c (attributes_set_explicitly): New array.
891         (s_arm_eabi_attribute): Check return value from s_vendor_attribute.
892         (cpu_arch): Add ARM_ARCH_V5T.
893         (aeabi_set_attribute_int): New function.
894         (aeabi_set_attribute_string): New function.
895         (aeabi_set_public_attributes): Set attributes according to the user's
896         intentions, rather than the actual state of the binary.
897         Use aeabi_set_attribute_int and aeabi_set_attribute_string instead of
898         bfd_elf_add_proc_attr_int and bfd_elf_add_proc_attr_string.
899         Support WMMXv2. Use attribute names instead of numbers.
900         * read.c (s_vendor_attribute): Change return type to int.
901         Return the tag number that was set.
902         * read.h (s_vendor_attribute): Change return type to int.
904 2009-01-26  Eric B. Weddington  <eric.weddington@atmel.com>
906         PR 9789
907         * config/tc-avr.c (mcu_types): Fix typo in atmega128rfa1 name.
908         * doc/c-avr.texi: Likewise.
910 2009-01-23  Nathan Sidwell  <nathan@codesourcery.com>
912         * doc/c-arm.texi (): Document -mwarn-deprecated.
913         * config/tc-arm.c (WARN_DEPRECATED): Remove.  Replace with ...
914         (warn_on_deprecated): ... this.
915         (opcode_lookup, md_assemble): Check it before warning.
916         (arm_opts): Add m[no-]warn-deprecated.
917         (md_parse_option): Replace WARN_DEPRECATED with
918         warn_on_deprecated.
920 2009-01-23  Andreas Schwab  <schwab@suse.de>
922         * config/tc-mips.c (macro) [M_DINS, M_SEQ_I, M_SNE_I]: Cast
923         arguments to macro_build to match format.
925         * config/obj-elf.h (LOCAL_LABEL_PREFIX): Conditionally define.
926         * config/tc-s390.h (LOCAL_LABEL_PREFIX): Don't define.
928 2009-01-19  Nick Clifton  <nickc@redhat.com>
930         * config/tc-arm.h (CONVERT_SYMBOLIC_ATTRIBUTE): Only define for
931         ELF format ARM targets.
932         * config/tc-arm.c (arm_convert_symbolic_attribute): Likewise.
934 2009-01-19  Nick Clifton  <nickc@redhat.com>
936         * configure.tgt: Restore alpha sorting to object format switch
937         statement.
939 2009-01-19  Andrew Stubbs  <ams@codesourcery.com>
941         * read.c (s_vendor_attribute): Allow for unknown flag bits in type.
943 2009-01-16  Mark Shinwell  <shinwell@codesourcery.com>
945         * config/te-armeabi.h (EABI_DEFAULT): Use EF_ARM_EABI_VER5.
946         * config/te-armlinuxeabi.h (EABI_DEFAULT): Likewise.
948 2009-01-16  Andrew Stubbs  <ams@codesourcery.com>
949             Daniel Jacobowitz  <dan@codesourcery.com>
951         * config/tc-arm.c (arm_copy_symbol_attributes): New function.
952         * config/tc-arm.h (arm_copy_symbol_attributes): New prototype.
953         (CONVERT_SYMBOLIC_ATTRIBUTE): New define.
954         * read.c (s_vendor_attribute): Add support for symbolic tag names.
955         Improve string parser.
956         * doc/c-arm.texi (ARM Machine Directives): Document
957         .eabi_attribute symbolic tag names.
959 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
961         * configure.in (commonbfdlib): Delete.
962         * configure: Regenerate.
963         * po/POTFILES.in: Regenerate.
965 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
966             Julian Brown   <julian@codesourcery.com>
968         * config/tc-arm.c (cpu_arch): Change ARM_ARCH_V6M to 11.
970 2009-01-15  Andrew Stubbs  <ams@codesourcery.com>
972         * read.c (s_vendor_attribute): bfd_elf_add_obj_attr_compat ->
973         bfd_elf_add_obj_attr_int_string.
975 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
977         * configure.tgt(ia64-*-*vms*): New target.
978         * dwarf2dbg.h (dwarf2_loc_mark_labels): Make extern.
979         * tc.h (md_number_to_chars): Declare iff undefined.
980         * config/obj-elf.c (obj_elf_change_section): Change type of arg
981         attr to bfd_vma.
982         (obj_elf_parse_section_letters): Return a bfd_vma. Change type of
983         variables attr, md_attr to bfd_vma.
984         (obj_elf_section_word): Likewise.
985         (obj_elf_section): Change type of variable attr to bfd_vma
986         * config/obj-elf.h (obj_elf_change_section): Change type of arg
987         attr to bfd_vma.
988         * config/tc-ia64.c (bfdver.h,time.h): Include.
989         (ia64_elf_section_letter): Now returns a bfd_vma.
990         Handle VMS specific attributes.
991         (ia64_elf_section_flags): Arg attr now a bfd_vma.
992         (ia64_init): Don't turn on dependency checking for VMS.
993         (ia64_target_format): Check for VMS flag bit.
994         (do_alias): Hande decc$ functions.
995         (get_vms_time): New function.
996         (ia64_vms_note): New function.
997         * config/tc-ia64.h (ia64_elf_section_letter): Now returns a bfd_vma.
998         (ia64_elf_section_flags): Arg attr now a bfd_vma.
999         (tc_init_after_args): Define for VMS.
1000         * config/tc-alpha.c (alpha_elf_section_letter): Return a bfd_vma.
1001         (alpha_elf_section_flags): Change type of arg attr to bfd_vma.
1002         * config/tc-alpha.h: Likewise.
1003         * config/tc-i386.c (x86_64_section_letter): Return a bfd_vma.
1004         (x86_64_section_word): Return a bfd_vma.
1005         * config/tc-i386.h: Likewise.
1006         * config/tc-ip2k.c (ip2k_elf_section_flags): Change type of arg
1007         attr to bfd_vma.
1008         * config/tc-ip2k.h: Likewise.
1009         * config/tc-mep.c (mep_elf_section_letter): Return a bfd_vma.
1010         (mep_elf_section_flags): Change type of arg attr to bfd_vma.
1011         * config/tc-mep.h: Likewise.
1012         * config/tc-ppc.c  (ppc_section_letter): Return a bfd_vma.
1013         (ppc_section_word): Return a bfd_vma.
1014         (ppc_section_flags): Change type of arg attr to bfd_vma.
1015         * config/tc-ppc.h: Likewise.
1016         * config/tc-frv.h: Provide a prototype for frv_md_number_to_chars.
1017         * config/te-vms.h (DWARF2_DIR_SHOULD_END_WITH_SEPARATOR,
1018         DWAR2_FILE_TIME_NAME, DWARF2_FILE_SIZE_NAME, DWARF2_FILEN_NAME):
1019         New file with new macros
1020         * dwarf2dbg.c (get_filenum, out_file_list): Default and call new
1021         macros.
1023 2009-01-15  Nick Clifton  <nickc@redhat.com>
1025         PR 9722
1026         * config/tc-arm.c (do_t_nop): Check for availability of Thumb2
1027         instructions before generating a Thumb2 nop.
1029 2009-01-14  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
1031         * config/tc-s390.h: Define LOCAL_LABEL_PREFIX.
1033 2009-01-12  Alan Modra  <amodra@bigpond.net.au>
1035         * config/tc-spu.c (md_pseudo_table): Add "brinfo".
1036         (brinfo): New var.
1037         (md_assemble): Poke brinfo into branch instructions.
1038         (spu_brinfo): New function.
1039         (md_apply_fix): Don't assume insn fields start off at zero, mask
1040         them to remove possible brinfo.
1042 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1044         * doc/c-i386.texi: Reformat.
1046 2009-01-10  H.J. Lu  <hongjiu.lu@intel.com>
1048         * config/tc-i386.c (cpu_arch): Add corei7, .clflush and
1049         .syscall.
1050         (i386_align_code): Handle PROCESSOR_COREI7.
1051         (md_show_usage): Add corei7, clflush and syscall.
1052         (i386_target_format): Replace cpup4 with cpuclflush.
1054         * config/tc-i386.h (processor_type): Add PROCESSOR_COREI7.
1056         * doc/c-i386.texi: Document corei7, clflush and syscall.
1058 2009-01-09  H.J. Lu  <hongjiu.lu@intel.com>
1060         * config/tc-i386.c (cpu_arch): Add .rdtscp.
1061         (md_show_usage): Display rdtscp.
1063         * doc/c-i386.texi: Document rdtscp.
1065 2009-01-09  Peter Bergner  <bergner@vnet.ibm.com>
1067         * config/tc-ppc.c (ppc_setup_opcodes): Remove PPC_OPCODE_NOPOWER4 test.
1068         Test the new "deprecated" opcode field.
1070 2009-01-07  Sterling Augustine  <sterling@tensilica.com>
1072         * config/tc-xtensa.c (produce_flix): New.
1073         (option_flix, optoin_no_generate_flix, option_no_flix) Define.
1074         (md_longopts): Add support for them.
1075         (md_parse_option): Likewise.
1076         (md_show_usage): Add help message.
1077         (finish_vinsn): Don't allow multi-slot flix when produce_flix
1078         option is set to FLIX_NONE.
1079         * config/xtensa-relax.c (transition_applies): Only relax to
1080         flix branches when produce_flix equals FLIX_ALL.
1081         * config/xtensa-relax.h (flix_level, FLIX_ALL, FLIX_NO_GENERATE
1082         FLIX_NONE): New.
1083         (produce_flix): Declare.
1085 2009-01-06  Chao-ying Fu  <fu@mips.com>
1087         * config/tc-mips.c (mips_ip): Set lastregno to 0xffffffff.
1088         Use strncmp to match jalr and jalr.hb.
1089         Fix a typo.
1091 2009-01-05  H.J. Lu  <hongjiu.lu@intel.com>
1093         AVX Programming Reference (December, 2008)
1094         * config/tc-i386.c (build_modrm_byte): Remove 5 operand instruction
1095         support.  Don't swap REG and NDS for FMA.
1097 2009-01-02  Matthias Klose  <doko@ubuntu.com>
1099         * itbl-ops.c (itbl_disassemble): Don't rely on undefined sprintf
1100         behaviour.
1102 For older changes see ChangeLog-2008
1104 Local Variables:
1105 mode: change-log
1106 left-margin: 8
1107 fill-column: 74
1108 version-control: never
1109 End: