The definition if the symbols, end, endbss etc, is moved
from a library to a file. This to avoid 2 libraries in this directory.
This commit is contained in:
parent
85239ebef6
commit
6c1b88998e
@ -1,12 +1,12 @@
|
|||||||
install:
|
install:
|
||||||
../../install head_em.s head_em
|
../../install head_em.s head_em
|
||||||
../../install libem_s.a tail_em.rt
|
../../install libem_s.a tail_em.rt
|
||||||
../../install libem_s.vend.a tail_em.vend
|
../../install end.s end_em.s
|
||||||
|
|
||||||
cmp:
|
cmp:
|
||||||
-../../compare head_em.s head_em
|
-../../compare head_em.s head_em
|
||||||
-../../compare libem_s.a tail_em.rt
|
-../../compare libem_s.a tail_em.rt
|
||||||
-../../compare libem_s.vend.a tail_em.vend
|
-../../compare end.s end_em.s
|
||||||
|
|
||||||
clean :
|
clean :
|
||||||
|
|
||||||
@ -14,6 +14,6 @@ opr :
|
|||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
pr:
|
pr:
|
||||||
@pr head_em.s
|
@pr `pwd`/head_em.s
|
||||||
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
@arch pv libem_s.a | pr -h `pwd`/libem_s.a
|
||||||
@arch pv libem_s.vend.a | pr -h `pwd`/libem_s.vend.a
|
@pr `pwd`/end.s
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user