]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/tls_test_c.c
Copyright update for binutils
[thirdparty/binutils-gdb.git] / gold / testsuite / tls_test_c.c
index 730e46ddad8bb9d435c90192d55fbc8a9895fd51..111fa059be25198cbef0af8046041ce121ef68ad 100644 (file)
@@ -1,6 +1,6 @@
 /* tls_test_c.c -- test TLS common symbol
 
-   Copyright 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008-2016 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <iant@google.com>
 
    This file is part of gold.
@@ -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                                                                   \