diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:46:36 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-04 11:46:36 +0100 |
commit | 358b3c8894088e196747a1f64961d43d9656c3e1 (patch) | |
tree | 8489f956510acb9b648f7eb42015f94708a21223 /recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch | |
parent | 8ac85f656c678b4e0cb458e8e5876f4c37756eff (diff) |
linux-omap 2.6.29: backport some relocations from .31, this is needed if you are using one of those broken CSL binutils
Diffstat (limited to 'recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch')
-rw-r--r-- | recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch b/recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch new file mode 100644 index 0000000000..627f03c785 --- /dev/null +++ b/recipes/linux/linux-omap-2.6.29/2.6.29_relocation_1.patch @@ -0,0 +1,11 @@ +--- /tmp/elf.h 2009-11-03 20:29:16.000000000 +0100 ++++ git/arch/arm/include/asm/elf.h 2009-11-03 20:29:40.000000000 +0100 +@@ -50,6 +50,8 @@ + #define R_ARM_ABS32 2 + #define R_ARM_CALL 28 + #define R_ARM_JUMP24 29 ++#define R_ARM_MOVW_ABS_NC 43 ++#define R_ARM_MOVT_ABS 44 + + /* + * These are used to set parameters in the core dumps. |