From c6eb9d3344585293799f6e97bd4c4219d7a428fb Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 27 Mar 2007 02:10:58 +0000 Subject: * embedspu.sh: Correct toe_addr quoting. --- binutils/embedspu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/embedspu.sh') diff --git a/binutils/embedspu.sh b/binutils/embedspu.sh index 693b5a4b15..3269ab8610 100644 --- a/binutils/embedspu.sh +++ b/binutils/embedspu.sh @@ -149,7 +149,7 @@ __speelf__: __spetoe__: `${READELF} -s -W ${INFILE} | grep ' _EAR_' | sort -k 2 | awk \ 'BEGIN { \ - addr = strtonum ("0x" '${toe_addr-0}'); \ + addr = strtonum ("0x" "'${toe_addr-0}'"); \ split ("'"${sections}"'", s, " "); \ for (i = 1; i in s; i += 3) { \ sec_off[s[i]] = strtonum ("0x" s[i+2]) - strtonum ("0x" s[i+1]); \ -- cgit v1.2.1