浏览代码

+ adding assmbling of prt0.as to the script

mazen 22 年之前
父节点
当前提交
ae80816ac2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/sparc/asld.sh

+ 1 - 0
tests/sparc/asld.sh

@@ -8,6 +8,7 @@ echo Assembling $1
 if [ $? != 0 ]; then DoExitAsm system; fi
 if [ $? != 0 ]; then DoExitAsm system; fi
 echo Assembling system
 echo Assembling system
 /usr/local/bin/sparc-linux/as -o system.o system.s
 /usr/local/bin/sparc-linux/as -o system.o system.s
+/usr/local/bin/sparc-linux/as -o prt0.o ../../rtl/linux/sparc/prt0.as
 if [ $? != 0 ]; then DoExitAsm sparctest; fi
 if [ $? != 0 ]; then DoExitAsm sparctest; fi
 echo Linking sparctest
 echo Linking sparctest
 /usr/local/bin/sparc-linux/ld    -s -L. -o "$1" link.res
 /usr/local/bin/sparc-linux/ld    -s -L. -o "$1" link.res