Turns out I wasn't building the syscall libraries. Do so.
This commit is contained in:
20
plat/linux/libsys/_hol0.s
Normal file
20
plat/linux/libsys/_hol0.s
Normal file
@@ -0,0 +1,20 @@
|
||||
#
|
||||
! $Source: /cvsroot/tack/Ack/plat/linux386/libsys/_hol0.s,v $
|
||||
! $State: Exp $
|
||||
! $Revision: 1.1 $
|
||||
|
||||
! Declare segments (the order is important).
|
||||
|
||||
.sect .text
|
||||
.sect .rom
|
||||
.sect .data
|
||||
.sect .bss
|
||||
|
||||
.sect .text
|
||||
|
||||
!
|
||||
! This data block is used to store information about the current line number
|
||||
! and file.
|
||||
|
||||
.define hol0
|
||||
.comm hol0, 8
|
||||
Reference in New Issue
Block a user