NAME
c_lib_info - put standard C library information in the symbol table
SYNOPSIS
c_lib_info infile outfile { infile outfile }*
DESCRIPTION
The c_lib_info program adds information to the inter-file symbol table of SUIF programs about the standard C libraries. Currently, it only attaches ``pure function'' annotations to some proc_syms for library functions, but it may eventually provide more information about the functions and variables used by the standard C libraries.
Note that it is only legal to run this pass if the resulting program is to be linked to the standard C libraries.
HISTORY
This program was written by Chris Wilson.