From: Alan Modra Date: Mon, 18 Jun 2007 02:09:20 +0000 (+0000) Subject: * embedspu.sh: Parse _SPUEAR_ symbol values as hex. X-Git-Tag: binutils-2_18-branchpoint~457 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dbdca70b82b81c3262b697fcf5c8d8378b2f905a;p=platform%2Fupstream%2Fbinutils.git * embedspu.sh: Parse _SPUEAR_ symbol values as hex. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 271d5b8..19a2f00 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2007-06-18 Brian D. Watt + + * embedspu.sh: Parse _SPUEAR_ symbol values as hex. + 2007-06-14 H.J. Lu * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd. diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 62b5bf7..b7b6620 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -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