From: Mark Kettenis <mark.kettenis@xs4all.nl>
To: emachado@linux.vnet.ibm.com
Cc: gdb-patches@sourceware.org, brobecker@adacore.com
Subject: Re: [PATCH] testsuite: asm-source.exp: use 'sys_exit' on powerpc.inc
Date: Thu, 25 Nov 2010 11:23:00 -0000 [thread overview]
Message-ID: <201011251123.oAPBN6at018614@glazunov.sibelius.xs4all.nl> (raw)
In-Reply-To: <1290537939-28990-1-git-send-email-emachado@linux.vnet.ibm.com> (message from Edjunior Barbosa Machado on Tue, 23 Nov 2010 16:45:39 -0200)
> From: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
> Date: Tue, 23 Nov 2010 16:45:39 -0200
>
> With this patch, ppc32 uses 'sys_exit' sequence on gdbasm_exit0 macro.
Isn't this somewhat OS-dependent? It'll work on OpenBSD since the
exit system call is indeed #1 there, but there is no guarantee that's
true on all OSes isn't it?
And doesn't this pass random garbage as the argument to the exit system call?
> gdb/testsuite/
> 2010-11-23 Edjunior Machado <emachado@br.ibm.com>
>
> * powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
>
> diff --git a/gdb/testsuite/gdb.asm/powerpc.inc b/gdb/testsuite/gdb.asm/powerpc.inc
> index a0797bf..ab700c2 100644
> --- a/gdb/testsuite/gdb.asm/powerpc.inc
> +++ b/gdb/testsuite/gdb.asm/powerpc.inc
> @@ -29,9 +29,9 @@
>
> comment "exit (0)"
> .macro gdbasm_exit0
> - comment "Don't know how to exit, but this will certainly halt..."
> - li 0, 0
> - lwz 0, 0(0)
> + comment "sys_exit"
> + li 0, 1
> + sc
> .endm
>
> comment "crt0 startup"
> --
> 1.7.1
>
>
next prev parent reply other threads:[~2010-11-25 11:23 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-10 7:30 [PATCH] testsuite: asm-source.exp: add powerpc64 support Edjunior Barbosa Machado
2010-11-10 7:45 ` Mark Kettenis
2010-11-10 13:01 ` Edjunior Barbosa Machado
2010-11-20 5:34 ` Joel Brobecker
2010-11-23 18:44 ` Edjunior Barbosa Machado
2010-11-23 20:01 ` Joel Brobecker
2010-11-24 18:20 ` Thiago Jung Bauermann
2010-11-23 18:46 ` [PATCH] testsuite: asm-source.exp: use 'sys_exit' on powerpc.inc Edjunior Barbosa Machado
2010-11-24 18:22 ` Thiago Jung Bauermann
2010-11-25 11:23 ` Mark Kettenis [this message]
2010-11-25 13:56 ` Edjunior Barbosa Machado
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=201011251123.oAPBN6at018614@glazunov.sibelius.xs4all.nl \
--to=mark.kettenis@xs4all.nl \
--cc=brobecker@adacore.com \
--cc=emachado@linux.vnet.ibm.com \
--cc=gdb-patches@sourceware.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