From 346abd962daabf7fd33b70382d2e44bd7942b7de Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Jan 2001 13:37:04 +0000 Subject: Remove generated files. Bring Makefile behavior into sync with other arches. --- libc/sysdeps/linux/m68k/errno.s | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 libc/sysdeps/linux/m68k/errno.s (limited to 'libc/sysdeps/linux/m68k/errno.s') 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 -- cgit v1.2.3