PATCH: Add x32 support to dynamic linker audit

Andreas Schwab schwab@linux-m68k.org
Thu Mar 22 16:26:00 GMT 2012


"H.J. Lu" <hjl.tools@gmail.com> writes:

> diff --git a/sysdeps/generic/ldsodefs.h b/sysdeps/generic/ldsodefs.h
> index d4cbaba..9955430 100644
> --- a/sysdeps/generic/ldsodefs.h
> +++ b/sysdeps/generic/ldsodefs.h
> @@ -187,6 +187,8 @@ struct La_i86_regs;
>  struct La_i86_retval;
>  struct La_x86_64_regs;
>  struct La_x86_64_retval;
> +struct La_x32_regs;
> +struct La_x32_retval;

That's wrong.  These structs don't exist.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Libc-alpha mailing list