Include "config.h" first
* testsuite/tls_test.cc: Include "config.h" first. * testsuite/tls_test_c.c: Likewise.
This commit is contained in:
parent
e9e5e6b3fb
commit
e550e1a2af
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-05-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* testsuite/tls_test.cc: Include "config.h" first.
|
||||
* testsuite/tls_test_c.c: Likewise.
|
||||
|
||||
2012-05-17 Daniel Richard G. <skunk@iskunk.org>
|
||||
Nick Clifton <nickc@redhat.com>
|
||||
|
||||
|
|
|
@ -44,8 +44,8 @@
|
|||
// last Verify that the above tests left the variables set correctly.
|
||||
|
||||
|
||||
#include <cstdio>
|
||||
#include "config.h"
|
||||
#include <cstdio>
|
||||
#include "tls_test.h"
|
||||
|
||||
#define CHECK_EQ_OR_RETURN(var, expected) \
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
/* The only way I know to get gcc to generate a TLS common symbol is
|
||||
to use a C file and an OpenMP directive. */
|
||||
|
||||
#include <stdio.h>
|
||||
#include "config.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#define CHECK_EQ_OR_RETURN(var, expected) \
|
||||
do \
|
||||
|
|
Loading…
Reference in a new issue