From: Francois-Xavier Coudert Date: Sun, 29 Jun 2014 19:51:59 +0000 (+0000) Subject: fpu-387.h (my_fenv_t): Amend structure so it also works on mingw32. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25ef060ae0edc6dee1418d54991486bf6937e5c1;p=gcc.git 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 --- diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 10761e1c57c..3e033104965 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,8 @@ +2014-06-29 Francois-Xavier Coudert + + * config/fpu-387.h (my_fenv_t): Amend structure so it also works + on mingw32. + 2014-06-28 Jerry DeLisle PR libgfortran/61640 diff --git a/libgfortran/config/fpu-387.h b/libgfortran/config/fpu-387.h index 46720b20e8d..66e2dbeecea 100644 --- a/libgfortran/config/fpu-387.h +++ b/libgfortran/config/fpu-387.h @@ -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;