Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(200)

Unified Diff: gdb/gnulib/import/isnand.c

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gdb/gnulib/import/isnan.c ('k') | gdb/gnulib/import/isnand-nolibm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « gdb/gnulib/import/isnan.c ('k') | gdb/gnulib/import/isnand-nolibm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698