next up previous
Next: References Up: ELF: From The Previous: Programming in Assembly

Conclusion

As we have discussed above, ELF is a very flexible binary format. It provides many useful functionalities. It puts very few restrictions on programs and programmers. It eases the process of building shared library and integrates dynamic loading with the shared library via an interface library to the dynamic linker. Under ELF, global constructors and destructors in C++ can be treated in shared libraries the same way as in static libraries.



J.H.M.Dassen
Tue Aug 1 14:18:10 MDT 1995