Index: gdb/gnulib/import/isnand.c |
diff --git a/gdb/testsuite/gdb.arch/mips16-thunks-inmain.c b/gdb/gnulib/import/isnand.c |
similarity index 71% |
copy from gdb/testsuite/gdb.arch/mips16-thunks-inmain.c |
copy to gdb/gnulib/import/isnand.c |
index 86ff4bc9cabb43b8c9f96946bc50a8c7d77f9a85..ef815f3c95134132a0c3223ddcc2f3dabf1c6796 100644 |
--- a/gdb/testsuite/gdb.arch/mips16-thunks-inmain.c |
+++ b/gdb/gnulib/import/isnand.c |
@@ -1,8 +1,7 @@ |
-/* This testcase is part of GDB, the GNU debugger. |
+/* Test for NaN that does not need libm. |
+ Copyright (C) 2008-2012 Free Software Foundation, Inc. |
- Copyright 2012 Free Software Foundation, Inc. |
- |
- This program is free software; you can redistribute it and/or modify |
+ This program is free software: you can redistribute it and/or modify |
it under the terms of the GNU General Public License as published by |
the Free Software Foundation; either version 3 of the License, or |
(at your option) any later version. |
@@ -15,8 +14,6 @@ |
You should have received a copy of the GNU General Public License |
along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
-int |
-inmain (void) |
-{ |
- return 0; |
-} |
+/* Written by Bruno Haible <bruno@clisp.org>, 2008. */ |
+ |
+#include "isnan.c" |