
	This directory contains a program to test the ABI compliance of the
linux versions of the ibcs2/SVr4 shared libraries.  It will complain about
certain types of variances, and it will also generate a stub file which
will define all of the missing symbols.  The stubs will print an error message
and exit - I am not sure how much use it is in practice to have the stubs 
it is easier in some ways to simply have the missing symbols in the library
so that you can probe an application with ldd to find the list of missing
symbols.

