diff options
Diffstat (limited to 'gcc/gcc-test/src/i686.S')
-rw-r--r-- | gcc/gcc-test/src/i686.S | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/gcc-test/src/i686.S b/gcc/gcc-test/src/i686.S deleted file mode 100644 index 3ed9e86..0000000 --- a/gcc/gcc-test/src/i686.S +++ /dev/null @@ -1,9 +0,0 @@ -.globl asm -asm: - mov $7, %eax - ret - -.globl _asm -_asm: - mov $7, %eax - ret |