]> sourceware.org Git - glibc.git/commitdiff
2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
authorRoland McGrath <roland@gnu.org>
Tue, 22 Mar 2005 21:48:18 +0000 (21:48 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 22 Mar 2005 21:48:18 +0000 (21:48 +0000)
* elf/elf.h (PT_ARM_EXIDX): New macro.

elf/elf.h

index b84cc0e3ad489fb47c4b5db9d7e0dbe38ff8a0d0..8a9f7fd482bd54c1baac0ff7bcbecdff25aed439 100644 (file)
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -2138,7 +2138,11 @@ typedef Elf32_Addr Elf32_Conflict;
 #define PF_ARM_SB          0x10000000   /* Segment contains the location
                                           addressed by the static base */
 
+/* Processor specific values for the Phdr p_type field.  */
+#define PT_ARM_EXIDX   0x70000001      /* .ARM.exidx segment */
+
 /* ARM relocs.  */
+
 #define R_ARM_NONE             0       /* No reloc */
 #define R_ARM_PC24             1       /* PC relative 26 bit branch */
 #define R_ARM_ABS32            2       /* Direct 32 bit  */
This page took 0.048554 seconds and 5 git commands to generate.