summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2008-03-06 00:15:04 +0000
committerIan Lance Taylor <iant@google.com>2008-03-06 00:15:04 +0000
commit9c17be7085ba9e0241709d9835e93d7834d9d49d (patch)
treebb1f84ec6a7d4832b58039b4f976b92261bf3ac3 /elfcpp
parent49fce8a79633d21d9f09d13168d0fa229a2eb670 (diff)
downloadbinutils-redhat-9c17be7085ba9e0241709d9835e93d7834d9d49d.tar.gz
Support --hash-style=gnu.
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/elfcpp.h4
1 files changed, 4 insertions, 0 deletions
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.