From: "Jan Beulich" <JBeulich@novell.com>
To: <linux-kernel@vger.kernel.org>
Subject: [PATCH] minor ELF addition
Date: Tue, 08 Nov 2005 13:54:40 +0100 [thread overview]
Message-ID: <4370AE20.76F0.0078.0@novell.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 109 bytes --]
A trivial addition to the ELF definitions.
From: Jan Beulich <jbeulich@novell.com>
(actual patch attached)
[-- Attachment #2: linux-2.6.14-elf.patch --]
[-- Type: application/octet-stream, Size: 476 bytes --]
A trivial addition to the ELF definitions.
From: Jan Beulich <jbeulich@novell.com>
--- 2.6.14/include/linux/elf.h 2005-10-28 02:02:08.000000000 +0200
+++ 2.6.14-elf/include/linux/elf.h 2005-11-04 16:19:34.000000000 +0100
@@ -151,6 +151,8 @@ typedef __s64 Elf64_Sxword;
#define STT_FUNC 2
#define STT_SECTION 3
#define STT_FILE 4
+#define STT_COMMON 5
+#define STT_TLS 6
#define ELF_ST_BIND(x) ((x) >> 4)
#define ELF_ST_TYPE(x) (((unsigned int) x) & 0xf)
next reply other threads:[~2005-11-08 12:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-08 12:54 Jan Beulich [this message]
2005-11-08 22:56 ` Andrew Morton
2005-11-09 8:03 ` Jan Beulich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4370AE20.76F0.0078.0@novell.com \
--to=jbeulich@novell.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome