summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2011-11-11 18:12:46 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2011-11-17 06:57:19 +0100
commit8c38a0a44b91579c20dac437c4715b51abeddcdd (patch)
tree11e396f95bb9ca79a5fc4a76d44cd949367c0b81
parent8e6c8198e0788e3990b57c0c76bd9ecf17e48f67 (diff)
uClibc: fix sparc build breakage
Closes #4021 Fix build breakage for sparc as reported in bug #4021 Patches from Konrad Eisele <konrad@gaisler.com> Submitted in the uclibc mailing list. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES4
-rw-r--r--toolchain/uClibc/uClibc-0.9.31.1-sparc-errno-fix.patch11
-rw-r--r--toolchain/uClibc/uClibc-0.9.32-sparc-errno-fix.patch11
3 files changed, 26 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8219cfa90..6435f9901 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,10 @@
Updated/fixed packages: distcc, file, gst-plugins-bad, libxcb,
mplayer, rpm, rrdtool, tar, tftpd
+ Issues resolved (http://bugs.uclibc.org):
+
+ #4021: uClibc: undefined reference to `__GI___errno_location'
+
2011.11-rc1, Released November 11th, 2011:
Fixes all over the tree and new features.
diff --git a/toolchain/uClibc/uClibc-0.9.31.1-sparc-errno-fix.patch b/toolchain/uClibc/uClibc-0.9.31.1-sparc-errno-fix.patch
new file mode 100644
index 000000000..44d06cb62
--- /dev/null
+++ b/toolchain/uClibc/uClibc-0.9.31.1-sparc-errno-fix.patch
@@ -0,0 +1,11 @@
+--- uClibc-0.9.32.ori/libc/sysdeps/linux/sparc/pipe.S 2011-06-08 21:35:20.000000000 +0200
++++ uClibc-0.9.32/libc/sysdeps/linux/sparc/pipe.S 2011-11-11 15:57:25.000000000 +0100
+@@ -52,7 +52,7 @@
+ restore %g0,%g0,%o0
+
+ .Lerror:
+- call HIDDEN_JUMPTARGET(__errno_location)
++ call __errno_location
+ or %g0,EINVAL,%i0
+ st %i0,[%o0]
+ ret
diff --git a/toolchain/uClibc/uClibc-0.9.32-sparc-errno-fix.patch b/toolchain/uClibc/uClibc-0.9.32-sparc-errno-fix.patch
new file mode 100644
index 000000000..44d06cb62
--- /dev/null
+++ b/toolchain/uClibc/uClibc-0.9.32-sparc-errno-fix.patch
@@ -0,0 +1,11 @@
+--- uClibc-0.9.32.ori/libc/sysdeps/linux/sparc/pipe.S 2011-06-08 21:35:20.000000000 +0200
++++ uClibc-0.9.32/libc/sysdeps/linux/sparc/pipe.S 2011-11-11 15:57:25.000000000 +0100
+@@ -52,7 +52,7 @@
+ restore %g0,%g0,%o0
+
+ .Lerror:
+- call HIDDEN_JUMPTARGET(__errno_location)
++ call __errno_location
+ or %g0,EINVAL,%i0
+ st %i0,[%o0]
+ ret