Add forward declaration for La_x32_regs/La_x32_retval

This commit is contained in:
H.J. Lu 2012-03-22 09:01:16 -07:00
parent 2ff87f3f18
commit b749dbb9b7
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
declaration.
(struct La_x32_retval): Likewise.
2012-03-22 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/x86_64/preconfigure.in: New file.

View File

@ -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;
struct La_ppc32_regs;
struct La_ppc32_retval;
struct La_ppc64_regs;