Skip to content

Commit

Permalink
Add forward declaration for La_x32_regs/La_x32_retval
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu committed Mar 22, 2012
1 parent 2ff87f3 commit b749dbb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/generic/ldsodefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b749dbb

Please sign in to comment.