fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32.

* config/fpu-387.h (my_fenv_t): Amend structure so it also works
	on mingw32.

From-SVN: r212126
This commit is contained in:
Francois-Xavier Coudert 2014-06-29 19:51:59 +00:00 committed by François-Xavier Coudert
parent 7d1ceb9320
commit 25ef060ae0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2014-06-29 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
* config/fpu-387.h (my_fenv_t): Amend structure so it also works
on mingw32.
2014-06-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/61640

View file

@ -76,8 +76,7 @@ typedef struct
unsigned short int __unused3;
unsigned int __eip;
unsigned short int __cs_selector;
unsigned int __opcode:11;
unsigned int __unused4:5;
unsigned short int __opcode;
unsigned int __data_offset;
unsigned short int __data_selector;
unsigned short int __unused5;