Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-07 | * config/tc-arm.c (stdarg.h): include. | Julian Brown | 2 | -503/+1557 | |
(arm_it): Add uncond_value field. Add isvec and issingle to operand array. (arm_reg_type): Add REG_TYPE_VFSD (single or double VFP reg) and REG_TYPE_NSDQ (single, double or quad vector reg). (reg_expected_msgs): Update. (BAD_FPU): Add macro for unsupported FPU instruction error. (parse_neon_type): Support 'd' as an alias for .f64. (parse_typed_reg_or_scalar): Support REG_TYPE_VFSD, REG_TYPE_NSDQ sets of registers. (parse_vfp_reg_list): Don't update first arg on error. (parse_neon_mov): Support extra syntax for VFP moves. (operand_parse_code): Add OP_RVSD, OP_RNSDQ, OP_VRSDLST, OP_RVSD_IO, OP_RNSDQ_RNSC, OP_RVC_PSR, OP_APSR_RR, OP_oRNSDQ. (parse_operands): Support isvec, issingle operands fields, new parse codes above. (do_vfp_nsyn_mrs, do_vfp_nsyn_msr): New functions. Support VFP mrs, msr variants. (do_mrs, do_msr, do_t_mrs, do_t_msr): Add support for above. (NEON_ENC_TAB): Add vnmul, vnmla, vnmls, vcmp, vcmpz, vcmpe, vcmpez. (NEON_ENC_SINGLE, NEON_ENC_DOUBLE): Define macros. (NEON_SHAPE_DEF): New macro. Define table of possible instruction shapes. (neon_shape): Redefine in terms of above. (neon_shape_class): New enumeration, table of shape classes. (neon_shape_el): New enumeration. One element of a shape. (neon_shape_el_size): Register widths of above, where appropriate. (neon_shape_info): New struct. Info for shape table. (neon_shape_tab): New array. (neon_type_mask): Add N_F64, N_VFP. Update N_MAX_NONSPECIAL. (neon_check_shape): Rewrite as... (neon_select_shape): New function to classify instruction shapes, driven by new table neon_shape_tab array. (neon_quad): New function. Return 1 if shape should set Q flag in instructions (or equivalent), 0 otherwise. (type_chk_of_el_type): Support F64. (el_type_of_type_chk): Likewise. (neon_check_type): Add support for VFP type checking (VFP data elements fill their containing registers). (do_vfp_cond_or_thumb): Fill in condition field in ARM mode, or 0xE in thumb mode for VFP instructions. (do_vfp_nsyn_opcode): New function. Look up the opcode in argument, and encode the current instruction as if it were that opcode. (try_vfp_nsyn): New. If this looks like a VFP instruction with ARGS arguments, call function in PFN. (do_vfp_nsyn_add_sub, do_vfp_nsyn_mla_mls, do_vfp_nsyn_mul) (do_vfp_nsyn_abs_neg, do_vfp_nsyn_ldm_stm, do_vfp_nsyn_ldr_str) (do_vfp_nsyn_sqrt, do_vfp_nsyn_div, do_vfp_nsyn_nmul) (do_vfp_nsyn_cmp, nsyn_insert_sp, do_vfp_nsyn_push) (do_vfp_nsyn_pop, do_vfp_nsyn_cvt, do_vfp_nsyn_cvtz): New functions. Redirect Neon-syntax VFP instructions to VFP instruction handlers. (do_neon_dyadic_i_su, do_neon_dyadic_i64_su, do_neon_shl_imm) (do_neon_qshl_imm, do_neon_logic, do_neon_bitfield) (neon_dyadic_misc, neon_compare, do_neon_tst, do_neon_qdmulh) (do_neon_fcmp_absolute, do_neon_step, do_neon_sli, do_neon_sri) (do_neon_qshlu_imm, neon_move_immediate, do_neon_mvn, do_neon_ext) (do_neon_rev, do_neon_dup, do_neon_rshift_round_imm, do_neon_trn) (do_neon_zip_uzp, do_neon_sat_abs_neg, do_neon_pair_long) (do_neon_recip_est, do_neon_cls, do_neon_clz, do_neon_cnt) (do_neon_swp): Use neon_select_shape not neon_check_shape. Use neon_quad. (vfp_or_neon_is_neon): New function. Call if a mnemonic shared between VFP and Neon turns out to belong to Neon. Perform architecture check and fill in condition field if appropriate. (do_neon_addsub_if_i, do_neon_mac_maybe_scalar, do_neon_abs_neg) (do_neon_cvt): Add support for VFP variants of instructions. (neon_cvt_flavour): Extend to cover VFP conversions. (do_neon_mov): Rewrite to use neon_select_shape. Add support for VFP vmov variants. (do_neon_ldr_str): Handle single-precision VFP load/store. (do_neon_ld_st_interleave, do_neon_ld_st_lane, do_neon_ld_dup): Use NS_NULL not NS_IGNORE. (opcode_tag): Add OT_csuffixF for operands which either take a conditional suffix, or have 0xF in the condition field. (md_assemble): Add support for OT_csuffixF. (NCE): Replace macro with... (NCE_tag, NCE, NCEF): New macros. (nCE): Replace macro with... (nCE_tag, nCE, nCEF): New macros. (insns): Add support for VFP insns or VFP versions of insns msr, mrs, vsqrt, vdiv, vnmul, vnmla, vnmls, vcmp, vcmpe, vpush, vpop, vcvtz, vmul, vmla, vmls, vadd, vsub, vabs, vneg, vldm, vldmia, vldbdb, vstm, vstmia, vstmdb, vldr, vstr, vcvt, vmov. Group shared VFP/Neon insns together. | |||||
2006-06-07 | * gas/arm/itblock.s: New file. Helper macro for making all-true IT | Julian Brown | 13 | -0/+758 | |
blocks. * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional Neon instructions are rejected... * gas/arm/neon-cond-bad.s: In ARM mode, and... * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT). * gas/arm/neon-cond-bad.l: Expected error output in ARM mode. * gas/arm/neon-cond-bad.d: Control ARM mode test. * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode. * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax. * gas/arm/vfp-neon-syntax.s: ...in ARM mode. * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode. * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode. * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode. | |||||
2006-06-07 | 2006-06-06 Paul Brook <paul@codesourcery.com> | Paul Brook | 10 | -746/+1010 | |
opcodes/ * arm-dis.c (coprocessor_opcodes): Add %c to unconditional arm instructions. (neon_opcodes): Add conditional execution specifiers. (thumb_opcodes): Ditto. (thumb32_opcodes): Ditto. (arm_conditional): Change 0xe to "al" and add "" to end. (ifthen_state, ifthen_next_state, ifthen_address): New. (IFTHEN_COND): Define. (print_insn_coprocessor, print_insn_neon): Print thumb conditions. (print_insn_arm): Change %c to use new values of arm_conditional. (print_insn_thumb16): Print thumb conditions. Add %I. (print_insn_thumb32): Print thumb conditions. (find_ifthen_state): New function. (print_insn): Track IT block state. gas/testsuite/ * gas/arm/thumb2_bcond.d: Update expected output. * gas/arm/thumb32.d: Ditto. * gas/arm/vfp1_t2.d: Ditto. * gas/arm/vfp1xD_t2.d: Ditto. binutils/testsuite/ * binutils-all/arm/objdump.exp: New file. * binutils-all/arm/thumb2-cond.s: New test. | |||||
2006-06-07 | remove some duplicate #include's. | Alan Modra | 70 | -253/+143 | |
2006-06-07 | include/opcode/ | Alan Modra | 7 | -7/+50 | |
* ppc.h (PPC_OPCODE_POWER6): Define. Adjust whitespace. gas/ * config/tc-ppc.c (parse_cpu): Handle "-mpower6". (md_show_usage): Document it. (ppc_setup_opcodes): Test power6 opcode flag bits. * doc/c-ppc.texi (PowerPC-Opts): Document "-mpower6". opcodes/ * ppc-dis.c (powerpc_dialect): Handle power6 option. (print_ppc_disassembler_options): Mention power6. | |||||
2006-06-07 | * ldlang.h (enum section_type): Delete dsect_section, copy_section, | Alan Modra | 4 | -14/+15 | |
info_section and overlay_section. Add noalloc_section. * ldlang.c (lang_add_section): Adjust. * ldgram.y (type): Adjust. | |||||
2006-06-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-07 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-06 | [ gas/ChangeLog ] | Thiemo Seufer | 10 | -34/+521 | |
* config/tc-mips.c (ISA_SUPPORTS_DSP64): New macro. (CPU_HAS_MIPS3D, CPU_HAS_MDMX, CPU_HAS_DSP, CPU_HAS_MT): Delete. (macro_build): Update comment. (mips_ip): Allow DSP64 instructions for MIPS64R2. (mips_after_parse_args): Remove uses of CPU_HAS_MIPS3D and CPU_HAS_MDMX. (mips_cpu_info): Fix formatting. Add MIPS_CPU_ASE_MIPS3D and MIPS_CPU_ASE_MDMX flags for sb1. [ gas/testsuite/ChangeLog ] * gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests. * gas/mips/mips.exp: Run DSP64 tests. [ opcodes/ChangeLog ] * mips-dis.c: Disassemble DSP64 instructions for MIPS64R2. * mips-opc.c: Add DSP64 instructions. | |||||
2006-06-06 | * gdb/remote.c (remote_insert_watchpoint): Return -1, rather than | Nathan Sidwell | 2 | -13/+12 | |
fatal error if packet is disabled. (remote_remove_watchpoint, remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise. | |||||
2006-06-06 | * ld-elfvers/vers.exp (objdump_versionstuff): Allow versions in | Alan Modra | 28 | -88/+108 | |
any order. * ld-elfvers/vers1.ver: Update. * ld-elfvers/vers2.ver: Update. * ld-elfvers/vers4a.ver: Update. * ld-elfvers/vers7a.ver: Update. * ld-elfvers/vers8.ver: Update. * ld-elfvers/vers9.ver: Update. * ld-elfvers/vers15.ver: Update. * ld-elfvers/vers16a.ver: Update. * ld-elfvers/vers17.ver: Update. * ld-elfvers/vers18.ver: Update. * ld-elfvers/vers20.ver: Update. * ld-elfvers/vers20a.ver: Update. * ld-elfvers/vers21.ver: Update. * ld-elfvers/vers22a.ver: Update. * ld-elfvers/vers22b.ver: Update. * ld-elfvers/vers23a.ver: Update. * ld-elfvers/vers23b.ver: Update. * ld-elfvers/vers23c.ver: Update. * ld-elfvers/vers25a.ver: Update. * ld-elfvers/vers26a.ver: Update. * ld-elfvers/vers27a.ver: Update. * ld-elfvers/vers27d.ver: Update. * ld-elfvers/vers28b.ver: Update. * ld-elfvers/vers29.ver: Update. * ld-elfvers/vers30.ver: Update. * ld-elfvers/vers31.ver: Update. | |||||
2006-06-06 | * hash.c (bfd_hash_lookup): Correct stray line. | Alan Modra | 2 | -1/+3 | |
2006-06-06 | * elf.c (_bfd_elf_init_private_section_data): Comment typo. | Alan Modra | 2 | -7/+12 | |
(elfcore_grok_nto_status): Use long instead of pid_t. (elfcore_grok_nto_regs, elfcore_grok_nto_note): Likewise. | |||||
2006-06-06 | * m68hc11-dis.c (print_insn): Warning fix. | Alan Modra | 2 | -3/+8 | |
2006-06-06 | * ldlang.c (init_os): Whitespace. | Alan Modra | 2 | -5/+10 | |
(map_input_to_output_sections): Don't init_os for lang_input_section. (print_all_symbols): Remove forward declaration. Convert to ISO C. | |||||
2006-06-06 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-05 | 2006-06-05 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -0/+6 | |
* config-ml.in: Alter CCASFLAGS to include special multilib options the same as is done for CFLAGS. | |||||
2006-06-05 | [ gas/ChangeLog ] | Thiemo Seufer | 11 | -1002/+255 | |
* config/tc-mips.c (macro_build): Use INSERT_OPERAND wherew appropriate. (mips16_macro_build): Use MIPS16_INSERT_OPERAND where appropriate. (mips_ip): Make overflowed/underflowed constant arguments in DSP and MT instructions a fatal error. Use INSERT_OPERAND where appropriate. Improve warnings for break and wait code overflows. Use symbolic constant of OP_MASK_COPZ. (mips16_ip): Use MIPS16_INSERT_OPERAND where appropriate. [ gas/testsuite/ChangeLog ] * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d, gas/mips/mips32-mt.s: Remove instructions with invalid arguments. * gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file. [ include/opcode/ChangeLog ] * mips.h: Improve description of MT flags. | |||||
2006-06-05 | common/ | Daniel Jacobowitz | 35 | -35/+1498 | |
* aclocal.m4: Use ZW_GNU_GETTEXT_SISTER_DIR. most subdirs/ * configure: Regenerated. | |||||
2006-06-05 | bfd/, binutils/, gas/, gprof/, ld/, opcodes/ | Daniel Jacobowitz | 12 | -0/+30 | |
* po/Make-in (top_builddir): Define. | |||||
2006-06-05 | * ld-elf/sec64k.exp: Add "main" symbol. Use dc.a for addresses. | Alan Modra | 3 | -16/+27 | |
Cater for different address sizes. Match end of line when comparing symbols. * ld-elf/start.s: Use dc.a for addresses. | |||||
2006-06-05 | * ldexp.c (exp_get_abs_int): Make error message the same as | Alan Modra | 2 | -2/+7 | |
others emitted in this file. | |||||
2006-06-05 | * Makefile.in: Regenerate. | Alan Modra | 3 | -115/+11 | |
* gconfig.in: Regenerate. | |||||
2006-06-05 | * config.in: Regenerate. | Alan Modra | 4 | -192/+14 | |
2006-06-05 | * Makefile.am: Run "make dep-am". | Alan Modra | 8 | -220/+26 | |
* Makefile.in: Regenerate. * config.in: Regenerate. | |||||
2006-06-05 | * Makefile.in: Regenerate. | Alan Modra | 2 | -7/+8 | |
2006-06-05 | * ldlang.c (lookup_name): Delete dead code. Remove FIXMEs. | Alan Modra | 2 | -9/+7 | |
2006-06-05 | Remove leading bfd/ on filenames. | Alan Modra | 3 | -14/+14 | |
2006-06-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-05 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-04 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-03 | * emultempl/elf32.em (global_found): Make it a pointer. | Alan Modra | 2 | -43/+61 | |
(stat_needed, try_needed): Adjust. (check_needed): Don't skip non-loaded as-needed entries. Only consider entries with both filename and the_bfd non-null. (after_open): Try loading non-loaded as-needed libs to satisfy DT_NEEDED libs. | |||||
2006-06-03 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-02 | binutils: | Joseph Myers | 10 | -27/+32 | |
* doc/Makefile.am (TEXI2DVI): Define. * doc/Makefile.in: Regenerate. gas: * doc/Makefile.am (TEXI2DVI): Define. * doc/Makefile.in: Regenerate. * doc/c-arc.texi: Fix typo. ld: * Makefile.am (TEXI2DVI): Add -I $(top_srcdir)/../libiberty. * Makefile.in: Regenerate. | |||||
2006-06-02 | merge from gcc | DJ Delorie | 2 | -1/+6 | |
2006-06-02 | (GDB/MI File Commands): New node split from Program Control. | Nick Roberts | 1 | -0/+7 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -2/+2 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -0/+1 | |
2006-06-02 | * ld-powerpc/tlsexe.r: Update for removal of some section syms. | Alan Modra | 7 | -24/+15 | |
* ld-powerpc/tlsexetoc.r: Likewise. * ld-powerpc/tlsso.r: Likewise. * ld-powerpc/tlstocso.r: Likewise. * ld-s390/tlsbin_64.rd: Likewise. * ld-s390/tlspic_64.rd: Likewise. | |||||
2006-06-02 | (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED. | Nick Roberts | 1 | -1/+3 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -0/+4 | |
2006-06-02 | bfd/ | Alan Modra | 72 | -293/+173 | |
PR ld/2723 * elflink.c (bfd_elf_final_link): Don't output section symbols for special ELF sections. ld/testsuite/ Update for removal of some section syms. | |||||
2006-06-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-02 | daily update | Alan Modra | 1 | -1/+1 | |
2006-06-01 | (GDB/MI Development and Front Ends): Use sourceware.org for mailing lists. | Nick Roberts | 1 | -2/+2 | |
2006-06-01 | *** empty log message *** | Nick Roberts | 1 | -0/+5 | |
2006-06-01 | merge from gcc | DJ Delorie | 10 | -36/+218 | |