From 3311e7e6901834cfda1eeb0cb64eb5ff8a62d707 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 9 Mar 2015 00:00:00 +0000 Subject: [PATCH] uclibc: add defines from GNU libc to fix ltrace compile Closes ticket #4. http://www.uclibc-ng.org/trac/ticket/4 Change-Id: I543c9da5afae8de3d02334b72dceb368db225ce4 --- uclibc/lib/contrib/uclibc/include/elf.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/uclibc/lib/contrib/uclibc/include/elf.h b/uclibc/lib/contrib/uclibc/include/elf.h index 7783b4814..c00eb3545 100644 --- a/uclibc/lib/contrib/uclibc/include/elf.h +++ b/uclibc/lib/contrib/uclibc/include/elf.h @@ -2355,6 +2355,11 @@ typedef Elf32_Addr Elf32_Conflict; #define SHF_ARM_COMDEF 0x80000000 /* Section may be multiply defined in the input to a link step */ +#define SHT_ARM_EXIDX (SHT_LOPROC + 1) /* ARM unwind section. */ +#define SHT_ARM_PREEMPTMAP (SHT_LOPROC + 2) /* Preemption details. */ +#define SHT_ARM_ATTRIBUTES (SHT_LOPROC + 3) /* ARM attributes section. */ + + /* ARM-specific program header flags */ #define PF_ARM_SB 0x10000000 /* Segment contains the location addressed by the static base */