* embedspu.sh: Set type and size of global program handle symbol.

This commit is contained in:
Alan Modra 2007-03-01 06:14:37 +00:00
parent 9c95710e8b
commit 11d5fa8985
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-03-01 Alan Modra <amodra@bigpond.net.au>
* embedspu.sh: Set type and size of global program handle symbol.
2007-02-28 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (PROGS): Delete.

View File

@ -166,6 +166,7 @@ $8 != "_EAR_" { \
.section .data,"aw",@progbits
.globl ${SYMBOL}
.type ${SYMBOL}, @object
# fill in a struct spe_program_handle
#ifdef _LP64
.p2align 3
@ -181,6 +182,7 @@ ${SYMBOL}:
.int __speelf__
.int __spetoe__
#endif
.size ${SYMBOL}, . - ${SYMBOL}
EOF
}