All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Wienand <ianw@gelato.unsw.edu.au>
To: linux-ia64@vger.kernel.org
Subject: Re: ia32 core dumps
Date: Fri, 08 Aug 2003 00:27:01 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106030244024444@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106028340404901@msgid-missing>

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

On Thu, Aug 07, 2003 at 12:05:55PM -0700, Arun Sharma wrote:
> The attached patch implements core dump functionality for IA-32 
> applications running on ia64.

I just needed one little change to make it work against current linus
bitkeeper.  Otherwise it works great, thanks!

-i
ianw@gelato.unsw.edu.au
http://www.gelato.unsw.edu.au

[-- Attachment #2: elfcore32.h.diff --]
[-- Type: text/plain, Size: 426 bytes --]

===== elfcore32.h 1.1 vs 1.2 =====
--- 1.1/arch/ia64/ia32/elfcore32.h	Fri Aug  8 09:07:30 2003
+++ 1.2/arch/ia64/ia32/elfcore32.h	Fri Aug  8 10:05:00 2003
@@ -99,7 +99,7 @@
 }
 
 static inline int 
-elf_core_copy_task_fpregs(struct task_struct *tsk, elf_fpregset_t *fpu)
+elf_core_copy_task_fpregs(struct task_struct *tsk, struct pt_regs *xregs, elf_fpregset_t *fpu)
 {
 	struct ia32_user_i387_struct *fpstate = (void*)fpu;
 

  reply	other threads:[~2003-08-08  0:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07 19:05 ia32 core dumps Arun Sharma
2003-08-08  0:27 ` Ian Wienand [this message]
2003-08-08  6:23 ` David Mosberger

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=marc-linux-ia64-106030244024444@msgid-missing \
    --to=ianw@gelato.unsw.edu.au \
    --cc=linux-ia64@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.