This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from d7940ce74a0 Automatic date update in version.in new fdb44fced27 x86: Remove AVX10.2 256 bit rounding support
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gas/NEWS | 3 + gas/config/tc-i386.c | 23 +- gas/testsuite/gas/i386/avx10_2-256-cvt-intel.d | 1 - gas/testsuite/gas/i386/avx10_2-256-cvt.d | 1 - gas/testsuite/gas/i386/avx10_2-256-cvt.s | 2 - gas/testsuite/gas/i386/avx10_2-256-miscs-intel.d | 3 - gas/testsuite/gas/i386/avx10_2-256-miscs.d | 3 - gas/testsuite/gas/i386/avx10_2-256-miscs.s | 6 - gas/testsuite/gas/i386/avx10_2-256-satcvt-intel.d | 16 - gas/testsuite/gas/i386/avx10_2-256-satcvt.d | 16 - gas/testsuite/gas/i386/avx10_2-256-satcvt.s | 16 - gas/testsuite/gas/i386/avx10_2-rounding-intel.d | 452 --------------------- gas/testsuite/gas/i386/avx10_2-rounding-inval.l | 35 -- gas/testsuite/gas/i386/avx10_2-rounding-inval.s | 39 -- gas/testsuite/gas/i386/avx10_2-rounding.d | 450 -------------------- gas/testsuite/gas/i386/avx10_2-rounding.s | 351 ---------------- gas/testsuite/gas/i386/evex.d | 2 - gas/testsuite/gas/i386/evex.s | 2 - gas/testsuite/gas/i386/i386.exp | 3 - .../gas/i386/x86-64-avx10_2-256-cvt-intel.d | 1 - gas/testsuite/gas/i386/x86-64-avx10_2-256-cvt.d | 1 - gas/testsuite/gas/i386/x86-64-avx10_2-256-cvt.s | 2 - .../gas/i386/x86-64-avx10_2-256-miscs-intel.d | 3 - gas/testsuite/gas/i386/x86-64-avx10_2-256-miscs.d | 3 - gas/testsuite/gas/i386/x86-64-avx10_2-256-miscs.s | 6 - .../gas/i386/x86-64-avx10_2-256-satcvt-intel.d | 16 - gas/testsuite/gas/i386/x86-64-avx10_2-256-satcvt.d | 16 - gas/testsuite/gas/i386/x86-64-avx10_2-256-satcvt.s | 16 - .../gas/i386/x86-64-avx10_2-rounding-intel.d | 452 --------------------- gas/testsuite/gas/i386/x86-64-avx10_2-rounding.d | 450 -------------------- gas/testsuite/gas/i386/x86-64-avx10_2-rounding.s | 350 ---------------- gas/testsuite/gas/i386/x86-64-evex.d | 2 - gas/testsuite/gas/i386/x86-64.exp | 2 - opcodes/i386-dis.c | 19 +- opcodes/i386-opc.tbl | 42 +- opcodes/i386-tbl.h | 114 +++--- 36 files changed, 93 insertions(+), 2826 deletions(-) delete mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-intel.d delete mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-inval.l delete mode 100644 gas/testsuite/gas/i386/avx10_2-rounding-inval.s delete mode 100644 gas/testsuite/gas/i386/avx10_2-rounding.d delete mode 100644 gas/testsuite/gas/i386/avx10_2-rounding.s delete mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding-intel.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding.d delete mode 100644 gas/testsuite/gas/i386/x86-64-avx10_2-rounding.s