From b8c98837559029b807fc80b54d170b2c3184df1f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 13 Jan 2000 20:45:07 +0000 Subject: All m68k BSPs now build with new ELF style linkcmds. --- c/src/lib/libbsp/m68k/shared/start.S | 1 - 1 file changed, 1 deletion(-) (limited to 'c/src/lib/libbsp/m68k/shared/start.S') diff --git a/c/src/lib/libbsp/m68k/shared/start.S b/c/src/lib/libbsp/m68k/shared/start.S index 50099d9c43..4c9372e735 100644 --- a/c/src/lib/libbsp/m68k/shared/start.S +++ b/c/src/lib/libbsp/m68k/shared/start.S @@ -77,7 +77,6 @@ loop: movel #0,a1@+ | to zero out uninitialized jlt loop | loop until _end reached movel # SYM (_stack_init),d0 | d0 = stop of stack - andl #0xffffffc0,d0 | align it on 16 byte boundary movw #0x3700,sr | SUPV MODE,INTERRUPTS OFF!!! movel d0,a7 | set master stack pointer movel d0,a6 | set base pointer -- cgit v1.2.3