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
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
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
3 matches
Mail list logo