From 84a3e6771f1337706dbf91cd1f8f27c7e671a2fb Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Thu, 12 Aug 2010 22:18:14 +0000 Subject: * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT. --- elfcpp/elfcpp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elfcpp/elfcpp.h') diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index c46fbf5a47..b3eff64c48 100644 --- a/elfcpp/elfcpp.h +++ b/elfcpp/elfcpp.h @@ -367,6 +367,7 @@ enum SHT SHT_GNU_INCREMENTAL_INPUTS = 0x6fff4700, SHT_GNU_INCREMENTAL_SYMTAB = 0x6fff4701, SHT_GNU_INCREMENTAL_RELOCS = 0x6fff4702, + SHT_GNU_INCREMENTAL_GOT_PLT = 0x6fff4703, // Object attributes. SHT_GNU_ATTRIBUTES = 0x6ffffff5, // GNU style dynamic hash table. -- cgit v1.2.3