mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
43234a1e14
binutils/ 2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com> Alexander Ivchenko <alexander.ivchenko@intel.com> Maxim Kuznetsov <maxim.kuznetsov@intel.com> Sergey Lega <sergey.s.lega@intel.com> Anna Tikhonova <anna.tikhonova@intel.com> Ilya Tocar <ilya.tocar@intel.com> Andrey Turetskiy <andrey.turetskiy@intel.com> Ilya Verbin <ilya.verbin@intel.com> Kirill Yukhin <kirill.yukhin@intel.com> Michael Zolotukhin <michael.v.zolotukhin@intel.com> * dwarf.c (dwarf_regnames_i386): Add k0-k7 registers and numeration in comments. (dwarf_regnames_x86_64): Add xmm16-31 and k0-k7 registers to dwarf table. gas/ 2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com> Alexander Ivchenko <alexander.ivchenko@intel.com> Maxim Kuznetsov <maxim.kuznetsov@intel.com> Sergey Lega <sergey.s.lega@intel.com> Anna Tikhonova <anna.tikhonova@intel.com> Ilya Tocar <ilya.tocar@intel.com> Andrey Turetskiy <andrey.turetskiy@intel.com> Ilya Verbin <ilya.verbin@intel.com> Kirill Yukhin <kirill.yukhin@intel.com> Michael Zolotukhin <michael.v.zolotukhin@intel.com> * config/tc-i386-intel.c (O_zmmword_ptr): New. (i386_types): Add zmmword. (i386_intel_simplify_register): Allow regzmm. (i386_intel_simplify): Handle zmmwords. (i386_intel_operand): Handle RC/SAE, vector operations and zmmwords. * config/tc-i386.c (ZMMWORD_MNEM_SUFFIX): New. (struct RC_Operation): New. (struct Mask_Operation): New. (struct Broadcast_Operation): New. (vex_prefix): Size of bytes increased to 4 to support EVEX encoding. (enum i386_error): Add new error codes: unsupported_broadcast, broadcast_not_on_src_operand, broadcast_needed, unsupported_masking, mask_not_on_destination, no_default_mask, unsupported_rc_sae, rc_sae_operand_not_last_imm, invalid_register_operand, try_vector_disp8. (struct _i386_insn): Add new fields vrex, need_vrex, mask, rounding, broadcast, memshift. (struct RC_name): New. (RC_NamesTable): New. (evexlig): New. (evexwig): New. (extra_symbol_chars): Add '{'. (cpu_arch): Add AVX512F, AVX512CD, AVX512ER and AVX512PF. (i386_operand_type): Add regzmm, regmask and vec_disp8. (match_mem_size): Handle zmmwords. (operand_type_match): Handle zmm-registers. (mode_from_disp_size): Handle vec_disp8. (fits_in_vec_disp8): New. (md_begin): Handle {} properly. (type_names): Add "rZMM", "Mask reg" and "Vector d8". (build_vex_prefix): Handle vrex. (build_evex_prefix): New. (process_immext): Adjust to properly handle EVEX. (md_assemble): Add EVEX encoding support. (swap_2_operands): Correctly handle operands with masking, broadcasting or RC/SAE. (check_VecOperands): Support EVEX features. (VEX_check_operands): Properly handle 16 upper [xyz]mm registers. (match_template): Support regzmm and handle new error codes. (process_suffix): Handle zmmwords and zmm-registers. (check_byte_reg): Extend to zmm-registers. (process_operands): Extend to zmm-registers. (build_modrm_byte): Handle EVEX. (output_insn): Adjust to properly handle EVEX case. (disp_size): Handle vec_disp8. (output_disp): Support compressed disp8*N evex feature. (output_imm): Handle RC/SAE immediates properly. (check_VecOperations): New. (i386_immediate): Handle EVEX features. (i386_index_check): Handle zmmwords and zmm-registers. (RC_SAE_immediate): New. (i386_att_operand): Handle EVEX features. (parse_real_register): Add a check for ZMM/Mask registers. (OPTION_MEVEXLIG): New. (OPTION_MEVEXWIG): New. (md_longopts): Add mevexlig and mevexwig. (md_parse_option): Handle mevexlig and mevexwig options. (md_show_usage): Add description for mevexlig and mevexwig. * doc/c-i386.texi: Document avx512f/.avx512f, avx512cd/.avx512cd, avx512er/.avx512er, avx512pf/.avx512pf, mevexlig and mevexwig. gas/testsuite/ 2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com> Alexander Ivchenko <alexander.ivchenko@intel.com> Maxim Kuznetsov <maxim.kuznetsov@intel.com> Sergey Lega <sergey.s.lega@intel.com> Anna Tikhonova <anna.tikhonova@intel.com> Ilya Tocar <ilya.tocar@intel.com> Andrey Turetskiy <andrey.turetskiy@intel.com> Ilya Verbin <ilya.verbin@intel.com> Kirill Yukhin <kirill.yukhin@intel.com> Michael Zolotukhin <michael.v.zolotukhin@intel.com> * gas/cfi/cfi-i386.s: Add tests for k0-k7. * gas/cfi/cfi-i386.d: Change to reflect above mentioned changes. * gas/cfi/cfi-x86_64.s: Add tests for xmm16-31, k0-7. * gas/cfi/cfi-x86_64.d: Change to reflect above mentioned changes. * gas/i386/ilp32/cfi/cfi-x86_64.d: Ditto. * gas/i386/intel-regs.s: Add tests for zmm0 and xmm16 registers. * gas/i386/intel-regs.d: Change correspondingly. * gas/i386/prefetch-intel.d: Reflect implementation of prefetchwt1. * gas/i386/prefetch.d: Ditto. * gas/i386/x86-64-prefetch-intel.d: Ditto. * gas/i386/x86-64-prefetch.d: Ditto. * gas/i386/avx512f-intel.d: New. * gas/i386/avx512f-nondef.d: New. * gas/i386/avx512f-nondef.s: New. * gas/i386/avx512f-opts-intel.d: New. * gas/i386/avx512f-opts.d: New. * gas/i386/avx512f-opts.s: New. * gas/i386/avx512f.d: New. * gas/i386/avx512f.s: New. * gas/i386/avx512cd-intel.d: New. * gas/i386/avx512cd.d: New. * gas/i386/avx512cd.s: New. * gas/i386/avx512er-intel.d: New. * gas/i386/avx512er.d: New. * gas/i386/avx512er.s: New. * gas/i386/avx512pf-intel.d: New. * gas/i386/avx512pf.d: New. * gas/i386/avx512pf.s: New. * gas/i386/evex-lig.s: New. * gas/i386/evex-lig256-intel.d: New. * gas/i386/evex-lig256.d: New. * gas/i386/evex-lig512-intel.d: New. * gas/i386/evex-lig512.d: New. * gas/i386/evex-wig.s: New. * gas/i386/evex-wig1-intel.d: New. * gas/i386/evex-wig1.d: New. * gas/i386/inval-avx512f.l: New. * gas/i386/inval-avx512f.s: New. * gas/i386/x86-64-avx512f-intel.d: New. * gas/i386/x86-64-avx512f-nondef.d: New. * gas/i386/x86-64-avx512f-nondef.s: New. * gas/i386/x86-64-avx512f-opts-intel.d: New. * gas/i386/x86-64-avx512f-opts.d: New. * gas/i386/x86-64-avx512f-opts.s: New. * gas/i386/x86-64-avx512f.d: New. * gas/i386/x86-64-avx512f.s: New. * gas/i386/x86-64-avx512cd-intel.d: New. * gas/i386/x86-64-avx512cd.d: New. * gas/i386/x86-64-avx512cd.s: New. * gas/i386/x86-64-avx512er-intel.d: New. * gas/i386/x86-64-avx512er.d: New. * gas/i386/x86-64-avx512er.s: New. * gas/i386/x86-64-avx512pf-intel.d: New. * gas/i386/x86-64-avx512pf.d: New. * gas/i386/x86-64-avx512pf.s: New. * gas/i386/x86-64-evex-lig.s: New. * gas/i386/x86-64-evex-lig256-intel.d: New. * gas/i386/x86-64-evex-lig256.d: New. * gas/i386/x86-64-evex-lig512-intel.d: New. * gas/i386/x86-64-evex-lig512.d: New. * gas/i386/x86-64-evex-wig.s: New. * gas/i386/x86-64-evex-wig1-intel.d: New. * gas/i386/x86-64-evex-wig1.d: New. * gas/i386/x86-64-inval-avx512f.l: New. * gas/i386/x86-64-inval-avx512f.s: New. * gas/i386/i386.exp: Run new AVX-512 tests. opcodes/ 2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com> Alexander Ivchenko <alexander.ivchenko@intel.com> Maxim Kuznetsov <maxim.kuznetsov@intel.com> Sergey Lega <sergey.s.lega@intel.com> Anna Tikhonova <anna.tikhonova@intel.com> Ilya Tocar <ilya.tocar@intel.com> Andrey Turetskiy <andrey.turetskiy@intel.com> Ilya Verbin <ilya.verbin@intel.com> Kirill Yukhin <kirill.yukhin@intel.com> Michael Zolotukhin <michael.v.zolotukhin@intel.com> * i386-dis-evex.h: New. * i386-dis.c (OP_Rounding): New. (VPCMP_Fixup): New. (OP_Mask): New. (Rdq): New. (XMxmmq): New. (EXdScalarS): New. (EXymm): New. (EXEvexHalfBcstXmmq): New. (EXxmm_mdq): New. (EXEvexXGscat): New. (EXEvexXNoBcst): New. (VPCMP): New. (EXxEVexR): New. (EXxEVexS): New. (XMask): New. (MaskG): New. (MaskE): New. (MaskR): New. (MaskVex): New. (modes enum): Add evex_x_gscat_mode, evex_x_nobcst_mode, evex_half_bcst_xmmq_mode, xmm_mdq_mode, ymm_mode, evex_rounding_mode, evex_sae_mode, mask_mode. (USE_EVEX_TABLE): New. (EVEX_TABLE): New. (EVEX enum): New. (REG enum): Add REG_EVEX_0F72, REG_EVEX_0F73, REG_EVEX_0F38C6, REG_EVEX_0F38C7. (MOD enum): Add MOD_EVEX_0F10_PREFIX_1, MOD_EVEX_0F10_PREFIX_3, MOD_EVEX_0F11_PREFIX_1, MOD_EVEX_0F11_PREFIX_3, MOD_EVEX_0F12_PREFIX_0, MOD_EVEX_0F16_PREFIX_0, MOD_EVEX_0F38C6_REG_1, MOD_EVEX_0F38C6_REG_2, MOD_EVEX_0F38C6_REG_5, MOD_EVEX_0F38C6_REG_6, MOD_EVEX_0F38C7_REG_1, MOD_EVEX_0F38C7_REG_2, MOD_EVEX_0F38C7_REG_5, MOD_EVEX_0F38C7_REG_6. (PREFIX enum): Add PREFIX_VEX_0F41, PREFIX_VEX_0F42, PREFIX_VEX_0F44, PREFIX_VEX_0F45, PREFIX_VEX_0F46, PREFIX_VEX_0F47, PREFIX_VEX_0F4B, PREFIX_VEX_0F90, PREFIX_VEX_0F91, PREFIX_VEX_0F92, PREFIX_VEX_0F93, PREFIX_VEX_0F98, PREFIX_VEX_0F3A30, PREFIX_VEX_0F3A32, PREFIX_VEX_0F3AF0, PREFIX_EVEX_0F10, PREFIX_EVEX_0F11, PREFIX_EVEX_0F12, PREFIX_EVEX_0F13, PREFIX_EVEX_0F14, PREFIX_EVEX_0F15, PREFIX_EVEX_0F16, PREFIX_EVEX_0F17, PREFIX_EVEX_0F28, PREFIX_EVEX_0F29, PREFIX_EVEX_0F2A, PREFIX_EVEX_0F2B, PREFIX_EVEX_0F2C, PREFIX_EVEX_0F2D, PREFIX_EVEX_0F2E, PREFIX_EVEX_0F2F, PREFIX_EVEX_0F51, PREFIX_EVEX_0F58, PREFIX_EVEX_0F59, PREFIX_EVEX_0F5A, PREFIX_EVEX_0F5B, PREFIX_EVEX_0F5C, PREFIX_EVEX_0F5D, PREFIX_EVEX_0F5E, PREFIX_EVEX_0F5F, PREFIX_EVEX_0F62, PREFIX_EVEX_0F66, PREFIX_EVEX_0F6A, PREFIX_EVEX_0F6C, PREFIX_EVEX_0F6D, PREFIX_EVEX_0F6E, PREFIX_EVEX_0F6F, PREFIX_EVEX_0F70, PREFIX_EVEX_0F72_REG_0, PREFIX_EVEX_0F72_REG_1, PREFIX_EVEX_0F72_REG_2, PREFIX_EVEX_0F72_REG_4, PREFIX_EVEX_0F72_REG_6, PREFIX_EVEX_0F73_REG_2, PREFIX_EVEX_0F73_REG_6, PREFIX_EVEX_0F76, PREFIX_EVEX_0F78, PREFIX_EVEX_0F79, PREFIX_EVEX_0F7A, PREFIX_EVEX_0F7B, PREFIX_EVEX_0F7E, PREFIX_EVEX_0F7F, PREFIX_EVEX_0FC2, PREFIX_EVEX_0FC6, PREFIX_EVEX_0FD2, PREFIX_EVEX_0FD3, PREFIX_EVEX_0FD4, PREFIX_EVEX_0FD6, PREFIX_EVEX_0FDB, PREFIX_EVEX_0FDF, PREFIX_EVEX_0FE2, PREFIX_EVEX_0FE6 PREFIX_EVEX_0FE7, PREFIX_EVEX_0FEB, PREFIX_EVEX_0FEF, PREFIX_EVEX_0FF2, PREFIX_EVEX_0FF3, PREFIX_EVEX_0FF4, PREFIX_EVEX_0FFA, PREFIX_EVEX_0FFB, PREFIX_EVEX_0FFE, PREFIX_EVEX_0F380C, PREFIX_EVEX_0F380D, PREFIX_EVEX_0F3811, PREFIX_EVEX_0F3812, PREFIX_EVEX_0F3813, PREFIX_EVEX_0F3814, PREFIX_EVEX_0F3815, PREFIX_EVEX_0F3816, PREFIX_EVEX_0F3818, PREFIX_EVEX_0F3819, PREFIX_EVEX_0F381A, PREFIX_EVEX_0F381B, PREFIX_EVEX_0F381E, PREFIX_EVEX_0F381F, PREFIX_EVEX_0F3821, PREFIX_EVEX_0F3822, PREFIX_EVEX_0F3823, PREFIX_EVEX_0F3824, PREFIX_EVEX_0F3825, PREFIX_EVEX_0F3827, PREFIX_EVEX_0F3828, PREFIX_EVEX_0F3829, PREFIX_EVEX_0F382A, PREFIX_EVEX_0F382C, PREFIX_EVEX_0F382D, PREFIX_EVEX_0F3831, PREFIX_EVEX_0F3832, PREFIX_EVEX_0F3833, PREFIX_EVEX_0F3834, PREFIX_EVEX_0F3835, PREFIX_EVEX_0F3836, PREFIX_EVEX_0F3837, PREFIX_EVEX_0F3839, PREFIX_EVEX_0F383A, PREFIX_EVEX_0F383B, PREFIX_EVEX_0F383D, PREFIX_EVEX_0F383F, PREFIX_EVEX_0F3840, PREFIX_EVEX_0F3842, PREFIX_EVEX_0F3843, PREFIX_EVEX_0F3844, PREFIX_EVEX_0F3845, PREFIX_EVEX_0F3846, PREFIX_EVEX_0F3847, PREFIX_EVEX_0F384C, PREFIX_EVEX_0F384D, PREFIX_EVEX_0F384E, PREFIX_EVEX_0F384F, PREFIX_EVEX_0F3858, PREFIX_EVEX_0F3859, PREFIX_EVEX_0F385A, PREFIX_EVEX_0F385B, PREFIX_EVEX_0F3864, PREFIX_EVEX_0F3865, PREFIX_EVEX_0F3876, PREFIX_EVEX_0F3877, PREFIX_EVEX_0F387C, PREFIX_EVEX_0F387E, PREFIX_EVEX_0F387F, PREFIX_EVEX_0F3888, PREFIX_EVEX_0F3889, PREFIX_EVEX_0F388A, PREFIX_EVEX_0F388B, PREFIX_EVEX_0F3890, PREFIX_EVEX_0F3891, PREFIX_EVEX_0F3892, PREFIX_EVEX_0F3893, PREFIX_EVEX_0F3896, PREFIX_EVEX_0F3897, PREFIX_EVEX_0F3898, PREFIX_EVEX_0F3899, PREFIX_EVEX_0F389A, PREFIX_EVEX_0F389B, PREFIX_EVEX_0F389C, PREFIX_EVEX_0F389D, PREFIX_EVEX_0F389E, PREFIX_EVEX_0F389F, PREFIX_EVEX_0F38A0, PREFIX_EVEX_0F38A1, PREFIX_EVEX_0F38A2, PREFIX_EVEX_0F38A3, PREFIX_EVEX_0F38A6, PREFIX_EVEX_0F38A7, PREFIX_EVEX_0F38A8, PREFIX_EVEX_0F38A9, PREFIX_EVEX_0F38AA, PREFIX_EVEX_0F38AB, PREFIX_EVEX_0F38AC, PREFIX_EVEX_0F38AD, PREFIX_EVEX_0F38AE, PREFIX_EVEX_0F38AF, PREFIX_EVEX_0F38B6, PREFIX_EVEX_0F38B7, PREFIX_EVEX_0F38B8, PREFIX_EVEX_0F38B9, PREFIX_EVEX_0F38BA, PREFIX_EVEX_0F38BB, PREFIX_EVEX_0F38BC, PREFIX_EVEX_0F38BD, PREFIX_EVEX_0F38BE, PREFIX_EVEX_0F38BF, PREFIX_EVEX_0F38C4, PREFIX_EVEX_0F38C6_REG_1, PREFIX_EVEX_0F38C6_REG_2, PREFIX_EVEX_0F38C6_REG_5, PREFIX_EVEX_0F38C6_REG_6, PREFIX_EVEX_0F38C7_REG_1, PREFIX_EVEX_0F38C7_REG_2, PREFIX_EVEX_0F38C7_REG_5, PREFIX_EVEX_0F38C7_REG_6, PREFIX_EVEX_0F38C8, PREFIX_EVEX_0F38CA, PREFIX_EVEX_0F38CB, PREFIX_EVEX_0F38CC, PREFIX_EVEX_0F38CD, PREFIX_EVEX_0F3A00, PREFIX_EVEX_0F3A01, PREFIX_EVEX_0F3A03, PREFIX_EVEX_0F3A04, PREFIX_EVEX_0F3A05, PREFIX_EVEX_0F3A08, PREFIX_EVEX_0F3A09, PREFIX_EVEX_0F3A0A, PREFIX_EVEX_0F3A0B, PREFIX_EVEX_0F3A17, PREFIX_EVEX_0F3A18, PREFIX_EVEX_0F3A19, PREFIX_EVEX_0F3A1A, PREFIX_EVEX_0F3A1B, PREFIX_EVEX_0F3A1D, PREFIX_EVEX_0F3A1E, PREFIX_EVEX_0F3A1F, PREFIX_EVEX_0F3A21, PREFIX_EVEX_0F3A23, PREFIX_EVEX_0F3A25, PREFIX_EVEX_0F3A26, PREFIX_EVEX_0F3A27, PREFIX_EVEX_0F3A38, PREFIX_EVEX_0F3A39, PREFIX_EVEX_0F3A3A, PREFIX_EVEX_0F3A3B, PREFIX_EVEX_0F3A3E, PREFIX_EVEX_0F3A3F, PREFIX_EVEX_0F3A43, PREFIX_EVEX_0F3A54, PREFIX_EVEX_0F3A55. (VEX_LEN enum): Add VEX_LEN_0F41_P_0, VEX_LEN_0F42_P_0, VEX_LEN_0F44_P_0, VEX_LEN_0F45_P_0, VEX_LEN_0F46_P_0, VEX_LEN_0F47_P_0, VEX_LEN_0F4B_P_2, VEX_LEN_0F90_P_0, VEX_LEN_0F91_P_0, VEX_LEN_0F92_P_0, VEX_LEN_0F93_P_0, VEX_LEN_0F98_P_0, VEX_LEN_0F3A30_P_2, VEX_LEN_0F3A32_P_2, VEX_W_0F41_P_0_LEN_1, VEX_W_0F42_P_0_LEN_1, VEX_W_0F44_P_0_LEN_0, VEX_W_0F45_P_0_LEN_1, VEX_W_0F46_P_0_LEN_1, VEX_W_0F47_P_0_LEN_1, VEX_W_0F4B_P_2_LEN_1, VEX_W_0F90_P_0_LEN_0, VEX_W_0F91_P_0_LEN_0, VEX_W_0F92_P_0_LEN_0, VEX_W_0F93_P_0_LEN_0, VEX_W_0F98_P_0_LEN_0, VEX_W_0F3A30_P_2_LEN_0, VEX_W_0F3A32_P_2_LEN_0. (VEX_W enum): Add EVEX_W_0F10_P_0, EVEX_W_0F10_P_1_M_0, EVEX_W_0F10_P_1_M_1, EVEX_W_0F10_P_2, EVEX_W_0F10_P_3_M_0, EVEX_W_0F10_P_3_M_1, EVEX_W_0F11_P_0, EVEX_W_0F11_P_1_M_0, EVEX_W_0F11_P_1_M_1, EVEX_W_0F11_P_2, EVEX_W_0F11_P_3_M_0, EVEX_W_0F11_P_3_M_1, EVEX_W_0F12_P_0_M_0, EVEX_W_0F12_P_0_M_1, EVEX_W_0F12_P_1, EVEX_W_0F12_P_2, EVEX_W_0F12_P_3, EVEX_W_0F13_P_0, EVEX_W_0F13_P_2, EVEX_W_0F14_P_0, EVEX_W_0F14_P_2, EVEX_W_0F15_P_0, EVEX_W_0F15_P_2, EVEX_W_0F16_P_0_M_0, EVEX_W_0F16_P_0_M_1, EVEX_W_0F16_P_1, EVEX_W_0F16_P_2, EVEX_W_0F17_P_0, EVEX_W_0F17_P_2, EVEX_W_0F28_P_0, EVEX_W_0F28_P_2, EVEX_W_0F29_P_0, EVEX_W_0F29_P_2, EVEX_W_0F2A_P_1, EVEX_W_0F2A_P_3, EVEX_W_0F2B_P_0, EVEX_W_0F2B_P_2, EVEX_W_0F2E_P_0, EVEX_W_0F2E_P_2, EVEX_W_0F2F_P_0, EVEX_W_0F2F_P_2, EVEX_W_0F51_P_0, EVEX_W_0F51_P_1, EVEX_W_0F51_P_2, EVEX_W_0F51_P_3, EVEX_W_0F58_P_0, EVEX_W_0F58_P_1, EVEX_W_0F58_P_2, EVEX_W_0F58_P_3, EVEX_W_0F59_P_0, EVEX_W_0F59_P_1, EVEX_W_0F59_P_2, EVEX_W_0F59_P_3, EVEX_W_0F5A_P_0, EVEX_W_0F5A_P_1, EVEX_W_0F5A_P_2, EVEX_W_0F5A_P_3, EVEX_W_0F5B_P_0, EVEX_W_0F5B_P_1, EVEX_W_0F5B_P_2, EVEX_W_0F5C_P_0, EVEX_W_0F5C_P_1, EVEX_W_0F5C_P_2, EVEX_W_0F5C_P_3, EVEX_W_0F5D_P_0, EVEX_W_0F5D_P_1, EVEX_W_0F5D_P_2, EVEX_W_0F5D_P_3, EVEX_W_0F5E_P_0, EVEX_W_0F5E_P_1, EVEX_W_0F5E_P_2, EVEX_W_0F5E_P_3, EVEX_W_0F5F_P_0, EVEX_W_0F5F_P_1, EVEX_W_0F5F_P_2, EVEX_W_0F5F_P_3, EVEX_W_0F62_P_2, EVEX_W_0F66_P_2, EVEX_W_0F6A_P_2, EVEX_W_0F6C_P_2, EVEX_W_0F6D_P_2, EVEX_W_0F6E_P_2, EVEX_W_0F6F_P_1, EVEX_W_0F6F_P_2, EVEX_W_0F70_P_2, EVEX_W_0F72_R_2_P_2, EVEX_W_0F72_R_6_P_2, EVEX_W_0F73_R_2_P_2, EVEX_W_0F73_R_6_P_2, EVEX_W_0F76_P_2, EVEX_W_0F78_P_0, EVEX_W_0F79_P_0, EVEX_W_0F7A_P_1, EVEX_W_0F7A_P_3, EVEX_W_0F7B_P_1, EVEX_W_0F7B_P_3, EVEX_W_0F7E_P_1, EVEX_W_0F7E_P_2, EVEX_W_0F7F_P_1, EVEX_W_0F7F_P_2, EVEX_W_0FC2_P_0, EVEX_W_0FC2_P_1, EVEX_W_0FC2_P_2, EVEX_W_0FC2_P_3, EVEX_W_0FC6_P_0, EVEX_W_0FC6_P_2, EVEX_W_0FD2_P_2, EVEX_W_0FD3_P_2, EVEX_W_0FD4_P_2, EVEX_W_0FD6_P_2, EVEX_W_0FE6_P_1, EVEX_W_0FE6_P_2, EVEX_W_0FE6_P_3, EVEX_W_0FE7_P_2, EVEX_W_0FF2_P_2, EVEX_W_0FF3_P_2, EVEX_W_0FF4_P_2, EVEX_W_0FFA_P_2, EVEX_W_0FFB_P_2, EVEX_W_0FFE_P_2, EVEX_W_0F380C_P_2, EVEX_W_0F380D_P_2, EVEX_W_0F3811_P_1, EVEX_W_0F3812_P_1, EVEX_W_0F3813_P_1, EVEX_W_0F3813_P_2, EVEX_W_0F3814_P_1, EVEX_W_0F3815_P_1, EVEX_W_0F3818_P_2, EVEX_W_0F3819_P_2, EVEX_W_0F381A_P_2, EVEX_W_0F381B_P_2, EVEX_W_0F381E_P_2, EVEX_W_0F381F_P_2, EVEX_W_0F3821_P_1, EVEX_W_0F3822_P_1, EVEX_W_0F3823_P_1, EVEX_W_0F3824_P_1, EVEX_W_0F3825_P_1, EVEX_W_0F3825_P_2, EVEX_W_0F3828_P_2, EVEX_W_0F3829_P_2, EVEX_W_0F382A_P_1, EVEX_W_0F382A_P_2, EVEX_W_0F3831_P_1, EVEX_W_0F3832_P_1, EVEX_W_0F3833_P_1, EVEX_W_0F3834_P_1, EVEX_W_0F3835_P_1, EVEX_W_0F3835_P_2, EVEX_W_0F3837_P_2, EVEX_W_0F383A_P_1, EVEX_W_0F3840_P_2, EVEX_W_0F3858_P_2, EVEX_W_0F3859_P_2, EVEX_W_0F385A_P_2, EVEX_W_0F385B_P_2, EVEX_W_0F3891_P_2, EVEX_W_0F3893_P_2, EVEX_W_0F38A1_P_2, EVEX_W_0F38A3_P_2, EVEX_W_0F38C7_R_1_P_2, EVEX_W_0F38C7_R_2_P_2, EVEX_W_0F38C7_R_5_P_2, EVEX_W_0F38C7_R_6_P_2, EVEX_W_0F3A00_P_2, EVEX_W_0F3A01_P_2, EVEX_W_0F3A04_P_2, EVEX_W_0F3A05_P_2, EVEX_W_0F3A08_P_2, EVEX_W_0F3A09_P_2, EVEX_W_0F3A0A_P_2, EVEX_W_0F3A0B_P_2, EVEX_W_0F3A18_P_2, EVEX_W_0F3A19_P_2, EVEX_W_0F3A1A_P_2, EVEX_W_0F3A1B_P_2, EVEX_W_0F3A1D_P_2, EVEX_W_0F3A21_P_2, EVEX_W_0F3A23_P_2, EVEX_W_0F3A38_P_2, EVEX_W_0F3A39_P_2, EVEX_W_0F3A3A_P_2, EVEX_W_0F3A3B_P_2, EVEX_W_0F3A43_P_2. (struct vex): Add fields evex, r, v, mask_register_specifier, zeroing, ll, b. (intel_names_xmm): Add upper 16 registers. (att_names_xmm): Ditto. (intel_names_ymm): Ditto. (att_names_ymm): Ditto. (names_zmm): New. (intel_names_zmm): Ditto. (att_names_zmm): Ditto. (names_mask): Ditto. (intel_names_mask): Ditto. (att_names_mask): Ditto. (names_rounding): Ditto. (names_broadcast): Ditto. (x86_64_table): Add escape to evex-table. (reg_table): Include reg_table evex-entries from i386-dis-evex.h. Fix prefetchwt1 instruction. (prefix_table): Add entries for new instructions. (vex_table): Ditto. (vex_len_table): Ditto. (vex_w_table): Ditto. (mod_table): Ditto. (get_valid_dis386): Properly handle new instructions. (print_insn): Handle zmm and mask registers, print mask operand. (intel_operand_size): Support EVEX, new modes and sizes. (OP_E_register): Handle new modes. (OP_E_memory): Ditto. (OP_G): Ditto. (OP_XMM): Ditto. (OP_EX): Ditto. (OP_VEX): Ditto. * i386-gen.c (cpu_flag_init): Update CPU_ANY_SSE_FLAGS and CPU_ANY_AVX_FLAGS. Add CPU_AVX512F_FLAGS, CPU_AVX512CD_FLAGS, CPU_AVX512ER_FLAGS and CPU_AVX512PF_FLAGS. (cpu_flags): Add CpuAVX512F, CpuAVX512CD, CpuAVX512ER, CpuAVX512PF and CpuVREX. (operand_type_init): Add OPERAND_TYPE_REGZMM, OPERAND_TYPE_REGMASK and OPERAND_TYPE_VEC_DISP8. (opcode_modifiers): Add EVex, Masking, VecESize, Broadcast, StaticRounding, SAE, Disp8MemShift, NoDefMask. (operand_types): Add RegZMM, RegMask, Vec_Disp8, Zmmword. * i386-init.h: Regenerate. * i386-opc.h (CpuAVX512F): New. (CpuAVX512CD): New. (CpuAVX512ER): New. (CpuAVX512PF): New. (CpuVREX): New. (i386_cpu_flags): Add cpuavx512f, cpuavx512cd, cpuavx512er, cpuavx512pf and cpuvrex fields. (VecSIB): Add VecSIB512. (EVex): New. (Masking): New. (VecESize): New. (Broadcast): New. (StaticRounding): New. (SAE): New. (Disp8MemShift): New. (NoDefMask): New. (i386_opcode_modifier): Add evex, masking, vecesize, broadcast, staticrounding, sae, disp8memshift and nodefmask. (RegZMM): New. (Zmmword): Ditto. (Vec_Disp8): Ditto. (i386_operand_type): Add regzmm, regmask, zmmword and vec_disp8 fields. (RegVRex): New. * i386-opc.tbl: Add AVX512 instructions. * i386-reg.tbl: Add 16 upper XMM and YMM registers, 32 new ZMM registers, mask registers. * i386-tbl.h: Regenerate.
450 lines
14 KiB
Plaintext
450 lines
14 KiB
Plaintext
2013-07-26 Sergey Guriev <sergey.s.guriev@intel.com>
|
||
Alexander Ivchenko <alexander.ivchenko@intel.com>
|
||
Maxim Kuznetsov <maxim.kuznetsov@intel.com>
|
||
Sergey Lega <sergey.s.lega@intel.com>
|
||
Anna Tikhonova <anna.tikhonova@intel.com>
|
||
Ilya Tocar <ilya.tocar@intel.com>
|
||
Andrey Turetskiy <andrey.turetskiy@intel.com>
|
||
Ilya Verbin <ilya.verbin@intel.com>
|
||
Kirill Yukhin <kirill.yukhin@intel.com>
|
||
Michael Zolotukhin <michael.v.zolotukhin@intel.com>
|
||
|
||
* dwarf.c (dwarf_regnames_i386): Add k0-k7 registers and
|
||
numeration in comments.
|
||
(dwarf_regnames_x86_64): Add xmm16-31 and k0-k7 registers to
|
||
dwarf table.
|
||
|
||
2013-07-19 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15745
|
||
* readelf.c (get_unwind_section_word): Whilst searching for a
|
||
reloc section associated with an unwind section, check the type as
|
||
well as the section number.
|
||
|
||
2013-07-18 Jim Thomas <thomas@cfht.hawaii.edu>
|
||
|
||
* ar.c (usage): Fix C conformance issue.
|
||
|
||
2013-07-18 Nick Clifton <nickc@redhat.com>
|
||
|
||
* doc/binutils.texi (nm, objdump): Remove bogus links to STABS
|
||
documentation.
|
||
|
||
* readelf.c (process_unwind): Do not return the result of a void
|
||
function.
|
||
|
||
2013-07-15 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* readelf.c (display_mips_gnu_attribute): Replace hardcoded magic
|
||
numbers with enum values.
|
||
|
||
2013-07-12 Maciej W. Rozycki <macro@codesourcery.com>
|
||
|
||
* readelf.c (get_machine_flags): Handle EF_MIPS_NAN2008.
|
||
|
||
2013-07-10 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* od-xcoff.c (OPT_LDINFO): Define.
|
||
(options): Add ldinfo.
|
||
(xcoff_help): Mention ldinfo.
|
||
(xcoff_dump): Rename to ...
|
||
(xcoff_dump_obj): ... this. Add a break.
|
||
(dump_dumpx_core): New function.
|
||
(xcoff_dump_core): Likewise.
|
||
(xcoff_dump): Likewise.
|
||
* doc/binutils.texi (objdump): Mention ldinfo.
|
||
|
||
2013-07-09 Tristan Gingold <gingold@adacore.com>
|
||
|
||
* configure.com: Add new defines to match changes in configure.
|
||
|
||
2013-05-28 Cary Coutant <ccoutant@google.com>
|
||
|
||
* dwarf.c (display_debug_lines_raw): Print section offsets.
|
||
|
||
2013-05-15 Cary Coutant <ccoutant@google.com>
|
||
|
||
* dwarf.c (SAFE_BYTE_GET64): Correct end-of-buffer check;
|
||
don't increment PTR.
|
||
(decode_location_expression): DW_OP_const2u should read 2 bytes.
|
||
(display_debug_lines_decoded): Adjust formatting.
|
||
* elfcomm.c (byte_get_little_endian): Add cases for 5-, 6-, and
|
||
7-byte reads.
|
||
(byte_get_big_endian): Likewise.
|
||
(byte_get_signed): Likewise.
|
||
|
||
2013-05-09 Andrew Pinski <apinski@cavium.com>
|
||
|
||
* doc/binutils.texi: Document -Mvirt disassembler option.
|
||
|
||
2013-05-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
* readelf.c: Add support for MSP430X architecture.
|
||
|
||
2013-05-02 Nick Clifton <nickc@redhat.com>
|
||
|
||
* dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo
|
||
sections as if they were fragmentary .debug_line sections.
|
||
(display_debug_lines_decoded): Likewise.
|
||
|
||
2013-04-29 Nick Clifton <nickc@redhat.com>
|
||
|
||
* dwarf.c (read_debug_line_header): New function. Reads in a
|
||
header in a .debug_line section.
|
||
(display_debug_lines_raw): Use new function. Handle fragmentary
|
||
.debug_line sections.
|
||
(display_debug_lines_decoded): Likewise.
|
||
* readelf.c (process_section_headers): Handle fragmenatry
|
||
.debug_line sections.
|
||
(display_debug_section): Likewise.
|
||
|
||
2013-04-26 Ian Lance Taylor <iant@google.com>
|
||
|
||
* MAINTAINERS: Add myself and Cary as gold maintainers.
|
||
|
||
2013-04-08 Tom Tromey <tromey@redhat.com>
|
||
|
||
* dwarf.c (process_debug_info): Check dwarf_cutoff_level.
|
||
|
||
2013-04-08 Tom Tromey <tromey@redhat.com>
|
||
|
||
* dwarf-mode.el: Bump version number.
|
||
(dwarf-mode): Remove autoload.
|
||
(dwarf-die-reference): Relax regexp.
|
||
|
||
2013-04-05 Alan Modra <amodra@gmail.com>
|
||
|
||
PR binutils/15324
|
||
* configure.in: Add strnlen to AC_CHECK_DECLS, sort.
|
||
* dwarf.c (strnlen): Provide fallback decl.
|
||
* config.in: Regnerate.
|
||
* configure: Regenerate.
|
||
|
||
2013-03-29 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* dwarf.c (process_debug_info): Increment hdrptr by 8 after
|
||
SAFE_BYTE_GET64.
|
||
|
||
2013-03-27 Phil Krylov <phil.krylov@gmail.com>
|
||
|
||
PR binutils/13409
|
||
* winduni.c (codepages[]): Use UTF-16LE.
|
||
(wind_MultiByteToWideChar): Likewise.
|
||
(wind_WideCharToMultiByte): Likewise.
|
||
|
||
2013-03-27 Alan Modra <amodra@gmail.com>
|
||
|
||
PR binutils/15206
|
||
* dwarf.c (read_and_display_attr_value): Cast format '*' arg to int.
|
||
|
||
2013-03-26 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15206
|
||
* dwarf.c (SAFE_BYTE_GET): New macro - checks remaining buffer
|
||
space before calling byte_get.
|
||
(SAFE_BYTE_GET_AND_INC): New macro.
|
||
(SAFE_SIGNED_BYTE_GET): New macro.
|
||
(SAFE_SIGNED_BYTE_GET_AND_INC): New macro.
|
||
(SAFE_BYTE_GET64): New macro.
|
||
(process_extened_line_op): Use new macros. Use strnlen when
|
||
appropriate.
|
||
(fetch_indirect_string): Likewise.
|
||
(get_FORM_name): Likewise.
|
||
(decode_location_expression): Likewise.
|
||
(read_and_display_attr_value): Likewise.
|
||
(process_debug_info): Likewise.
|
||
(display_debug_lines_raw): Likewise.
|
||
(display_debug_lines_decoded): Likewise.
|
||
(display_debug_pubnames): Likewise.
|
||
(display_debug_macinfo): Likewise.
|
||
(get_line_filename_and_dirname): Likewise.
|
||
(display_debug_macro): Likewise.
|
||
(display_loc_list): Likewise.
|
||
(display_loc_list_dwo): Likewise.
|
||
(display_debug_aranges): Likewise.
|
||
(display_debug_ranges): Likewise.
|
||
(frame_display_row): Likewise.
|
||
(display_debug_frames): Likewise.
|
||
|
||
2013-03-25 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15202
|
||
* dwarf.c (read_leb128): Add END parameter. Do not read at or
|
||
beyond end.
|
||
(read_sleb128): Add END parameter.
|
||
(read_uleb128): New function.
|
||
(process_extended_line_op): Pass END to leb128 functions.
|
||
(process_abbrev_section): Likewise.
|
||
(decode_location_expression): Likewise.
|
||
(read_and_display_attr_value): Likewise.
|
||
(read_and_display_attr): Likewise.
|
||
(process_debug_info): Likewise.
|
||
(display_debug_lines_raw): Likewise.
|
||
(display_debug_lines_decoded): Likewise.
|
||
(display_debug_macinfo): Likewise.
|
||
(get_line_filename_and_dirname): Likewise.
|
||
(display_debug_macro): Likewise.
|
||
(display_loc_list_dwo): Likewise.
|
||
(display_debug_ranges): Likewise.
|
||
* dwarf.h (read_leb128): Update prototype.
|
||
* readelf.c (read_uleb128): Add END parameter.
|
||
(decode_arm_unwind_bytecode): Pass END to read_uleb128.
|
||
(decode_tic6x_unwind_bytecode): Likewise.
|
||
(display_tag_value): New function.
|
||
(display_arm_attribute): Add END parameter. Pass END to
|
||
read_uleb128. Use display_tag_value.
|
||
(display_gnu_attribute): Likewise.
|
||
(display_power_gnu_attribute): Likewise.
|
||
(display_sparc_gnu_attribute): Likewise.
|
||
(display_mips_gnu_attribute): Likewise.
|
||
(display_tic6x_attribute): Likewise.
|
||
(process_attributes): Likewise.
|
||
(display_raw_attribute): New function.
|
||
|
||
2013-03-22 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15201
|
||
* dwarf.c (display_debug_ranges): Add checks for reading beyond
|
||
the end of the section.
|
||
|
||
PR binutils/15157
|
||
* readelf.c (apply_relocations): Catch relocations with negative
|
||
offsets.
|
||
|
||
2013-03-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
* addr2line.c (slurp_symtab): If canonicalization reveals that
|
||
there were no ordinary symbols, try loading the dynamic symbols
|
||
instead.
|
||
|
||
2013-03-14 Markos Chandras <markos.chandras@imgtec.com>
|
||
|
||
* MAINTAINERS: Add myself as Meta maintainer.
|
||
|
||
2013-03-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
|
||
|
||
* readelf.c (get_note_type): Add NT_S390_TDB.
|
||
|
||
2013-03-07 Alan Modra <amodra@gmail.com>
|
||
|
||
* strings.c (get_char): Dispense with buf[]. Instead shift
|
||
chars into big-endian value and byte-swap later if
|
||
little-endian. Don't EOF check value read from object.
|
||
|
||
2013-03-05 Corinna Vinschen <vinschen@redhat.com>
|
||
|
||
* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
|
||
* configure: Regenerate.
|
||
|
||
2013-03-04 Nick Clifton <nickc@redhat.com>
|
||
|
||
* elfcomm.c (error): Flush stdout before emitting the error
|
||
message.
|
||
(warn): Likewise.
|
||
|
||
2013-03-01 Cary Coutant <ccoutant@google.com>
|
||
|
||
* dwarf.c (cu_tu_indexes_read, shndx_pool, shndx_pool_size)
|
||
(shndx_pool_used): Move to top of file.
|
||
(struct cu_tu_set): New type.
|
||
(cu_count, tu_count, cu_sets, tu_sets): New file scope variables.
|
||
(fetch_indexed_string): Add "this_set" parameter. Update all callers.
|
||
(find_cu_tu_set_v2): New function.
|
||
(read_and_display_attr_value): Add "this_set" parameter.
|
||
(read_and_display_attr): Likewise.
|
||
(process_debug_info): Track base offsets for DWARF package files.
|
||
(load_debug_info): Call load_cu_tu_indexes.
|
||
(get_DW_SECT_short_name): New function.
|
||
(process_cu_tu_index): Add support for version 2 DWARF package files.
|
||
|
||
2013-02-27 Alan Modra <amodra@gmail.com>
|
||
|
||
PR binutils/15191
|
||
* readelf.c (offsetof): Define.
|
||
(CHECK_ENTSIZE_VALUES): Remove extraneous indefinite article.
|
||
(process_corefile_note_segment): Allow notes without name or
|
||
desc. Combine out-of-range checks. Disallow "negative"
|
||
notesz or descsz.
|
||
|
||
2013-02-26 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15191
|
||
* readelf.c (process_corefile_note_segment): Prevent attempts to
|
||
read beyond the end of the note buffer.
|
||
|
||
2013-02-15 Kai Tietz <ktietz@redhat.com>
|
||
|
||
* objcopy.c (copy_main): Initialize context variable.
|
||
|
||
2013-02-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15140
|
||
* ar.c (open_inarch): Fail on attempts to convert a normal archive
|
||
to a thin archive or vice versa.
|
||
* elfcomm.c (make_qualified_name): Handle corrupted thin
|
||
archives.
|
||
* readelf.c (process_archive): Likewise.
|
||
* doc/binutils.texi: Clarify documentation describing thin
|
||
archives.
|
||
|
||
2013-02-15 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15033
|
||
* objcopy.c (enum change_action): Delete.
|
||
(struct section_list): Delete remove, copy, change_vma, change_lma
|
||
and set_flags fields. Add context field.
|
||
(find_section_list): Add a context parameter. Add support for
|
||
wildcard characters in section names.
|
||
(is_strip_section): Check for sections being both copied and
|
||
removed.
|
||
(copy_object): Pass context to find_section_list.
|
||
(setup_section): Likewise.
|
||
(copy_section): Likewise.
|
||
(copy_main): Likewise.
|
||
* doc/binutils: Document the new behaviour.
|
||
* NEWS: Mention the new feature
|
||
|
||
2013-02-14 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15125
|
||
* objcopy.c (copy_object): Provide a helpful warning message when
|
||
adding a gnu_debuglink section to an object which already contains
|
||
one.
|
||
|
||
2013-02-07 Nick Clifton <nickc@redhat.com>
|
||
|
||
* elfcomm.c (get_archive_member_name): Prevent seg-fault if a
|
||
corrupt archive uses long names but has no long name table.
|
||
|
||
2013-02-06 Sandra Loosemore <sandra@codesourcery.com>
|
||
Andrew Jenner <andrew@codesourcery.com>
|
||
|
||
Based on patches from Altera Corporation.
|
||
|
||
* readelf.c: Include elf/nios2.h.
|
||
(dump_relocations): Add case for EM_ALTERA_NIOS2.
|
||
(get_nios2_dynamic_type): New.
|
||
(get_dynamic_type): Add case for EM_ALTERA_NIOS2.
|
||
(is_32bit_abs_reloc): Fix EM_ALTERA_NIOS2 case.
|
||
(is_16bit_abs_reloc): Likewise.
|
||
(is_none_reloc): Add EM_ALTERA_NIOS2 and EM_NIOS32 cases.
|
||
* NEWS: Note Altera Nios II support.
|
||
* MAINTAINERS: Add Nios II maintainers.
|
||
|
||
2013-01-29 Xi Wang <xi.wang@gmail.com>
|
||
|
||
* readelf.c (process_version_sections): Fix overflow checks to
|
||
avoid undefined behaviour.
|
||
|
||
2013-01-28 Doug Evans <dje@google.com>
|
||
|
||
* dwarf.c (display_gdb_index): Handle .gdb_index version 8.
|
||
|
||
2013-01-28 Robert Schiele <rschiele@gmail.com>
|
||
|
||
* objcopy.c (parse_flags): Add merge and strings section flags.
|
||
|
||
2013-01-25 Cary Coutant <ccoutant@google.com>
|
||
|
||
* dwarf.c (display_loc_list): Update offset for each line
|
||
printed.
|
||
(print_addr_index): New function.
|
||
(display_loc_list_dwo): Update offset for each line printed.
|
||
Fix problems displaying loclists in .dwo files. Add support
|
||
for type 4 entries.
|
||
(display_debug_loc): Remove custom header for .dwo files.
|
||
(display_debug_addr): Adjust formatting.
|
||
|
||
2013-01-25 Marco Atzeri <marco.atzeri@gmail.com>
|
||
|
||
* objcopy.c : Enable long section names for OPTION_ADD_GNU_DEBUGLINK.
|
||
|
||
2013-01-24 Doug Evans <dje@google.com>
|
||
|
||
* dwarf.c (display_debug_addr): Add missing parentheses to expression.
|
||
|
||
2013-01-24 Nick Clifton <nickc@redhat.com>
|
||
|
||
* readelf.c (get_machine_flags): Decode E_V850E3V5_ARCH.
|
||
|
||
2013-01-23 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
|
||
|
||
* readelf.c: Add strings for NT_S390_LAST_BREAK and
|
||
NT_S390_SYSTEM_CALL.
|
||
|
||
2013-01-18 Nick Clifton <nickc@redhat.com>
|
||
|
||
PR binutils/15026
|
||
* addr2line.c (translate_addresses): When pretty printing, print
|
||
unknown function names on the same line as unknown symbol names.
|
||
|
||
2013-01-17 Nickolai Zeldovich <nickolai@csail.mit.edu>
|
||
|
||
* objdump.c (dump_target_specific): Fix NULL pointer test.
|
||
|
||
2013-01-16 Alan Modra <amodra@gmail.com>
|
||
|
||
PR binutils/15018
|
||
* stabs.c (parse_stab_members): Always set physname here to avoid
|
||
gcc warning..
|
||
(parse_stab_argtypes): ..and don't duplicate the init here.
|
||
|
||
2013-01-10 Will Newton <will.newton@imgtec.com>
|
||
|
||
* binutils/readelf.c: (guess_is_rela): Add EM_METAG.
|
||
(dump_relocations): Add EM_METAG.
|
||
(get_machine_name): Correct case for Meta.
|
||
(is_32bit_abs_reloc): Add support for Meta ADDR32 reloc.
|
||
(is_none_reloc): Add support for Meta NONE reloc.
|
||
|
||
2013-01-08 Yufeng Zhang <yufeng.zhang@arm.com>
|
||
|
||
* readelf.c (get_note_type): Handle NT_ARM_TLS, NT_ARM_HW_BREAK
|
||
and NT_ARM_HW_WATCH.
|
||
|
||
2013-01-07 Roland McGrath <mcgrathr@google.com>
|
||
|
||
* objcopy.c (deterministic): Make int rather than bfd_boolean,
|
||
initialize to -1.
|
||
(strip_options, copy_options): Add -U/--disable-deterministic-archives.
|
||
(default_deterministic): New function.
|
||
(strip_main, copy_main): Handle -U. Call default_deterministic.
|
||
(copy_usage, strip_usage): Describe -U. Cite whether -D or -U is
|
||
the default based on DEFAULT_AR_DETERMINISTIC.
|
||
* doc/binutils.texi (objcopy, strip): Describe -U and effect of
|
||
configure options on -D.
|
||
|
||
* ar.c (default_deterministic): Comment fix.
|
||
|
||
2013-01-07 Patrice Dumas <pertusus@free.fr>
|
||
|
||
* doc/binutils.texi: Fix ordering of top level nodes.
|
||
Replace erroneous uses of @itemx with @item.
|
||
|
||
2013-01-04 Andreas Schwab <schwab@linux-m68k.org>
|
||
|
||
* doc/binutils.texi (elfedit): Fix use of @itemx in @table.
|
||
|
||
2013-01-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
|
||
|
||
* MAINTAINERS: Add myself as AArch64 co-maintainer.
|
||
|
||
2013-01-02 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* version.c (print_version): Update copyright year to 2013.
|
||
|
||
For older changes see ChangeLog-2012
|
||
|
||
Copyright (C) 2013 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|