From fd6bb0ba5e64a5f7be52b9dc1362c2af2dea8e8a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Thu, 1 Mar 2007 06:14:37 +0000 Subject: * embedspu.sh: Set type and size of global program handle symbol. --- binutils/embedspu.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binutils/embedspu.sh') diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 86535b49b7..0d41865ba5 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -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 } -- cgit v1.2.1