mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
* embedspu.sh: Parse _SPUEAR_ symbol values as hex.
This commit is contained in:
parent
af4a3a18d9
commit
dbdca70b82
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user