All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Mundt <lethal@linux-sh.org>
To: Matthew Wilcox <willy@debian.org>
Cc: Linus Torvalds <torvalds@osdl.org>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ELF OSABI
Date: Wed, 10 Sep 2003 00:41:05 -0400	[thread overview]
Message-ID: <20030910044105.GA12758@linux-sh.org> (raw)
In-Reply-To: <20030910010933.GK18654@parcelfarce.linux.theplanet.co.uk>

[-- Attachment #1: Type: text/plain, Size: 577 bytes --]

On Wed, Sep 10, 2003 at 02:09:33AM +0100, Matthew Wilcox wrote:
> --- arch/mips/kernel/irixelf.c	8 Sep 2003 21:41:38 -0000	1.3
> +++ arch/mips/kernel/irixelf.c	8 Sep 2003 22:00:20 -0000	1.4
> @@ -1088,6 +1088,7 @@ static int irix_core_dump(long signr, st
>  	elf.e_ident[EI_CLASS] = ELFCLASS32;
>  	elf.e_ident[EI_DATA] = ELFDATA2LSB;
>  	elf.e_ident[EI_VERSION] = EV_CURRENT;
> +	elf->e_ident[EI_OSABI] = ELF_OSABI;
>  	memset(elf.e_ident+EI_PAD, 0, EI_NIDENT-EI_PAD);

Someone was a bit too hasty here. Perhaps it might be a good idea to
change this to elf.e_ident instead.


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2003-09-10  4:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-10  1:09 [PATCH] ELF OSABI Matthew Wilcox
2003-09-10  4:41 ` Paul Mundt [this message]
2003-09-10 11:40   ` Matthew Wilcox

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=20030910044105.GA12758@linux-sh.org \
    --to=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    --cc=willy@debian.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.