瀏覽代碼

add defines from GNU libc to fix ltrace compile

Closes ticket #4.
http://www.uclibc-ng.org/trac/ticket/4
Waldemar Brodkorb 9 年之前
父節點
當前提交
a8ef24af00
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      include/elf.h

+ 5 - 0
include/elf.h

@@ -2350,6 +2350,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 */