diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-10-11 01:28:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-10-11 01:28:19 +0000 |
commit | 27ed8628e15c517e59e7b4dce09feba169f59160 (patch) | |
tree | 2073b905ba4d33fbd59c6561aca97ab0729344af /elf/elf.h | |
parent | 0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e (diff) | |
download | glibc-27ed8628e15c517e59e7b4dce09feba169f59160.zip glibc-27ed8628e15c517e59e7b4dce09feba169f59160.tar.gz glibc-27ed8628e15c517e59e7b4dce09feba169f59160.tar.bz2 |
(SHT_GNU_LIBLIST): Added.
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -326,6 +326,7 @@ typedef struct #define SHT_SYMTAB_SHNDX 18 /* Extended section indeces */ #define SHT_NUM 19 /* Number of defined types. */ #define SHT_LOOS 0x60000000 /* Start OS-specific */ +#define SHT_GNU_LIBLIST 0x6ffffff7 /* Prelink library list */ #define SHT_CHECKSUM 0x6ffffff8 /* Checksum for DSO content. */ #define SHT_LOSUNW 0x6ffffffa /* Sun-specific low bound. */ #define SHT_SUNW_move 0x6ffffffa |