summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/files/gcc.soft_float-460.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/gcc/files/gcc.soft_float-460.patch')
-rw-r--r--recipes-devtools/gcc/files/gcc.soft_float-460.patch190
1 files changed, 0 insertions, 190 deletions
diff --git a/recipes-devtools/gcc/files/gcc.soft_float-460.patch b/recipes-devtools/gcc/files/gcc.soft_float-460.patch
deleted file mode 100644
index eafa6ab..0000000
--- a/recipes-devtools/gcc/files/gcc.soft_float-460.patch
+++ /dev/null
@@ -1,190 +0,0 @@
1diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc
2--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
3+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_data_map_rand.cc 2011-05-11 20:03:39.000000000 -0500
4@@ -46,17 +46,17 @@
5
6 #ifndef ITERATIONS
7 # ifdef _GLIBCXX_DEBUG
8-# define ITERATIONS 100
9+# define ITERATIONS 2
10 # else
11-# define ITERATIONS 5000
12+# define ITERATIONS 2
13 #endif
14 #endif
15
16 #ifndef KEYS
17 # ifdef _GLIBCXX_DEBUG
18-# define KEYS 200
19+# define KEYS 5
20 # else
21-# define KEYS 10000
22+# define KEYS 5
23 # endif
24 #endif
25
26diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc
27--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
28+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/hash_no_data_map_rand.cc 2011-05-11 20:04:00.000000000 -0500
29@@ -46,17 +46,17 @@
30
31 #ifndef ITERATIONS
32 # ifdef _GLIBCXX_DEBUG
33-# define ITERATIONS 100
34+# define ITERATIONS 2
35 # else
36-# define ITERATIONS 5000
37+# define ITERATIONS 2
38 #endif
39 #endif
40
41 #ifndef KEYS
42 # ifdef _GLIBCXX_DEBUG
43-# define KEYS 200
44+# define KEYS 5
45 # else
46-# define KEYS 10000
47+# define KEYS 5
48 # endif
49 #endif
50
51diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc
52--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
53+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_data_map_rand.cc 2011-05-11 20:02:23.000000000 -0500
54@@ -47,7 +47,7 @@
55 using namespace __gnu_pbds::test;
56 typedef lu_map_tl_t map_tl_t;
57
58- return rand_regression_test(50, 10,
59+ return rand_regression_test(2, 5,
60 "lu_data_map_rand_regression_test",
61 map_tl_t());
62 }
63diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc
64--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
65+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/list_update_no_data_map_rand.cc 2011-05-11 20:02:23.000000000 -0500
66@@ -47,7 +47,7 @@
67 using namespace __gnu_pbds::test;
68 typedef lu_set_tl_t map_tl_t;
69
70- return rand_regression_test(50, 10,
71+ return rand_regression_test(2, 5,
72 "lu_no_data_map_rand_regression_test",
73 map_tl_t());
74 }
75diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc
76--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc 2011-05-11 20:01:58.000000000 -0500
77+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/priority_queue_rand.cc 2011-05-11 20:02:23.000000000 -0500
78@@ -45,10 +45,10 @@
79 #include <regression/common_type.hpp>
80
81 #ifndef ITERATIONS
82-#define ITERATIONS 5000
83+#define ITERATIONS 2
84 #endif
85 #ifndef KEYS
86-#define KEYS 10000
87+#define KEYS 5
88 #endif
89 int
90 main(int argc, char* a_p_argv[])
91diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc
92--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
93+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_data_map_rand.cc 2011-05-11 20:04:21.000000000 -0500
94@@ -46,17 +46,17 @@
95
96 #ifndef ITERATIONS
97 # ifdef _GLIBCXX_DEBUG
98-# define ITERATIONS 100
99+# define ITERATIONS 2
100 # else
101-# define ITERATIONS 5000
102+# define ITERATIONS 2
103 #endif
104 #endif
105
106 #ifndef KEYS
107 # ifdef _GLIBCXX_DEBUG
108-# define KEYS 200
109+# define KEYS 5
110 # else
111-# define KEYS 10000
112+# define KEYS 5
113 # endif
114 #endif
115
116diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc
117--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
118+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/tree_no_data_map_rand.cc 2011-05-11 20:04:41.000000000 -0500
119@@ -47,17 +47,17 @@
120
121 #ifndef ITERATIONS
122 # ifdef _GLIBCXX_DEBUG
123-# define ITERATIONS 100
124+# define ITERATIONS 2
125 # else
126-# define ITERATIONS 5000
127+# define ITERATIONS 2
128 #endif
129 #endif
130
131 #ifndef KEYS
132 # ifdef _GLIBCXX_DEBUG
133-# define KEYS 200
134+# define KEYS 5
135 # else
136-# define KEYS 10000
137+# define KEYS 5
138 # endif
139 #endif
140
141diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc
142--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
143+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_data_map_rand.cc 2011-05-11 20:05:34.000000000 -0500
144@@ -46,17 +46,17 @@
145
146 #ifndef ITERATIONS
147 # ifdef _GLIBCXX_DEBUG
148-# define ITERATIONS 100
149+# define ITERATIONS 2
150 # else
151-# define ITERATIONS 5000
152+# define ITERATIONS 2
153 #endif
154 #endif
155
156 #ifndef KEYS
157 # ifdef _GLIBCXX_DEBUG
158-# define KEYS 200
159+# define KEYS 5
160 # else
161-# define KEYS 10000
162+# define KEYS 5
163 # endif
164 #endif
165
166diff -u gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc
167--- gcc-4.6.0-orig/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc 2011-05-11 20:01:58.000000000 -0500
168+++ gcc-4.6.0/libstdc++-v3/testsuite/ext/pb_ds/regression/trie_no_data_map_rand.cc 2011-05-11 20:05:50.000000000 -0500
169@@ -46,17 +46,17 @@
170
171 #ifndef ITERATIONS
172 # ifdef _GLIBCXX_DEBUG
173-# define ITERATIONS 100
174+# define ITERATIONS 2
175 # else
176-# define ITERATIONS 5000
177+# define ITERATIONS 2
178 #endif
179 #endif
180
181 #ifndef KEYS
182 # ifdef _GLIBCXX_DEBUG
183-# define KEYS 200
184+# define KEYS 5
185 # else
186-# define KEYS 10000
187+# define KEYS 5
188 # endif
189 #endif
190