Re: struct user . u_ar0

2007-10-28 Thread H. Peter Anvin
Mike Frysinger wrote: Blackfin doesnt support a.out, so it may be easier to just change it to "reserved2" (assuming this structure is part of our ABI), or delete it (assuming the structure is internal to the kernel only). -mike Blackfin explicitly sets in in arch/blackfin/kernel/process.c, so

Re: struct user . u_ar0

2007-10-28 Thread Mike Frysinger
On 10/27/07, H. Peter Anvin <[EMAIL PROTECTED]> wrote: > I recently noticed that all architectures appear to have an entry n > struct user called u_ar0: > >struct user_pt_regs * u_ar0; /* Used by gdb to help find the values > for */ > /* the registers. */ > > I

struct user . u_ar0

2007-10-27 Thread H. Peter Anvin
I recently noticed that all architectures appear to have an entry n struct user called u_ar0: struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */ /* the registers. */ In all cases, u_ar0 is a pointer type, although the type of pointer