All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Daney <ddaney@avtrex.com>
To: Ralf Baechle <ralf@linux-mips.org>
Cc: andreev <andreev@niisi.msk.ru>, linux-mips@linux-mips.org
Subject: Re: Strace doesn't work on linux-2.4.28 and later
Date: Mon, 07 Feb 2005 13:20:49 -0800	[thread overview]
Message-ID: <4207DBB1.9000506@avtrex.com> (raw)
In-Reply-To: <20050207210825.GA6703@linux-mips.org>

Ralf Baechle wrote:
> Index: arch/mips/kernel/scall_o32.S
> ===================================================================
> RCS file: /home/cvs/linux/arch/mips/kernel/Attic/scall_o32.S,v
> retrieving revision 1.18.2.14
> diff -u -r1.18.2.14 scall_o32.S
> --- arch/mips/kernel/scall_o32.S	25 Nov 2004 09:43:59 -0000	1.18.2.14
> +++ arch/mips/kernel/scall_o32.S	7 Feb 2005 21:12:53 -0000
> @@ -121,15 +121,14 @@
>  
>  trace_a_syscall:
>  	SAVE_STATIC
> -	sw	t2, PT_SCRATCH0(sp)
> +	move	s0, sp
          ^^^^^^^^^^^^^
I think this should be "move s0, t2" as in scall_64.S et al.

David Daney.

  reply	other threads:[~2005-02-07 21:21 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-01 13:43 Strace doesn't work on linux-2.4.28 and later andreev
2005-02-07 19:28 ` David Daney
2005-02-07 19:39   ` David Daney
2005-02-07 21:08     ` Ralf Baechle
2005-02-07 21:20       ` David Daney [this message]
2005-02-07 21:17         ` Ralf Baechle

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=4207DBB1.9000506@avtrex.com \
    --to=ddaney@avtrex.com \
    --cc=andreev@niisi.msk.ru \
    --cc=linux-mips@linux-mips.org \
    --cc=ralf@linux-mips.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.