* elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.
authorCary Coutant <ccoutant@google.com>
Thu, 12 Aug 2010 22:18:14 +0000 (22:18 +0000)
committerCary Coutant <ccoutant@google.com>
Thu, 12 Aug 2010 22:18:14 +0000 (22:18 +0000)
elfcpp/ChangeLog
elfcpp/elfcpp.h

index 7488984e9ca83aacea0645f4985e2b0e26d5b018..e2de091830a9a56cd31431af8a500a92662dd7ec 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-12  Cary Coutant  <ccoutant@google.com>
+
+       * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_GOT_PLT.
+
 2010-08-12  Cary Coutant  <ccoutant@google.com>
 
        * elfcpp.h (enum SHT): Add SHT_GNU_INCREMENTAL_SYMTAB,
index c46fbf5a47f1e2866a1514c09542c4fc2274f55e..b3eff64c48755dfb5c294e53f0981c6c0b232990 100644 (file)
@@ -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.
This page took 0.026446 seconds and 4 git commands to generate.