Make osx386 and osxppc use _hol0.s like the other platforms.

Because I'm lazy, I didn't make another copy of _hol0.s; I am building
plat/linux/libsys/_hol0.s for OS X.
This commit is contained in:
George Koehler 2018-01-23 13:55:39 -05:00
parent 66f93f08c5
commit c6ceaac1af
4 changed files with 2 additions and 4 deletions

View file

@ -58,8 +58,6 @@ begdata:
.sect .bss
begbss:
.define hol0
.comm hol0, 8 ! line number and filename (for debugging)
.define _errno
.comm _errno, 4 ! Posix errno storage

View file

@ -19,6 +19,7 @@ acklibrary {
"./sigaction.s",
"./stat.s",
"./write.s",
"plat/linux/libsys/_hol0.s",
"plat/linux386/libsys/trapno.s",
"plat/osx/libsys/brk.c",
"plat/osx/libsys/creat.c",

View file

@ -49,8 +49,6 @@ begdata:
.sect .bss
begbss:
.define hol0
.comm hol0, 8 ! line number and filename (for debugging)
.define _errno
.comm _errno, 4 ! Posix errno storage

View file

@ -19,6 +19,7 @@ acklibrary {
"./sigaction.s",
"./stat.s",
"./write.s",
"plat/linux/libsys/_hol0.s",
"plat/osx/libsys/brk.c",
"plat/osx/libsys/creat.c",
"plat/osx/libsys/isatty.c",