[oe-commits] Sebastian Spaeth : glibc: fix armv4t interworking patch typo. Thanks to Phil Blundell for the hint.

git version control git at git.openembedded.org
Wed Nov 4 08:39:40 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: b7c9855c7ece03a0876c0d50922f908b65c5f095
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b7c9855c7ece03a0876c0d50922f908b65c5f095

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Wed Nov  4 09:38:39 2009 +0100

glibc: fix armv4t interworking patch typo. Thanks to Phil Blundell for the hint.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/glibc/files/armv4t-interworking.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/glibc/files/armv4t-interworking.patch b/recipes/glibc/files/armv4t-interworking.patch
index ce91ad6..5493e05 100644
--- a/recipes/glibc/files/armv4t-interworking.patch
+++ b/recipes/glibc/files/armv4t-interworking.patch
@@ -34,7 +34,7 @@
  #endif
  	@ pick the function arg and call address off the stack and execute
  	ldr	r0, [sp, #4]
-+#if defined(__ARM_ARCH_V4T__) && defined(__THUMB_INTERWORK__)
++#if defined(__ARM_ARCH_4T__) && defined(__THUMB_INTERWORK__)
 +	ldr 	ip, [sp], #8
 +	mov	lr, pc
 +        bx      ip





More information about the Openembedded-commits mailing list