* 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

@@ -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