forked from Imagelibrary/binutils-gdb
Include "config.h" first
* testsuite/tls_test.cc: Include "config.h" first. * testsuite/tls_test_c.c: Likewise.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user