summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/m68k/crt0.S
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-11-30 07:09:22 +0000
committerEric Andersen <andersen@codepoet.org>2001-11-30 07:09:22 +0000
commit3e92af04661b8f513c53e8b5a74464c911884f4f (patch)
tree90290de63ee8a5ad40f4f5e3140da13f9dfd8ffa /libc/sysdeps/linux/m68k/crt0.S
parent204be1a7248a0ca89938af859b77f3f5342c32fc (diff)
Add support for mmu-full m68k systems, such as oldworld macs.
-Erik
Diffstat (limited to 'libc/sysdeps/linux/m68k/crt0.S')
-rw-r--r--libc/sysdeps/linux/m68k/crt0.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/m68k/crt0.S b/libc/sysdeps/linux/m68k/crt0.S
index 3e828cc3a..04aae1466 100644
--- a/libc/sysdeps/linux/m68k/crt0.S
+++ b/libc/sysdeps/linux/m68k/crt0.S
@@ -34,9 +34,7 @@ Cambridge, MA 02139, USA. */
nop
_start: /* put here so that references to _start work with elf-PIC */
-#ifndef __UCLIBC_HAS_MMU__
movea.l %d5, %a5 /* uClinux passes in data segment here */
-#endif
/*
* argc, argv and envp are on the stack, just call to main
*/