diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-09-11 02:23:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-09-11 02:23:08 +0000 |
commit | 0f0e233c0e6a7c3df341566bbbd60917439f9cc9 (patch) | |
tree | 52dbf9fc24be9bb016a0c4639e1da56e5392448b /elf/elf.h | |
parent | 8fc1e2ca9193d5e1f2f17db22020c1af00500ae8 (diff) | |
download | glibc-0f0e233c0e6a7c3df341566bbbd60917439f9cc9.tar.gz glibc-0f0e233c0e6a7c3df341566bbbd60917439f9cc9.tar.xz glibc-0f0e233c0e6a7c3df341566bbbd60917439f9cc9.zip |
Update.
* elf/elf.h (SHF_MASKOS): Added.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h index b4bca9f0d8..503e9ecf56 100644 --- a/elf/elf.h +++ b/elf/elf.h @@ -312,6 +312,7 @@ typedef struct #define SHF_EXECINSTR (1 << 2) /* Executable */ #define SHF_MERGE (1 << 4) /* Might be merged */ #define SHF_STRINGS (1 << 5) /* Contains nul-terminated strings */ +#define SHF_MASKOS 0x0ff00000 /* OS-specific. */ #define SHF_MASKPROC 0xf0000000 /* Processor-specific */ /* Symbol table entry. */ |