Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / tls_test.h
index 9fcd04dbcc537e4ea3eda4c5aaf2ec888b93e60d..884894561b917a860a6f0305a902d853ba8c5b02 100644 (file)
@@ -1,6 +1,6 @@
 // tls_test.h -- test TLS variables for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007, 2008 Free Software Foundation, Inc.
+// Copyright (C) 2006-2020 Free Software Foundation, Inc.
 // Written by Ian Lance Taylor <iant@google.com>.
 
 // This file is part of gold.
@@ -43,6 +43,11 @@ extern int* f10a();
 extern void f10b(int*);
 extern bool t10();
 
+extern "C" int t11();
+extern "C" int t11_last();
+
+extern bool t12();
+
 extern bool t_last();
 
 // These variables are defined in tls_test_file2.cc
This page took 0.028226 seconds and 4 git commands to generate.