10.0;show_lc (show obsolete calls taking names), revision 1.0, 88/05/05
show_lc (show obsolete calls taking names) - shell script to indicate obsoleted system calls in a binary file
usage: show_lc binary_file ...
DESCRIPTION
This script will show which calls in an object module have been obsoleted
and replaced. This will not show which procedure made the call.
Generate an xref listing to do that. Nor will it show any use of the old
name_$name_t or name_$pname_t data types. You must ensure that the
object being examined is in fact an object module.
The binary_file argument is required.