Adding upstream version 0.6.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c49a9029dc
commit
7f70a05c55
465 changed files with 60158 additions and 0 deletions
5
tools/feature.sh
Executable file
5
tools/feature.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
# This will generate the list of feature flags for implemented symbols.
|
||||
|
||||
echo '/* DO NOT EDIT. This is auto-generated from feature.sh */'
|
||||
nm ../regressions/ck_pr/validate/ck_pr_cas|cut -d ' ' -f 3|sed s/ck_pr/ck_f_pr/|awk '/^ck_f_pr/ {print "#define " toupper($1);}'|sort
|
Loading…
Add table
Add a link
Reference in a new issue