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:
parent
66f93f08c5
commit
c6ceaac1af
|
@ -58,8 +58,6 @@ begdata:
|
||||||
|
|
||||||
.sect .bss
|
.sect .bss
|
||||||
begbss:
|
begbss:
|
||||||
.define hol0
|
|
||||||
.comm hol0, 8 ! line number and filename (for debugging)
|
|
||||||
|
|
||||||
.define _errno
|
.define _errno
|
||||||
.comm _errno, 4 ! Posix errno storage
|
.comm _errno, 4 ! Posix errno storage
|
||||||
|
|
|
@ -19,6 +19,7 @@ acklibrary {
|
||||||
"./sigaction.s",
|
"./sigaction.s",
|
||||||
"./stat.s",
|
"./stat.s",
|
||||||
"./write.s",
|
"./write.s",
|
||||||
|
"plat/linux/libsys/_hol0.s",
|
||||||
"plat/linux386/libsys/trapno.s",
|
"plat/linux386/libsys/trapno.s",
|
||||||
"plat/osx/libsys/brk.c",
|
"plat/osx/libsys/brk.c",
|
||||||
"plat/osx/libsys/creat.c",
|
"plat/osx/libsys/creat.c",
|
||||||
|
|
|
@ -49,8 +49,6 @@ begdata:
|
||||||
|
|
||||||
.sect .bss
|
.sect .bss
|
||||||
begbss:
|
begbss:
|
||||||
.define hol0
|
|
||||||
.comm hol0, 8 ! line number and filename (for debugging)
|
|
||||||
|
|
||||||
.define _errno
|
.define _errno
|
||||||
.comm _errno, 4 ! Posix errno storage
|
.comm _errno, 4 ! Posix errno storage
|
||||||
|
|
|
@ -19,6 +19,7 @@ acklibrary {
|
||||||
"./sigaction.s",
|
"./sigaction.s",
|
||||||
"./stat.s",
|
"./stat.s",
|
||||||
"./write.s",
|
"./write.s",
|
||||||
|
"plat/linux/libsys/_hol0.s",
|
||||||
"plat/osx/libsys/brk.c",
|
"plat/osx/libsys/brk.c",
|
||||||
"plat/osx/libsys/creat.c",
|
"plat/osx/libsys/creat.c",
|
||||||
"plat/osx/libsys/isatty.c",
|
"plat/osx/libsys/isatty.c",
|
||||||
|
|
Loading…
Reference in a new issue