aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/vocabulary.sh
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-07 19:55:35 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-06-07 19:55:35 +0200
commit8ff3b057eae4584dc893186707edf1f07e38f2c7 (patch)
treea492fd919ec3851b5a07cdc6a54b788c0717e8e9 /test/monniaux/vocabulary.sh
parentff07cea79ffb71356d7bf799eb415333599a0ae5 (diff)
downloadcompcert-kvx-8ff3b057eae4584dc893186707edf1f07e38f2c7.tar.gz
compcert-kvx-8ff3b057eae4584dc893186707edf1f07e38f2c7.zip
for zlib
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