* elf/elf.h (SHF_MASKOS): Added.
This commit is contained in:
Ulrich Drepper 1999-09-11 02:23:08 +00:00
parent 8fc1e2ca91
commit 0f0e233c0e
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
1999-09-10 Ulrich Drepper <drepper@cygnus.com>
* elf/elf.h (SHF_MASKOS): Added.
* sysdeps/unix/sysv/linux/sys/raw.h (RAW_MAJOR): Added.
1999-09-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>

View File

@ -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. */