1999-08-20  Ulrich Drepper  <drepper@cygnus.com>

	* elf/elf.h: Corrected SHT_ values from new draft.
This commit is contained in:
Ulrich Drepper 1999-08-20 16:19:47 +00:00
parent 6c85d1e98d
commit f05ce1953c
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
1999-08-20 Ulrich Drepper <drepper@cygnus.com>
* elf/elf.h: Corrected SHT_ values from new draft.
1999-08-20 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/sys/sendfile.h: Fix typo.

View File

@ -287,10 +287,10 @@ typedef struct
#define SHT_REL 9 /* Relocation entries, no addends */
#define SHT_SHLIB 10 /* Reserved */
#define SHT_DYNSYM 11 /* Dynamic linker symbol table */
#define SHT_INIT_ARRAY 13 /* Array of constructors */
#define SHT_FINI_ARRAY 14 /* Array of destructors */
#define SHT_PREINIT_ARRAY 15 /* Array of pre-constructors */
#define SHT_NUM 16 /* Number of defined types. */
#define SHT_INIT_ARRAY 14 /* Array of constructors */
#define SHT_FINI_ARRAY 15 /* Array of destructors */
#define SHT_PREINIT_ARRAY 16 /* Array of pre-constructors */
#define SHT_NUM 17 /* Number of defined types. */
#define SHT_LOOS 0x60000000 /* Start OS-specific */
#define SHT_LOSUNW 0x6ffffffb /* Sun-specific low bound. */
#define SHT_SUNW_COMDAT 0x6ffffffb