omap3.inc: bump MACHINE_KERNEL_PR for beagleboard changes
[openembedded.git] / recipes / uclibc / uclibc-git / include-arm-asm.h.patch
blob55c312e2ca2d99939814ba4dc9d0780c2485a0e2
1 Delivered-To: raj.khem@gmail.com
2 Received: by 10.90.86.4 with SMTP id j4cs313304agb;
3 Sat, 8 Jan 2011 16:45:19 -0800 (PST)
4 Received: by 10.227.155.75 with SMTP id r11mr17188266wbw.3.1294533918432;
5 Sat, 08 Jan 2011 16:45:18 -0800 (PST)
6 Return-Path: <yann.morin.1998@anciens.enib.fr>
7 Received: from smtp.smtpout.orange.fr (smtp01.smtpout.orange.fr [80.12.242.123])
8 by mx.google.com with ESMTP id k3si33753340wbx.29.2011.01.08.16.45.17;
9 Sat, 08 Jan 2011 16:45:18 -0800 (PST)
10 Received-SPF: neutral (google.com: 80.12.242.123 is neither permitted nor denied by best guess record for domain of yann.morin.1998@anciens.enib.fr) client-ip=80.12.242.123;
11 Authentication-Results: mx.google.com; spf=neutral (google.com: 80.12.242.123 is neither permitted nor denied by best guess record for domain of yann.morin.1998@anciens.enib.fr) smtp.mail=yann.morin.1998@anciens.enib.fr
12 Received: from roazhon.bzh.lan ([90.32.245.227])
13 by mwinf5d24 with ME
14 id tClC1f0024v5z3u03ClHDf; Sun, 09 Jan 2011 01:45:17 +0100
15 From: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
16 To: uclibc@uclibc.org
17 Cc: Khem Raj <raj.khem@gmail.com>,
18 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>,
19 Carmelo AMOROSO <carmelo.amoroso@st.com>
20 Subject: [PATCH 5/7] ARM: #include <bits/arm_asm.h> where __USE_BX__ is used
21 Date: Sun, 9 Jan 2011 01:45:08 +0100
22 Message-Id: <1294533910-19305-6-git-send-email-yann.morin.1998@anciens.enib.fr>
23 X-Mailer: git-send-email 1.7.1
24 In-Reply-To: <1294533910-19305-1-git-send-email-yann.morin.1998@anciens.enib.fr>
25 References: <1294533910-19305-1-git-send-email-yann.morin.1998@anciens.enib.fr>
27 The check for __USE_BX__ will be available in bits/arm_asm.h,
28 so the latter must be included wherever the former is used.
30 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
31 Cc: Khem Raj <raj.khem@gmail.com>
32 Cc: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
33 Cc: Carmelo AMOROSO <carmelo.amoroso@st.com>
34 ---
35 ldso/ldso/arm/dl-startup.h | 1 +
36 libc/sysdeps/linux/arm/sysdep.h | 1 +
37 2 files changed, 2 insertions(+), 0 deletions(-)
39 diff --git a/ldso/ldso/arm/dl-startup.h b/ldso/ldso/arm/dl-startup.h
40 index a95389d..2dfdaff 100644
41 --- a/ldso/ldso/arm/dl-startup.h
42 +++ b/ldso/ldso/arm/dl-startup.h
43 @@ -7,6 +7,7 @@
46 #include <features.h>
47 +#include <bits/arm_asm.h>
49 #if !defined(__thumb__)
50 __asm__(
51 diff --git a/libc/sysdeps/linux/arm/sysdep.h b/libc/sysdeps/linux/arm/sysdep.h
52 index 013f88c..e498695 100644
53 --- a/libc/sysdeps/linux/arm/sysdep.h
54 +++ b/libc/sysdeps/linux/arm/sysdep.h
55 @@ -21,6 +21,7 @@
56 #define _LINUX_ARM_SYSDEP_H 1
58 #include <common/sysdep.h>
59 +#include <bits/arm_asm.h>
61 #include <sys/syscall.h>
62 /* For Linux we can use the system call table in the header file
63 --
64 1.7.1