Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / two_file_test.h
index 60a7eddfdf5387c6fe035ffcc08a122b38d05122..4c6afe4f26f7afe8c60e3fb652cc41bcf9dc08a8 100644 (file)
@@ -1,6 +1,6 @@
 // two_file_test.h -- a two file test case for gold, header file  -*- C++ -*-
 
-// Copyright 2006, 2007 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.
@@ -24,6 +24,7 @@
 // file.  See two_file_test_1.cc for details.
 
 extern bool t1();
+extern bool t1a();
 extern int t1_2();
 
 extern bool t2();
@@ -62,3 +63,16 @@ extern void (*f13())();
 
 #define TEST_STRING_CONSTANT "test string constant"
 extern const char* f14();
+
+#define TEST_WIDE_STRING_CONSTANT L"test wide string constant"
+extern const wchar_t* f15();
+
+extern bool t16();
+extern bool t16a();
+
+extern bool t17();
+extern const char* t17data[];
+#define T17_COUNT 5
+
+extern bool t18();
+extern const char* f18(int);
This page took 0.023653 seconds and 4 git commands to generate.