From: Christoph Hellwig <hch@infradead.org>
To: Jan Beulich <JBeulich@novell.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] minor ELF definitions addition
Date: Thu, 8 Sep 2005 15:32:16 +0100 [thread overview]
Message-ID: <20050908143216.GA9665@infradead.org> (raw)
In-Reply-To: <4320670B0200007800024411@emea1-mh.id2.novell.com>
On Thu, Sep 08, 2005 at 04:30:03PM +0200, Jan Beulich wrote:
> (Note: Patch also attached because the inline version is certain to get
> line wrapped.)
>
> A trivial addition to the EFL definitions.
Why? They're obviously not needed in kernelspace..
>
> Signed-off-by: Jan Beulich <jbeulich@novell.com>
>
> diff -Npru 2.6.13/include/linux/elf.h 2.6.13-elf/include/linux/elf.h
> --- 2.6.13/include/linux/elf.h 2005-08-29 01:41:01.000000000 +0200
> +++ 2.6.13-elf/include/linux/elf.h 2005-03-16 12:24:42.000000000
> +0100
> @@ -150,6 +150,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)
>
---end quoted text---
next prev parent reply other threads:[~2005-09-08 14:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-08 14:30 [PATCH] minor ELF definitions addition Jan Beulich
2005-09-08 14:32 ` Christoph Hellwig [this message]
2005-09-08 14:40 ` Jan Beulich
2005-09-09 3:45 ` Andi Kleen
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=20050908143216.GA9665@infradead.org \
--to=hch@infradead.org \
--cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.