X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=lib%2Ffortran%2Fscript%2Fextractnames;h=9c6944c8516cdc07374f25e1b6c5349e9d120787;hb=108066a55bac2fb4514b6e3e72bc216b36d405f2;hp=007443274048aa92bd22c5556e51f70bcd477eeb;hpb=8321626c163d98740beef3008b425a578d8cfde0;p=h316.git diff --git a/lib/fortran/script/extractnames b/lib/fortran/script/extractnames index 0074432..9c6944c 100755 --- a/lib/fortran/script/extractnames +++ b/lib/fortran/script/extractnames @@ -1,3 +1,5 @@ #!/bin/bash +#Show the defined symbols in an object file or library + ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{print $1}' \ No newline at end of file