This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch,ARM] Next pc of sigreturn/rt_sigreturn syscall


> Date: Mon, 23 Aug 2010 23:38:54 -0700
> From: Yao Qi <yao@codesourcery.com>
> 
> Hi,
> This patch is to calculate correct address of 'next pc' of syscall
> sigreturn and rt_sigreturn.

You're polluting the genric arm code with Linux-specific stuff.
Please don't do that.  If something like this is needed, it should be
added to code in arm-linux-tdep.c.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]