x86: CET v2.0: Update NOTRACK prefix
[external/binutils.git] / gas / testsuite / gas / i386 / notrackbad.s
index c7eae50..3f57ef0 100644 (file)
@@ -6,16 +6,12 @@ _start:
        notrack call foo
        notrack jmp foo
 
-       notrack call *(%eax)
-       notrack jmp *(%eax)
        fs notrack call *%eax
        notrack fs call *%eax
        notrack bnd call *%eax
        notrack data16 call *%eax
 
        .intel_syntax noprefix
-       notrack call [eax]
-       notrack jmp [eax]
        fs notrack call eax
        notrack fs call eax
        notrack bnd call eax