* embedspu.sh: Parse _SPUEAR_ symbol values as hex.

This commit is contained in:
Alan Modra 2007-06-18 02:09:20 +00:00
parent af4a3a18d9
commit dbdca70b82
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2007-06-18 Brian D. Watt <bwatt@us.ibm.com>
* embedspu.sh: Parse _SPUEAR_ symbol values as hex.
2007-06-14 H.J. Lu <hongjiu.lu@intel.com>
* Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.

View File

@ -248,7 +248,7 @@ ${SYMBOL}:
print " .type '${SYMBOL}'_" substr($8, 9) ", @object"; \
print " .size '${SYMBOL}'_" substr($8, 9) ", 4"; \
print "'${SYMBOL}'_" substr($8, 9) ":"; \
print " .int " $2; \
print " .int 0x" $2; \
} \
'`
EOF