*** empty log message ***
[h316.git] / lib / fortran / script / extractnames
index 007443274048aa92bd22c5556e51f70bcd477eeb..9c6944c8516cdc07374f25e1b6c5349e9d120787 100755 (executable)
@@ -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