From 27ed8628e15c517e59e7b4dce09feba169f59160 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Oct 2001 01:28:19 +0000 Subject: (SHT_GNU_LIBLIST): Added. --- elf/elf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf/elf.h') 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 -- cgit v1.2.3