aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/vocabulary.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/vocabulary.sh')
-rwxr-xr-xtest/monniaux/vocabulary.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/monniaux/vocabulary.sh b/test/monniaux/vocabulary.sh
new file mode 100755
index 00000000..5b76921e
--- /dev/null
+++ b/test/monniaux/vocabulary.sh
@@ -0,0 +1,2 @@
+cat *.gcc.k1c.s|cut -f2|cut -d' ' -f1|sort -u|grep -v ':'|grep -v -F '.' > gcc_vocabulary.txt
+cat *.ccomp.k1c.s|cut -f2|cut -d' ' -f1|sort -u|grep -v ':'|grep -v -F '.' > ccomp_vocabulary.txt