aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2023-04-28 10:53:05 +0200
committerFlorian Weimer <fweimer@redhat.com>2023-04-28 10:53:05 +0200
commit2fa7fd1af733e323fa90d059e2ba60ec965d2cbb (patch)
tree8f2aa294ede5ef068c3a00e725f1c4b653559aed
parentaf16a59ee1f72392b88d439d8f802c9844f86f4f (diff)
downloadglibc-2fa7fd1af733e323fa90d059e2ba60ec965d2cbb.zip
glibc-2fa7fd1af733e323fa90d059e2ba60ec965d2cbb.tar.gz
glibc-2fa7fd1af733e323fa90d059e2ba60ec965d2cbb.tar.bz2
elf.h: add PT_GNU_SFRAME
Support for SFrame format is available in Binutils 2.40. The GNU ld merges the input .sframe sections and creates an output .sframe section in a segment PT_GNU_SFRAME.
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 4bc0e42..94ca23c 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -728,6 +728,7 @@ typedef struct
#define PT_GNU_STACK 0x6474e551 /* Indicates stack executability */
#define PT_GNU_RELRO 0x6474e552 /* Read-only after relocation */
#define PT_GNU_PROPERTY 0x6474e553 /* GNU property */
+#define PT_GNU_SFRAME 0x6474e554 /* SFrame segment. */
#define PT_LOSUNW 0x6ffffffa
#define PT_SUNWBSS 0x6ffffffa /* Sun Specific segment */
#define PT_SUNWSTACK 0x6ffffffb /* Stack segment */