From 3e92af04661b8f513c53e8b5a74464c911884f4f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 30 Nov 2001 07:09:22 +0000 Subject: Add support for mmu-full m68k systems, such as oldworld macs. -Erik --- libc/sysdeps/linux/m68k/crt0.S | 2 -- 1 file changed, 2 deletions(-) (limited to 'libc/sysdeps/linux/m68k/crt0.S') 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 */ -- cgit v1.2.3