From: Alan Modra Date: Thu, 1 Mar 2007 06:14:37 +0000 (+0000) Subject: * embedspu.sh: Set type and size of global program handle symbol. X-Git-Tag: drow-reverse-20070409-branchpoint~326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11d5fa8985cfd0148edb9521fd2d97296d8995c6;p=external%2Fbinutils.git * embedspu.sh: Set type and size of global program handle symbol. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5b465f9..010f52c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-03-01 Alan Modra + + * embedspu.sh: Set type and size of global program handle symbol. + 2007-02-28 Alan Modra * Makefile.am (PROGS): Delete. diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 86535b4..0d41865 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 }