This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] 1/4 Constants


On Mon, 2007-03-19 at 19:55 +0000, Alex Bennee wrote:

From: Alex Bennee
Date: Fri, 16 Mar 2007 15:43:16 +0000
Subject: [PATCH] Added some version defines

---
 include/elf/common.h |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/include/elf/common.h b/include/elf/common.h
index b11171b..d417521 100644
--- a/include/elf/common.h
+++ b/include/elf/common.h
@@ -343,13 +343,20 @@
 /* The next three section types are defined by Solaris, and are named
    SHT_SUNW*.  We use them in GNU code, so we also define SHT_GNU*
    versions.  */
+
+#define SHT_SUNW_dof 0x6ffffff4 /* Dtrace object format */
+#define SHT_SUNW_syminfo 0x6ffffffc /* Additional Symbol information */
 #define SHT_SUNW_verdef	0x6ffffffd	/* Versions defined by file */
 #define SHT_SUNW_verneed 0x6ffffffe	/* Versions needed by file */
 #define SHT_SUNW_versym	0x6fffffff	/* Symbol versions */
+#define SHT_SUNW_signature 0x6ffffff6 /* RSA signature thing */
 
+#define SHT_GNU_dof SHT_SUNW_dof
+#define SHT_GNU_syminfo SHT_SUNW_syminfo
 #define SHT_GNU_verdef	SHT_SUNW_verdef
 #define SHT_GNU_verneed	SHT_SUNW_verneed
 #define SHT_GNU_versym	SHT_SUNW_versym
+#define SHT_GNU_signature	SHT_SUNW_signature
 
 #define SHT_LOPROC	0x70000000	/* Processor-specific semantics, lo */
 #define SHT_HIPROC	0x7FFFFFFF	/* Processor-specific semantics, hi */
-- 
1.4.3.4


-- 
Alex, homepage: http://www.bennee.com/~alex/
Good night to spend with family, but avoid arguments with your mate's
new lover.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]