]> Git Repo - binutils.git/blobdiff - gas/ChangeLog
2008-06-03 Paul Brook <[email protected]>
[binutils.git] / gas / ChangeLog
index f75e87a3265093ba7841de3115a70c3a68d9b9e8..afc296990f0c5b58f665380c3befb65dec8df2d1 100644 (file)
@@ -1,3 +1,171 @@
+2008-06-03  Paul Brook  <[email protected]>
+
+       * config/tc-arm.c (do_t_rbit): Populate both rm fields.
+
+2008-05-30  Nick Clifton  <[email protected]>
+
+       PR 5523
+       * config/tc-avr.c (avr_ldi_expression): Do not warn about unknown
+       relocs here.
+
+2008-05-29  Maxim Kuvyrkov  <[email protected]>
+
+       * config/tc-mips.c (mips_cpu_info_table): Move records for
+       ST Loongson-2E/2F processors to a better place.
+
+2008-05-23  H.J. Lu  <[email protected]>
+
+       PR gas/6518
+       * config/tc-i386.c (match_template): Report ambiguous operand
+       size, not invalid suffix when there is no match in Intel
+       syntax.
+
+2008-05-22  Paul Brook  <[email protected]>
+
+       * config/tc-arm.c (parse_cond): Covert to lowercase before matching.
+
+2008-05-21  I-Jui Sung  <[email protected]>
+
+       * config/tc-arm.c (arm_cpus): Add Faraday ARMv4 and ARMv5TE
+       compatible cores: fa526, fa626, fa626te, fa726te.
+       * doc/c-arm.texi (ARM Opts): Add -mcpu={fa526, fa626, fa626te,
+       fa726te} options.
+
+2008-05-14  Alan Modra  <[email protected]>
+
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
+       * po/POTFILES.in: Regenerate.
+
+2008-05-09  Catherine Moore  <[email protected]>
+
+       * config/tc-mips.c (mips_frob_file): Don't match MIPS16 relocs
+       with non-MIPS16 relocs.
+
+2008-05-09  Chao-ying Fu  <[email protected]>
+
+       * config/tc-mips.c (md_begin): Use strncmp to compare TARGET_OS, in
+       case that some characters append at the end of the name.
+       (mips_ip): Likewise.
+       (s_change_sec): Likewise.
+       (md_section_align): Likewise.
+
+2008-05-07  Bob Wilson  <[email protected]>
+
+       * config/tc-xtensa.c (xtensa_create_property_segments): Use
+       xtensa_make_property_section instead of xtensa_get_property_section.
+       (xtensa_create_xproperty_segments): Likewise.
+
+2008-05-02  H.J. Lu  <[email protected]>
+
+       * NEWS: Mention XSAVE, EPT and MOVBE.
+
+       * config/tc-i386.c (cpu_arch): Add .movbe and .ept.
+       (md_show_usage): Add .movbe and .ept.
+
+       * doc/c-i386.texi: Add movbe and ept to -march=.  Document
+       .movbe and .ept.
+
+2008-04-29  David S. Miller  <[email protected]>
+
+       * config/tc-sparc.c (v9a_asr_table): Fix order of softint entries.
+
+2008-04-28  Adam Nemet  <[email protected]>
+
+       * config/tc-mips.c (file_mips_soft_float, file_mips_single_float):
+       New statics.
+       (OPTION_ELF_BASE): Make room for new option macros.
+       (OPTION_SOFT_FLOAT, OPTION_HARD_FLOAT, OPTION_SINGLE_FLOAT,
+       OPTION_DOUBLE_FLOAT): New option macros.
+       (md_longopts): Add msoft-float, mhard-float, msingle-float and
+       mdouble-float.
+       (md_parse_option): Handle OPTION_SINGLE_FLOAT,
+       OPTION_DOUBLE_FLOAT, OPTION_SOFT_FLOAT and OPTION_HARD_FLOAT.
+       (md_show_usage): Add -msoft-float, -mhard-float, -msingle-float
+       and -mdouble-float.
+       (struct mips_set_options): New fields soft_float and single_float.
+       (mips_opts): Initialized them.  Add comment for each field
+       initializer.
+       (mips_after_parse_args): Set them based on file_mips_soft_float
+       and file_mips_single_float.
+       (s_mipsset): Add support for `.set softfloat', `.set hardfloat',
+       `.set singlefloat' and `.set doublefloat'.
+       (is_opcode_valid): New function to invoke OPCODE_IS_MEMBER.
+       Handle single-float and soft-float instructions here.
+       (macro_build, mips_ip): Use it instead of OPCODE_IS_MEMBER.
+       (is_opcode_valid_16): New function.
+       (mips16_ip): Use it instead of OPCODE_IS_MEMBER.
+       (macro) <M_LDC1_AB, M_SDC1_AB, M_L_DOB, M_L_DAB, M_S_DAB,
+       M_S_DOB>: Remove special-casing of r4650.
+       * doc/c-mips.texi (-march=): Add Octeon.
+       (MIPS Opts): Document -msoft-float and -mhard-float.  Document
+       -msingle-float and -mdouble-float.
+       (MIPS floating-point): New section.  Document `.set softfloat' and
+       `.set hardfloat'.  Document `.set singlefloat' and `.set
+       doublefloat'.
+
+2008-04-25  David S. Miller  <[email protected]>
+
+       * config/tc-sparc.c: Accept 'softint_clear' and 'softint_set'
+       %asr aliases.
+
+       * doc/c-sparc.texi: Consistently refer to architecture 'versions',
+       rather than occaisionally 'levels'.  Consistently refer to Sun's
+       UNIX variant as SunOS, every version of Solaris is also SunOS.
+       Document new 'softint_clear' and 'softint_set' aliases.  Clarify
+       which architecture versions support '%dcr', '%cq', and '%gl'. Add
+       section on 32-bit/64-bit opcode translations.
+
+2008-04-23  Mike Frysinger  <[email protected]>
+
+       * Makefile.am (OBJ_FORMAT_CFILES): Add config/obj-fdpicelf.c.
+       (OBJ_FORMAT_HFILES): Add config/obj-fdpicelf.h.
+       (obj-fdpicelf.o): Define.
+       * Makefile.in: Regenerate.
+       * configure.tgt: Set bfd_gas to yes when fmt is fdpicelf.
+       (bfin-*-*): Delete.
+       (bfin-*-linux-uclibc): New; set fmt to fdpicelf and em to linux.
+       (bfin-*-uclinux*): New; set fmt to elf and em to linux.
+       * config/obj-fdpicelf.c: New.
+       * config/obj-fdpicelf.h: Likewise.
+       * config/tc-bfin.c (bfin_flags, bfin_pic_flag): Set default based on
+       the OBJ_FDPIC_ELF define.
+       (OPTION_NOPIC): Define.
+       (md_longopts): Add mnopic and mno-fdpic.
+       (md_parse_option): Handle OPTION_NOPIC.
+
+2008-04-23  Paolo Bonzini  <[email protected]>
+
+       * aclocal.m4: Regenerate.
+       * configure: Regenerate.
+
+2008-04-23  David S. Miller  <[email protected]>
+
+       * config/tc-sparc.c (v9a_asr_table): Add missing
+       'stick' and 'stick_cmpr', and document ordering rules
+       of table.
+       (tc_gen_reloc): Accept BFD_RELOC_SPARC_PC22 and
+       BFD_RELOC_SPARC_PC10.
+       * doc/c-sparc.texi: New section on Sparc constants.
+       Add documentation for %stick and %stick_cmpr.
+
+2008-04-22  David S. Miller  <[email protected]>
+
+       * config/obj-elf.c (obj_elf_section_type): Add prototype
+       before obj_elf_section_word and add 'warn' arg.
+       (obj_elf_section_word): Add type pointer arg, and if no #SECTION
+       is matched, try checking for #SECTION_TYPE.
+       (obj_elf_section): Adjust for new args.
+       (obj_elf_type_name): New function.
+       (obj_elf_type): Call it, and accept STT_foo number strings
+       in .type statements as output by SunPRO compiler.
+
+2008-04-22  H.J. Lu  <[email protected]>
+
+       * config/tc-i386.c (md_assemble): Don't check SSE instructions
+       if noavx is 0.
+
 2008-04-18  David S. Miller  <[email protected]>
 
        * doc/c-sparc.texi: Add syntax section.
 
 2008-04-04  Adrian Bunk  <[email protected]>
            Bob Wilson  <[email protected]>
-       
+
        * config/tc-xtensa.c (xg_apply_fix_value): Check return code from
        call to decode_reloc.
-       
+
 2008-04-04  H.J. Lu  <[email protected]>
 
        * NEWS: Mention XSAVE.  Change CLMUL to PCLMUL.
 
        * config/tc-bfin.c (bfin_start_line_hook): Localize the labels
        generated for LOOP_BEGIN and LOOP_END instructions.
-       (bfin_gen_loop): Likewise. 
+       (bfin_gen_loop): Likewise.
 
 2008-03-19  Andreas Krebbel  <[email protected]>
 
        * config/tc-hppa.c (is_same_frag): Delete.
 
 2008-03-14  Sterling Augustine  <[email protected]>
-       
+
        * config/tc-xtensa.h (xtensa_relax_statesE): Update comment for
        RELAX_LOOP_END_ADD_NOP.
-       
+
 2008-03-13  Evandro Menezes  <[email protected]>
 
        PR gas/5895
 
 2008-03-03  Sterling Augustine  <[email protected]>
            Bob Wilson  <[email protected]>
-       
+
        * config/tc-xtensa.c (xtensa_num_pipe_stages): New.
        (md_begin): Initialize it.
        (resources_conflict): Use it.
-       
+
 2008-03-03  Sterling Augustine  <[email protected]>
-       
+
        * config/tc-xtensa.h (RELAX_XTENSA_NONE): New.
-       
+
 2008-03-03  Denys Vlasenko <[email protected]>
            H.J. Lu  <[email protected]>
 
        (process_immext): New.
        (md_assemble): Use it.
        (update_imm): Use imm16 and imm32s.
-       (i386_att_operand): Use inoutportreg. 
+       (i386_att_operand): Use inoutportreg.
 
 2008-02-14  H.J. Lu  <[email protected]>
 
        * config/tc-i386.c (set_cpu_arch, md_parse_option): Likewise.
 
 2008-02-05  Sterling Augustine  <[email protected]>
-       
+
        * config/tc-xtensa.c (relax_frag_immed): Change internal consistency
        checks into assertions.  When relaxation produces an operation that
        does not fit in the current FLIX instruction, make sure that the
        operation is relaxed as needed to account for being placed following
        the current instruction.
-       
+
 2008-02-04  H.J. Lu  <[email protected]>
 
        PR 5715
 
 2008-01-25  Kai Tietz  <[email protected]>
 
-       * read.c: (emit_expr): Correct for mingw use of printf size 
+       * read.c: (emit_expr): Correct for mingw use of printf size
        specifier.
 
 2008-01-24  Bob Wilson  <[email protected]>
-       
+
        * doc/c-xtensa.texi (Xtensa Syntax): Clarify handling of opcodes that
        can only be encoded in FLIX instructions but are not specified as such.
        (Xtensa Automatic Alignment): Remove obsolete comment about debugging
        labels.
-       
+
 2008-01-24  H.J. Lu  <[email protected]>
 
        * NEWS: Mention new command line options for x86 targets.
        * doc/c-i386.texi: Update -march= for ISA.
 
 2008-01-18  Bob Wilson  <[email protected]>
-       
+
        * config/tc-xtensa.c (xtensa_leb128): New function.
        (md_pseudo_table): Use it for sleb128 and uleb128.
        (is_leb128_expr): New internal flag.
        (xtensa_symbol_new_hook): Check new flag.
-       
+
 2008-01-16  Eric B. Weddington  <[email protected]>
 
        * config/tc-avr.c (mcu_types): Change opcode set for avr3,
        at90usb82, at90usb162.
-       * doc/c-avr.texi: Change architecture grouping for at90usb82, 
+       * doc/c-avr.texi: Change architecture grouping for at90usb82,
        at90usb162.
        These changes support the new avr35 architecture group in gcc.
 
        unwind personality function address.
 
 2008-01-09  Bob Wilson  <[email protected]>
-       
+
        * dwarf2dbg.c (out_sleb128): Delete.
        (size_fixed_inc_line_addr, emit_fixed_inc_line_addr): New.
        (out_fixed_inc_line_addr): Delete.
        * read.h (emit_expr_fix): New prototype.
        * read.c (emit_expr): Move code to emit_expr_fix and use it here.
        (emit_expr_fix): New.
-       
+
 2008-01-09  H.J. Lu  <[email protected]>
 
        * config/tc-i386.c (match_template): Check register size
This page took 0.029656 seconds and 4 git commands to generate.