From 13670ee6693f100f4b0b11b3a700d129b9bd67be Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 6 Mar 2008 00:15:04 +0000 Subject: Support --hash-style=gnu. --- elfcpp/elfcpp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elfcpp/elfcpp.h') diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 64f7c6c2d1..dae0434699 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -346,6 +346,10 @@ enum SHT SHT_LOUSER = 0x80000000, SHT_HIUSER = 0xffffffff, // The remaining values are not in the standard. + // Object attributes. + SHT_GNU_ATTRIBUTES = 0x6ffffff5, + // GNU style dynamic hash table. + SHT_GNU_HASH = 0x6ffffff6, // List of prelink dependencies. SHT_GNU_LIBLIST = 0x6ffffff7, // Versions defined by file. -- cgit v1.2.3