Expand ABI tests on x86. Testsuite bug fixes.

This commit is contained in:
Anthony Green
2018-03-29 07:01:14 -04:00
parent 2eee934d0c
commit 746c3ce220
5 changed files with 584 additions and 499 deletions

View File

@@ -64,7 +64,7 @@
#endif
/* MinGW kludge. */
#ifdef _WIN64
#if defined(_WIN64) | defined(_WIN32)
#define PRIdLL "I64d"
#define PRIuLL "I64u"
#else