sfp-machine.h (_FP_STRUCT_LAYOUT): Define it for mingw-targets as attribute gcc_struct.

* config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
        for mingw-targets as attribute gcc_struct.

From-SVN: r184641
This commit is contained in:
Kai Tietz 2012-02-28 21:53:35 +01:00 committed by Kai Tietz
parent 66432b8ef7
commit fbd3340c7d
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2012-02-28 Kai Tietz <ktietz@redhat.com>
* config/i386/sfp-machine.h (_FP_STRUCT_LAYOUT): Define it
for mingw-targets as attribute gcc_struct.
2012-02-28 Ian Lance Taylor <iant@google.com>
* generic-morestack.c (__splitstack_releasecontext): Correct call

View file

@ -1,3 +1,8 @@
#ifdef __MINGW32__
/* Make sure we are using gnu-style bitfield handling. */
#define _FP_STRUCT_LAYOUT __attribute__ ((gcc_struct))
#endif
#ifdef __x86_64__
#include "config/i386/64/sfp-machine.h"
#else