Commit bcb42e432b5372b1876e8c8db68837d92d1f94ae

Anthony Green 2022-09-01T08:05:01

Fix .cfi pseudo-ops test. The existing tests were failing because the GCC was wrapping the test asm in cfi directives, which gas doesn't like. So now we test if the compiler emits them first, and assume that the assembler will accept them. If that doesn't work, then we test if the assembler will accept them assuming the compiler doesn't emit them.