diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:37:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-15 13:37:04 +0000 |
commit | 346abd962daabf7fd33b70382d2e44bd7942b7de (patch) | |
tree | 3250fd0320b1696f970a0811faa2abb6b1c77c1f /libc/sysdeps/linux/m68k/errno.s | |
parent | b239d3e6bfdddd54aa805a778b48a02793d8f1f4 (diff) |
Remove generated files. Bring Makefile behavior into sync with other arches.
Diffstat (limited to 'libc/sysdeps/linux/m68k/errno.s')
-rw-r--r-- | libc/sysdeps/linux/m68k/errno.s | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libc/sysdeps/linux/m68k/errno.s b/libc/sysdeps/linux/m68k/errno.s deleted file mode 100644 index bfd80af73..000000000 --- a/libc/sysdeps/linux/m68k/errno.s +++ /dev/null @@ -1,27 +0,0 @@ - .file "errno.c" -gcc2_compiled.: -__gnu_compiled_c: -.globl errno -.data - .even -errno: - .long 0 -.text - .even - .def __errno_location; .val __errno_location; .scl 2; .type 0144; .endef -.globl __errno_location -__errno_location: - .def .bf; .val .; .scl 101; .line 7; .endef - link.w %a6,#0 - .ln 2 - lea errno(%a5),%a0 - move.l %a0,%d1 - move.l %d1,%d0 - bra .L1 - .ln 3 -.L1: - .def .ef; .val .; .scl 101; .line 3; .endef - unlk %a6 - rts - .def __errno_location; .val .; .scl -1; .endef - .def errno; .val errno; .scl 2; .type 04; .endef |