Table of Contents

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.


Table of Contents