projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
95974a9
)
Test for string functions without any optimizations.
author
drepper
<drepper>
Tue, 16 Sep 1997 00:26:34 +0000
(
00:26
+0000)
committer
drepper
<drepper>
Tue, 16 Sep 1997 00:26:34 +0000
(
00:26
+0000)
string/noinl-tester.c
[new file with mode: 0644]
patch
|
blob
diff --git a/string/noinl-tester.c
b/string/noinl-tester.c
new file mode 100644
(file)
index 0000000..
2e994f7
--- /dev/null
+++ b/
string/noinl-tester.c
@@ -0,0
+1,4
@@
+/* We don't want to test any of the inline functions here. */
+
+#define __NO_STRING_INLINES 1
+#include "tester.c"