* embedspu.sh: Parse _SPUEAR_ symbol values as hex.
authorAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2007 02:09:20 +0000 (02:09 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 18 Jun 2007 02:09:20 +0000 (02:09 +0000)
binutils/ChangeLog
binutils/embedspu.sh

index 271d5b8fbcac31a38193bcfe9e053ca30e347d48..19a2f002c7585b4c04236a09d92cae0a58956284 100644 (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.
index 62b5bf72ee41b4ba81e6b2b16c1751c5d1eb76a2..b7b6620321c520cdc15bc095627c178a6c31f2eb 100644 (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
This page took 0.024831 seconds and 4 git commands to generate.