summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@google.com>2010-08-12 22:18:14 +0000
committerCary Coutant <ccoutant@google.com>2010-08-12 22:18:14 +0000
commitcd99c320a0027ee4506a1e4653912c4993daeb66 (patch)
tree464a285e72ec416132799eb7eea99dbe2fdced30 /elfcpp
parent28d11c61a0f8ee14ff861a23e39ca9562830eb17 (diff)
downloadbinutils-redhat-cd99c320a0027ee4506a1e4653912c4993daeb66.tar.gz
gold/ChangeLog:
* testsuite/incremental_test.sh: Rewrite. * testsuite/incremental_test_1.c: Rewrite. * testsuite/incremental_test_2.c: Rewrite.
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/ChangeLog4
-rw-r--r--elfcpp/elfcpp.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog
index 7488984e9c..e2de091830 100644
--- a/elfcpp/ChangeLog
+++ b/elfcpp/ChangeLog
@@ -1,5 +1,9 @@
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,
SHT_GNU_INCREMENTAL_RELOCS.
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.