From: Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
To: Mark Kettenis <mark.kettenis@xs4all.nl>
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 13:56:00 -0000 [thread overview]
Message-ID: <4CEE6AFA.1050802@linux.vnet.ibm.com> (raw)
In-Reply-To: <201011251123.oAPBN6at018614@glazunov.sibelius.xs4all.nl>
On 11/25/2010 09:23 AM, Mark Kettenis wrote:
>> 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?
Good point, you might be right, unfortunately I didn't have the chance to test it against other OSes than linux.
>
> And doesn't this pass random garbage as the argument to the exit system call?
Right, I think we could add 'li 3,0' before calling 'sc', but I'm not sure if this is a problem since we're not checking the exit code on the testcase.
Thanks,
--
Edjunior
>
>> 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
>>
>>
>
prev parent reply other threads:[~2010-11-25 13:56 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
2010-11-25 13:56 ` Edjunior Barbosa Machado [this message]
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=4CEE6AFA.1050802@linux.vnet.ibm.com \
--to=emachado@linux.vnet.ibm.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=mark.kettenis@xs4all.nl \
/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