about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-10-11 01:28:19 +0000
committerUlrich Drepper <drepper@redhat.com>2001-10-11 01:28:19 +0000
commit27ed8628e15c517e59e7b4dce09feba169f59160 (patch)
tree2073b905ba4d33fbd59c6561aca97ab0729344af
parent0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e (diff)
downloadglibc-27ed8628e15c517e59e7b4dce09feba169f59160.tar.gz
glibc-27ed8628e15c517e59e7b4dce09feba169f59160.tar.xz
glibc-27ed8628e15c517e59e7b4dce09feba169f59160.zip
(SHT_GNU_LIBLIST): Added.
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 3b69cdcc72..b5bc262999 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -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