improved alignments, and added libfp
This commit is contained in:
parent
bad6246b59
commit
4d67ee1150
1 changed files with 6 additions and 4 deletions
|
@ -14,7 +14,7 @@ var NRT=lib/mantra/head_
|
|||
var CPP_F=-Dunix=unix -D__USG
|
||||
var INCLUDES=-I{EM}/include/_tail_cc
|
||||
# 407 align is the default
|
||||
var ALIGN=-a0:2 -a1:2 -a2:2 -a3:2
|
||||
var ALIGN=-a0:4 -a1:4 -a2:4 -a3:4
|
||||
name be
|
||||
from .m.g
|
||||
to .s
|
||||
|
@ -44,9 +44,10 @@ name led
|
|||
to .out
|
||||
program {EM}/lib/em_led
|
||||
mapflag -l* LNAME={EM}/{LIB}*
|
||||
mapflag -i ALIGN=-a0:2 -a1:2 -a2:0x8000 -a3:2
|
||||
mapflag -n ALIGN=-a0:2 -a1:2 -a2:0x8000 -a3:2
|
||||
mapflag -nr ALIGN=-a0:2 -a1:0x8000 -a2:2 -a3:2
|
||||
mapflag -i ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
|
||||
mapflag -n ALIGN=-a0:4 -a1:4 -a2:0x8000 -a3:4
|
||||
mapflag -nr ALIGN=-a0:4 -a1:0x8000 -a2:4 -a3:4
|
||||
mapflag -fp LIBFP={EM}/{LIB}fp
|
||||
args -b0:0x80000 {ALIGN} (.e:{HEAD}={EM}/{NRT}em) \
|
||||
({RTS}:.ocm.b.c={EM}/{NRT}cc) \
|
||||
({RTS}:.mod={EM}/{NRT}m2) \
|
||||
|
@ -56,6 +57,7 @@ name led
|
|||
(.mod:{TAIL}={EM}/{NLIB}m2) \
|
||||
(.ocm:{TAIL}={EM}/{NLIB}ocm) \
|
||||
(.ocm.b.c:{TAIL}={EM}/{NLIB}cc.1s {EM}/{NLIB}cc.2g) \
|
||||
{LIBFP?} \
|
||||
(.e:{TAIL}={EM}/{LIB}em {EM}/{NLIB}mon {EM}/lib/{M}/end_em)
|
||||
linker
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue