diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-22 21:48:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-22 21:48:18 +0000 |
commit | eb13a70972eaa5d43e10fa98c07ae1728b184556 (patch) | |
tree | 366534e7fab9a3519a002c7ca51ba32c16b17615 /elf | |
parent | 12c879f8bf002fdeeb0f598fe1909e495dbb7901 (diff) | |
download | glibc-eb13a70972eaa5d43e10fa98c07ae1728b184556.tar.gz |
2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
* elf/elf.h (PT_ARM_EXIDX): New macro.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/elf.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 */ |