NAME
linksuif - combine SUIF files into a file set
SYNOPSIS
linksuif infile1 outfile1 infile2 outfile2 ...
DESCRIPTION
SUIF supports interprocedural analysis and optimization with separate compilation by combining the files into file sets. However, before the files can be put into a file set, their global symbol tables must be made consistent. The linksuif program performs this task.
HISTORY
This program was written by Chris Wilson.