[PATCH v3] gdbserver: uclinux: pull in ptrace offset definitions from asm/ptrace.h

Pedro Alves palves@redhat.com
Thu Apr 26 18:11:00 GMT 2012


On 04/26/2012 07:03 PM, Will Deacon wrote:

>  #ifdef __UCLIBC__
>  #if !(defined(__UCLIBC_HAS_MMU__) || defined(__ARCH_HAS_MMU__))
> +/* PTRACE_TEXT_ADDR and friends.  */
> +#include <asm/ptrace.h>
>  #define HAS_NOMMU
>  #endif
>  #endif


Is there a reason you're still not putting this unconditionally at
the top, next to sys/ptrace.h, etc.?

-- 
Pedro Alves



More information about the Gdb-patches mailing list