view libtommath/genlist.sh @ 1505:55120acb9994

Add Spectre v2 mitigations for GCC (#54)
author Loganaden Velvindron <logan@hackers.mu>
date Fri, 16 Feb 2018 19:35:32 +0400
parents 8bba51a55704
children
line wrap: on
line source

#!/bin/bash

export a=`find . -maxdepth 1 -type f -name '*.c' | sort | sed -e 'sE\./EE' | sed -e 's/\.c/\.o/' | xargs`
perl ./parsenames.pl OBJECTS "$a"

# ref:         $Format:%D$
# git commit:  $Format:%H$
# commit time: $Format:%ai$