I saw an article in http://www.linuxjournal.com/article/1052 where it specifies :
"Shared libraries consist of two basic parts: the stub and the image. The stub library has an extension of .sa. The stub is the library an executable will be linked to."
But another reference http://www.faqs.org/docs/Linux-HOWTO/GCC-HOWTO.html it says
"shared library files (.sa for a.out, .so for ELF) " - Which I understand like .sa is the shared library to use with a.out format, and .so is to use with latest ELF format.
Due to the lack of clarity here , I am asking the question here - what is .sa file ? And what a stub is for?
