Account for C vs. assembly in tas and getcallerpc. Sigh.
This commit is contained in:
parent
4615bace42
commit
6a0523b94e
1 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ cd lib9
|
||||||
9c exec.c
|
9c exec.c
|
||||||
9c fcallfmt.c
|
9c fcallfmt.c
|
||||||
9c ffork-$SYSNAME.c
|
9c ffork-$SYSNAME.c
|
||||||
9a getcallerpc-$OBJTYPE.s
|
9a getcallerpc-$OBJTYPE.s || 9c getcallerpc-$OBJTYPE.c
|
||||||
9c getenv.c
|
9c getenv.c
|
||||||
9c getfields.c
|
9c getfields.c
|
||||||
9c getns.c
|
9c getns.c
|
||||||
|
|
@ -67,7 +67,7 @@ cd lib9
|
||||||
9c sleep.c
|
9c sleep.c
|
||||||
9c strecpy.c
|
9c strecpy.c
|
||||||
9c sysfatal.c
|
9c sysfatal.c
|
||||||
9c tas-$OBJTYPE.c
|
9a tas-$SYSNAME.s || 9c tas-$SYSNAME.c
|
||||||
9c time.c
|
9c time.c
|
||||||
9c tokenize.c
|
9c tokenize.c
|
||||||
9c u16.c
|
9c u16.c
|
||||||
|
|
@ -128,7 +128,7 @@ cd lib9
|
||||||
9c utf/utfrrune.c
|
9c utf/utfrrune.c
|
||||||
9c utf/utfrune.c
|
9c utf/utfrune.c
|
||||||
9c utf/utfutf.c
|
9c utf/utfutf.c
|
||||||
9ar rvc ../../lib/lib9.a _exits.o _p9dialparse.o _p9dir.o _p9proc.o _p9translate.o access.o announce.o argv0.o atexit.o atnotify.o await.o cistrcmp.o cistrncmp.o cistrstr.o cleanname.o convD2M.o convM2D.o convM2S.o convS2M.o create.o ctime.o date.o dial.o dirfstat.o dirfwstat.o dirmodefmt.o dirread.o dirstat.o dirwstat.o dup.o encodefmt.o errstr.o exec.o fcallfmt.o ffork-$SYSNAME.o getcallerpc-$OBJTYPE.o getenv.o getfields.o getns.o getuser.o getwd.o jmp.o lock.o main.o malloc.o malloctag.o mallocz.o nan.o needsrcquote.o netmkaddr.o notify.o nrand.o nulldir.o open.o pipe.o post9p.o postnote.o qlock.o quote.o read9pmsg.o readn.o rendez-Darwin.o rfork.o seek.o sendfd.o sleep.o strecpy.o sysfatal.o tas-PowerMacintosh.o time.o tokenize.o u16.o u32.o u64.o wait.o waitpid.o dofmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o runestrcat.o runestrchr.o runestrcmp.o runestrcpy.o runestrdup.o runestrlen.o runestrecpy.o runestrncat.o runestrncmp.o runestrncpy.o runestrrchr.o runestrstr.o runetype.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o
|
9ar rvc ../../lib/lib9.a _exits.o _p9dialparse.o _p9dir.o _p9proc.o _p9translate.o access.o announce.o argv0.o atexit.o atnotify.o await.o cistrcmp.o cistrncmp.o cistrstr.o cleanname.o convD2M.o convM2D.o convM2S.o convS2M.o create.o ctime.o date.o dial.o dirfstat.o dirfwstat.o dirmodefmt.o dirread.o dirstat.o dirwstat.o dup.o encodefmt.o errstr.o exec.o fcallfmt.o ffork-$SYSNAME.o getcallerpc-$OBJTYPE.o getenv.o getfields.o getns.o getuser.o getwd.o jmp.o lock.o main.o malloc.o malloctag.o mallocz.o nan.o needsrcquote.o netmkaddr.o notify.o nrand.o nulldir.o open.o pipe.o post9p.o postnote.o qlock.o quote.o read9pmsg.o readn.o rendez-$SYSNAME.o rfork.o seek.o sendfd.o sleep.o strecpy.o sysfatal.o tas-$OBJTYPE.o time.o tokenize.o u16.o u32.o u64.o wait.o waitpid.o dofmt.o fltfmt.o fmt.o fmtfd.o fmtfdflush.o fmtlock.o fmtprint.o fmtquote.o fmtrune.o fmtstr.o fmtvprint.o fprint.o nan64.o print.o runefmtstr.o runeseprint.o runesmprint.o runesnprint.o runesprint.o runevseprint.o runevsmprint.o runevsnprint.o seprint.o smprint.o snprint.o sprint.o strtod.o vfprint.o vseprint.o vsmprint.o vsnprint.o charstod.o pow10.o rune.o runestrcat.o runestrchr.o runestrcmp.o runestrcpy.o runestrdup.o runestrlen.o runestrecpy.o runestrncat.o runestrncmp.o runestrncpy.o runestrrchr.o runestrstr.o runetype.o utfecpy.o utflen.o utfnlen.o utfrrune.o utfrune.o utfutf.o
|
||||||
cd ..
|
cd ..
|
||||||
cd libbio
|
cd libbio
|
||||||
9c bbuffered.c
|
9c bbuffered.c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue