X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gas%2FChangeLog;h=2624a468c51ff34b9f678a0185d7a772e3d83bd6;hb=8cebebb9a2f399f50f4284797528fb952dd80576;hp=459697b90f285bcf72597fdb7403ca67f4ea7adc;hpb=b6cdf8aeedfdd676071a057e861d37a4e81be416;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/ChangeLog b/gas/ChangeLog index 459697b90f..2624a468c5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,175 @@ +2009-11-30 Joseph Myers + + * configure: Regenerate. + +2009-11-30 Nick Clifton + + PR gas/11032 + * config/tc-arm.c (relax_adr): Cope with a frag with no symbol. + +2009-11-19 Jan Beulich + + * read.c (pseudo_set): Also call copy_symbol_attributes() for + undefined target symbol. + +2009-11-18 Sebastian Pop + + * config/tc-i386.c (cpu_arch): Remove cvt16. + (md_show_usage): Same. + * doc/c-i386.texi: Same. + +2009-11-18 Paul Brook + + * config/tc-arm.c (arm_fpus): Add fpv4-sp-d16. + (aeabi_set_public_attributes): Correctly mark VFPv3xD. + +2009-11-18 Alan Modra + + * config/tc-ppc.c (md_assemble): Report error on invalid @tls operands + and opcode. + +2009-11-17 Sebastian Pop + Quentin Neill + + * config/tc-i386.c (cpu_arch): Added .xop and .cvt16. + (build_vex_prefix): Handle xop08. + (md_assemble): Don't special case the constant 3 for insns using MODRM. + (build_modrm_byte): Handle vex2sources. + (md_show_usage): Add xop and cvt16. + * doc/c-i386.texi: Document fma4, xop, and cvt16. + +2009-11-17 Paul Brook + Daniel Jacobowitz + + * doc/c-arm.texi: Document .arch armv7e-m. + * config/tc-arm.c (arm_ext_v6_dsp, arm_ext_v7m): New. + (insns): Put Thumb versions of v5TExP instructions into + arm_ext_v5exp also. Move some Thumb variants from + arm_ext_v6_notm to arm_ext_v6_dsp. + (arm_archs): Add armv7e-m architecture. + (aeabi_set_public_attributes): Handle -march=armv7e-m. + +2009-11-16 Viktor Kutuzov + + * config/tc-arm.c (parse_operands): Encode APSR_nzcv as r15. + (do_vmrs): New function. + (do_vmsr): New function. + (insns): Add vmrs and vmsr. + +2009-11-13 H.J. Lu + + * config/tc-i386.c (md_assemble): Check destination operand + for lockable instructions. + +2009-11-13 H.J. Lu + + * config/tc-i386.c (_i386_insn): Don't use bit field on + swap_operand. + +2009-11-12 H.J. Lu + + * config/tc-i386.c (LOCKREP_PREFIX): Removed. + (REP_PREFIX): New. + (LOCK_PREFIX): Likewise. + (PREFIX_GROUP): Likewise. + (REX_PREFIX): Updated. + (MAX_PREFIXES): Likewise. + (add_prefix): Updated. Return enum PREFIX_GROUP. + (md_assemble): Check for lock without a lockable instruction. + (parse_insn): Updated. + (output_insn): Likewise. + +2009-11-12 Nick Clifton + + * po/id.po: Updated Indonesian translation. + +2009-11-11 H.J. Lu + + * config/tc-i386.c (build_modrm_byte): Don't set register + operand twice. + +2009-11-11 Jan Kratochvil + + * configure.in: Call ACX_LARGEFILE. Stop calling AC_SYS_LARGEFILE. + * aclocal.m4: Regenerate. + * configure: Regenerate. + +2009-11-10 Maxim Kuvyrkov + + * config/m68k-parse.h (enum m68k_register): Add ACR[4-7], RGPIOBAR. + * config/tc-m68k.c (mcf5206_ctrl): Fix whitespace. + (mcf52223_ctrl): Remove non-existent registers. + (mcf54418): Define. + (mcf54455): Remove MBAR. + (m68k_cpus): Add lines for MCF5441x family. + (m68k_ip, init_table): Handle RGPIOBAR, ACR[4-7]. + +2009-11-06 H.J. Lu + + * doc/c-i386.texi: Move .lwp. + +2009-11-06 Alan Modra + + * config/obj-elf.c (obj_elf_change_section): Remove FIXME from + comment. + +2009-11-05 Sebastian Pop + Quentin Neill + + * config/tc-i386.c (cpu_arch): Add CPU_LWP_FLAGS. + (build_vex_prefix): Handle xop09 and xop0a. + (build_modrm_byte): Handle vexlwp. + (md_show_usage): Add lwp. + * doc/c-i386.texi (i386-LWP): New section. + +2009-11-04 DJ Delorie + + * config/rx-parse.y (MVTIPL): Update bit pattern. + (cpen): Remove. + +2009-11-04 Daniel Jacobowitz + Maxim Kuvyrkov + + * config/tc-m68k.h (CF_DIFF_EXPR_OK): Define to 0 for uClinux. + (CFI_DIFF_LSDA_OK): Define. + * config/te-uclinux.h: New file. + * configure.tgt (m68k-uclinux): Define em. + * dw2gencfi.c (CFI_DIFF_LSDA_OK): New macro. + (dot_cfi_lsda, output_fde): Use instead of CFI_DIFF_EXPR_OK. + +2009-11-03 Paul Brook + + * config/tc-arm.c (do_vfp_nsyn_mla_mls): Fix vmls encoding. + +2009-11-02 Paul Brook + + * doc/c-arm.texi: Document new -mfpu options. + * config/tc-arm.c (fpu_vfp_ext_v3xd, fpu_vfp_fp16, fpu_neon_ext_fma, + fpu_vfp_ext_fma): New. + (NEON_ENC_TAB): Add vfma, vfms, vfnma and vfnms. + (do_vfp_nsyn_fma_fms, do_neon_fmac): New functions. + (insns): Move double precision load/store. Split out double + precision VFPv3 instrucitons. Add VFPv4 instructions. + (arm_fpus): Add VFPv3-FP16, VFPv3xD and VFPv4 variants. + (aeabi_set_public_attributes): Set VFPv4 variants + +2009-11-02 Alan Modra + + * ecoff.c (ecoff_symbol_clone_hook): New function. + * ecoff.h (ecoff_symbol_clone_hook): Declare. + * obj.h (struct format_ops): Add symbol_clone_hook. + * config/obj-aout.c (aout_format_ops): Init new field. + * config/obj-coff.c (coff_format_ops): Likewise. + * config/obj-ecoff.c (ecoff_format_ops): Likewise. + * config/obj-elf.c (elf_format_ops): Likewise. + * config/obj-ecoff.h (obj_symbol_clone_hook): Define. + * config/obj-multi.h (obj_symbol_clone_hook): Define. + +2009-11-02 Alan Modra + + * messages.c (as_fatal): Apply 2001-01-15 change and followup + to second copy of function. + 2009-10-30 John David Anglin * config/tc-hppa.c (pa_build_unwind_subspace): Replace start symbol