fix-lwp-20031010

abort needs _C_LABEL too
add dependency on process.i386.s to process.o
This commit is contained in:
Jim Rees 2003-10-10 14:12:05 +00:00
parent c4af168c73
commit 7a8a5aaec3
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ process.s:
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;; \

View File

@ -59,9 +59,9 @@ ENTRY(savecontext)
L1:
jmp *f(%ebp) /* ebx = &f */
/* Shouldnt be here....*/
/* Shouldn't be here....*/
call abort
call _C_LABEL(abort)
/*
* returnto(area2)
@ -85,4 +85,4 @@ ENTRY(returnto)
/* I see, said the blind man, as he picked up his hammer and saw! */
pushl $1234
call abort
call _C_LABEL(abort)