diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-06 00:15:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-06 00:15:04 +0000 |
commit | 13670ee6693f100f4b0b11b3a700d129b9bd67be (patch) | |
tree | 33e527af9c37e82a82a69c2c14458bc4364f0992 /elfcpp | |
parent | 94633a50947de1d5e19d6fd6a63196c6f8c092ab (diff) | |
download | gdb-13670ee6693f100f4b0b11b3a700d129b9bd67be.zip gdb-13670ee6693f100f4b0b11b3a700d129b9bd67be.tar.gz gdb-13670ee6693f100f4b0b11b3a700d129b9bd67be.tar.bz2 |
Support --hash-style=gnu.
Diffstat (limited to 'elfcpp')
-rw-r--r-- | elfcpp/elfcpp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h index 64f7c6c..dae0434 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. |