summaryrefslogtreecommitdiff
path: root/binutils/embedspu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/embedspu.sh')
-rw-r--r--binutils/embedspu.sh2
1 files changed, 2 insertions, 0 deletions
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
}