diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-18 17:06:16 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-03-18 17:06:16 +0000 |
commit | dc963441613a13b76213d8af85c9d6eddf763f61 (patch) | |
tree | ed2a11f69530fbd728c207344c99da89d16cb19c /include/elf/arm.h | |
parent | 5c9b5ac72d1a7d8326f234d5a2fb6ca5be1070e6 (diff) | |
download | cygnal-dc963441613a13b76213d8af85c9d6eddf763f61.tar.gz cygnal-dc963441613a13b76213d8af85c9d6eddf763f61.tar.bz2 cygnal-dc963441613a13b76213d8af85c9d6eddf763f61.zip |
* elf32-arm.c (elf32_arm_modify_segment_map): New function.
(elf32_arm_additional_program_headers): Likewise.
(elf_backend_modify_segment_map): Define.
(elf_backend_additional_program_headers): Likewise.
(elf32_arm_symbian_modify_segment_map): Use
elf32_arm_modify_segment_map.
* binutils/readelf.c (get_arm_segment_type): New function.
(get_segment_type): Use it.
* arm.h (PT_ARM_EXIDX): Define.
Diffstat (limited to 'include/elf/arm.h')
-rw-r--r-- | include/elf/arm.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/elf/arm.h b/include/elf/arm.h index 78678295d..de3ed0664 100644 --- a/include/elf/arm.h +++ b/include/elf/arm.h @@ -37,6 +37,9 @@ #define EF_ARM_VFP_FLOAT 0x400 #define EF_ARM_MAVERICK_FLOAT 0x800 +/* Frame unwind information */ +#define PT_ARM_EXIDX (PT_LOPROC + 1) + /* Other constants defined in the ARM ELF spec. version B-01. */ #define EF_ARM_SYMSARESORTED 0x04 /* NB conflicts with EF_INTERWORK */ #define EF_ARM_DYNSYMSUSESEGIDX 0x08 /* NB conflicts with EF_APCS26 */ |