aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/genksyms/keywords.c_shipped
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2005-12-26 16:53:25 -0500
committerSam Ravnborg <sam@mars.ravnborg.org>2005-12-26 16:53:25 -0500
commitc40f56409d01f6f1ea80ed4c229096749c2335df (patch)
tree11be4df8809929cccea24d4bc7eafd80f2354782 /scripts/genksyms/keywords.c_shipped
parenta89a0a2354ae666612968e254d650bfd04f11eb6 (diff)
kbuild: Create _shipped files for genksyms
Generate _shipped files so the genksyms change in previous commit is enabled. The files are generated with latest versions of the tools: bison (GNU Bison) 2.0 flex version 2.5.4 GNU gperf 3.0.1 Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/genksyms/keywords.c_shipped')
-rw-r--r--scripts/genksyms/keywords.c_shipped210
1 files changed, 138 insertions, 72 deletions
diff --git a/scripts/genksyms/keywords.c_shipped b/scripts/genksyms/keywords.c_shipped
index eabaf7401cd6..ee4647805c58 100644
--- a/scripts/genksyms/keywords.c_shipped
+++ b/scripts/genksyms/keywords.c_shipped
@@ -1,7 +1,38 @@
1/* ANSI-C code produced by gperf version 2.7.2 */ 1/* ANSI-C code produced by gperf version 3.0.1 */
2/* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p -t scripts/genksyms/keywords.gperf */ 2/* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p -t scripts/genksyms/keywords.gperf */
3
4#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
11 && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \
12 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \
13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \
14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \
15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \
16 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \
17 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \
18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \
19 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \
20 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \
21 && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \
22 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \
23 && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \
24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \
25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \
26 && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126))
27/* The character set is not based on ISO-646. */
28#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>."
29#endif
30
31#line 1 "scripts/genksyms/keywords.gperf"
32
33#line 3 "scripts/genksyms/keywords.gperf"
3struct resword { const char *name; int token; }; 34struct resword { const char *name; int token; };
4/* maximum key range = 109, duplicates = 0 */ 35/* maximum key range = 68, duplicates = 0 */
5 36
6#ifdef __GNUC__ 37#ifdef __GNUC__
7__inline 38__inline
@@ -15,32 +46,32 @@ is_reserved_hash (register const char *str, register unsigned int len)
15{ 46{
16 static const unsigned char asso_values[] = 47 static const unsigned char asso_values[] =
17 { 48 {
18 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 49 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
19 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 50 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
20 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 51 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
21 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 52 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
22 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 53 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
23 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 54 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
24 113, 113, 113, 113, 113, 113, 113, 113, 113, 5, 55 71, 71, 71, 71, 71, 71, 71, 71, 71, 15,
25 113, 113, 113, 113, 113, 113, 0, 113, 113, 113, 56 71, 71, 71, 71, 71, 71, 15, 71, 71, 71,
26 0, 113, 113, 113, 113, 113, 113, 113, 113, 113, 57 10, 71, 71, 71, 71, 71, 71, 71, 71, 71,
27 113, 113, 113, 113, 113, 0, 113, 0, 113, 20, 58 71, 71, 71, 71, 71, 0, 71, 0, 71, 5,
28 25, 0, 35, 30, 113, 20, 113, 113, 40, 30, 59 5, 0, 10, 20, 71, 25, 71, 71, 20, 0,
29 30, 0, 0, 113, 0, 51, 0, 15, 5, 113, 60 20, 30, 25, 71, 10, 5, 0, 20, 15, 71,
30 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 61 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
31 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 62 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
32 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 63 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
33 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 64 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
34 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 65 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
35 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 66 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
36 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 67 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
37 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 68 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
38 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 69 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
39 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 70 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
40 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 71 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
41 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 72 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
42 113, 113, 113, 113, 113, 113, 113, 113, 113, 113, 73 71, 71, 71, 71, 71, 71, 71, 71, 71, 71,
43 113, 113, 113, 113, 113, 113 74 71, 71, 71, 71, 71, 71
44 }; 75 };
45 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]] + asso_values[(unsigned char)str[len - 1]]; 76 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]] + asso_values[(unsigned char)str[len - 1]];
46} 77}
@@ -56,77 +87,112 @@ is_reserved_word (register const char *str, register unsigned int len)
56 TOTAL_KEYWORDS = 41, 87 TOTAL_KEYWORDS = 41,
57 MIN_WORD_LENGTH = 3, 88 MIN_WORD_LENGTH = 3,
58 MAX_WORD_LENGTH = 17, 89 MAX_WORD_LENGTH = 17,
59 MIN_HASH_VALUE = 4, 90 MIN_HASH_VALUE = 3,
60 MAX_HASH_VALUE = 112 91 MAX_HASH_VALUE = 70
61 }; 92 };
62 93
63 static const struct resword wordlist[] = 94 static const struct resword wordlist[] =
64 { 95 {
65 {""}, {""}, {""}, {""}, 96 {""}, {""}, {""},
66 {"auto", AUTO_KEYW}, 97#line 24 "scripts/genksyms/keywords.gperf"
67 {""}, {""}, 98 {"asm", ASM_KEYW},
99 {""},
100#line 7 "scripts/genksyms/keywords.gperf"
101 {"__asm", ASM_KEYW},
102 {""},
103#line 8 "scripts/genksyms/keywords.gperf"
68 {"__asm__", ASM_KEYW}, 104 {"__asm__", ASM_KEYW},
69 {""}, 105 {""},
106#line 21 "scripts/genksyms/keywords.gperf"
70 {"_restrict", RESTRICT_KEYW}, 107 {"_restrict", RESTRICT_KEYW},
108#line 50 "scripts/genksyms/keywords.gperf"
71 {"__typeof__", TYPEOF_KEYW}, 109 {"__typeof__", TYPEOF_KEYW},
110#line 9 "scripts/genksyms/keywords.gperf"
72 {"__attribute", ATTRIBUTE_KEYW}, 111 {"__attribute", ATTRIBUTE_KEYW},
73 {"__restrict__", RESTRICT_KEYW}, 112#line 11 "scripts/genksyms/keywords.gperf"
113 {"__const", CONST_KEYW},
114#line 10 "scripts/genksyms/keywords.gperf"
74 {"__attribute__", ATTRIBUTE_KEYW}, 115 {"__attribute__", ATTRIBUTE_KEYW},
116#line 12 "scripts/genksyms/keywords.gperf"
117 {"__const__", CONST_KEYW},
118#line 16 "scripts/genksyms/keywords.gperf"
119 {"__signed__", SIGNED_KEYW},
120#line 42 "scripts/genksyms/keywords.gperf"
121 {"static", STATIC_KEYW},
75 {""}, 122 {""},
76 {"__volatile", VOLATILE_KEYW}, 123#line 15 "scripts/genksyms/keywords.gperf"
124 {"__signed", SIGNED_KEYW},
125#line 30 "scripts/genksyms/keywords.gperf"
126 {"char", CHAR_KEYW},
77 {""}, 127 {""},
128#line 43 "scripts/genksyms/keywords.gperf"
129 {"struct", STRUCT_KEYW},
130#line 22 "scripts/genksyms/keywords.gperf"
131 {"__restrict__", RESTRICT_KEYW},
132#line 23 "scripts/genksyms/keywords.gperf"
133 {"restrict", RESTRICT_KEYW},
134#line 33 "scripts/genksyms/keywords.gperf"
135 {"enum", ENUM_KEYW},
136#line 17 "scripts/genksyms/keywords.gperf"
137 {"__volatile", VOLATILE_KEYW},
138#line 34 "scripts/genksyms/keywords.gperf"
139 {"extern", EXTERN_KEYW},
140#line 18 "scripts/genksyms/keywords.gperf"
78 {"__volatile__", VOLATILE_KEYW}, 141 {"__volatile__", VOLATILE_KEYW},
79 {"EXPORT_SYMBOL", EXPORT_SYMBOL_KEYW}, 142#line 37 "scripts/genksyms/keywords.gperf"
80 {""}, {""}, {""},
81 {"EXPORT_SYMBOL_GPL", EXPORT_SYMBOL_KEYW},
82 {"int", INT_KEYW}, 143 {"int", INT_KEYW},
83 {"char", CHAR_KEYW}, 144 {""},
84 {""}, {""}, 145#line 31 "scripts/genksyms/keywords.gperf"
85 {"__const", CONST_KEYW}, 146 {"const", CONST_KEYW},
147#line 32 "scripts/genksyms/keywords.gperf"
148 {"double", DOUBLE_KEYW},
149 {""},
150#line 13 "scripts/genksyms/keywords.gperf"
86 {"__inline", INLINE_KEYW}, 151 {"__inline", INLINE_KEYW},
87 {"__const__", CONST_KEYW}, 152#line 29 "scripts/genksyms/keywords.gperf"
153 {"auto", AUTO_KEYW},
154#line 14 "scripts/genksyms/keywords.gperf"
88 {"__inline__", INLINE_KEYW}, 155 {"__inline__", INLINE_KEYW},
89 {""}, {""}, {""}, {""}, 156#line 41 "scripts/genksyms/keywords.gperf"
90 {"__asm", ASM_KEYW}, 157 {"signed", SIGNED_KEYW},
91 {"extern", EXTERN_KEYW},
92 {""}, 158 {""},
93 {"register", REGISTER_KEYW}, 159#line 46 "scripts/genksyms/keywords.gperf"
160 {"unsigned", UNSIGNED_KEYW},
94 {""}, 161 {""},
95 {"float", FLOAT_KEYW}, 162#line 40 "scripts/genksyms/keywords.gperf"
163 {"short", SHORT_KEYW},
164#line 49 "scripts/genksyms/keywords.gperf"
96 {"typeof", TYPEOF_KEYW}, 165 {"typeof", TYPEOF_KEYW},
166#line 44 "scripts/genksyms/keywords.gperf"
97 {"typedef", TYPEDEF_KEYW}, 167 {"typedef", TYPEDEF_KEYW},
98 {""}, {""}, 168#line 48 "scripts/genksyms/keywords.gperf"
99 {"_Bool", BOOL_KEYW},
100 {"double", DOUBLE_KEYW},
101 {""}, {""},
102 {"enum", ENUM_KEYW},
103 {""}, {""}, {""},
104 {"volatile", VOLATILE_KEYW}, 169 {"volatile", VOLATILE_KEYW},
170 {""},
171#line 35 "scripts/genksyms/keywords.gperf"
172 {"float", FLOAT_KEYW},
173 {""}, {""},
174#line 39 "scripts/genksyms/keywords.gperf"
175 {"register", REGISTER_KEYW},
176#line 47 "scripts/genksyms/keywords.gperf"
105 {"void", VOID_KEYW}, 177 {"void", VOID_KEYW},
106 {"const", CONST_KEYW},
107 {"short", SHORT_KEYW},
108 {"struct", STRUCT_KEYW},
109 {""}, 178 {""},
110 {"restrict", RESTRICT_KEYW}, 179#line 36 "scripts/genksyms/keywords.gperf"
180 {"inline", INLINE_KEYW},
111 {""}, 181 {""},
112 {"__signed__", SIGNED_KEYW}, 182#line 5 "scripts/genksyms/keywords.gperf"
183 {"EXPORT_SYMBOL", EXPORT_SYMBOL_KEYW},
113 {""}, 184 {""},
114 {"asm", ASM_KEYW}, 185#line 20 "scripts/genksyms/keywords.gperf"
115 {""}, {""}, 186 {"_Bool", BOOL_KEYW},
116 {"inline", INLINE_KEYW}, 187 {""},
117 {""}, {""}, {""}, 188#line 6 "scripts/genksyms/keywords.gperf"
118 {"union", UNION_KEYW}, 189 {"EXPORT_SYMBOL_GPL", EXPORT_SYMBOL_KEYW},
119 {""}, {""}, {""}, {""}, {""}, {""},
120 {"static", STATIC_KEYW},
121 {""}, {""}, {""}, {""}, {""}, {""}, 190 {""}, {""}, {""}, {""}, {""}, {""},
122 {"__signed", SIGNED_KEYW}, 191#line 38 "scripts/genksyms/keywords.gperf"
123 {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""}, {""},
124 {""}, {""}, {""}, {""}, {""},
125 {"unsigned", UNSIGNED_KEYW},
126 {""}, {""}, {""}, {""},
127 {"long", LONG_KEYW}, 192 {"long", LONG_KEYW},
128 {""}, {""}, {""}, {""}, {""}, {""}, {""}, 193 {""}, {""}, {""}, {""}, {""},
129 {"signed", SIGNED_KEYW} 194#line 45 "scripts/genksyms/keywords.gperf"
195 {"union", UNION_KEYW}
130 }; 196 };
131 197
132 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) 198 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH)