abort needs _C_LABEL too
add dependency on process.i386.s to process.o
echo Nothing to be done for process.s
# This is required so sgi_64+ does not try to build this file.
-process.o : process.s process.c
+process.o : process.s process.i386.s process.c
@case "$(SYS_NAME)" in \
pmax_he1) \
$(CC) ${LWP_DBG} ${LWP_OPTMZ} -c -I${TOP_INCDIR} process.s;; \
L1:
jmp *f(%ebp) /* ebx = &f */
-/* Shouldnt be here....*/
+/* Shouldn't be here....*/
- call abort
+ call _C_LABEL(abort)
/*
* returnto(area2)
/* I see, said the blind man, as he picked up his hammer and saw! */
pushl $1234
- call abort
+ call _C_LABEL(abort)