Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
2001-09-28  Ulrich Drepper  <drepper@redhat.com>

	* elf/elf.h: Define SHF_GROUP and SHF_TLS.
  • Loading branch information
Ulrich Drepper committed Sep 28, 2001
1 parent 23ac6e3 commit ddb96b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2001-09-28 Ulrich Drepper <drepper@redhat.com>

* elf/elf.h: Define SHF_GROUP and SHF_TLS.

2001-09-25 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
Expand Down
2 changes: 2 additions & 0 deletions elf/elf.h
Expand Up @@ -342,6 +342,8 @@ typedef struct
#define SHF_LINK_ORDER (1 << 7) /* Preserve order after combining */
#define SHF_OS_NONCONFORMING (1 << 8) /* Non-standard OS specific handling
required */
#define SHF_GROUP (1 << 9) /* Section is member of a group. */
#define SHF_TLS (1 << 10) /* Section hold thread-local data. */
#define SHF_MASKOS 0x0ff00000 /* OS-specific. */
#define SHF_MASKPROC 0xf0000000 /* Processor-specific */

Expand Down

0 comments on commit ddb96b7

Please sign in to comment.