Use __asm__ rather than asm in gold testsuite
[deliverable/binutils-gdb.git] / gold / testsuite / two_file_test.h
index c09910e3a0965600c52f8f62dfd891b4714aae22..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.
@@ -69,3 +69,10 @@ 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.023704 seconds and 4 git commands to generate.