mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
Update.
* elf/elf.h (SHF_MASKOS): Added.
This commit is contained in:
parent
8fc1e2ca91
commit
0f0e233c0e
@ -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>
|
||||
|
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user