Markus Fröschle schreef op 2/24/14, 11:32 PM:
Apparently useful if you want to create library code without putting each function into a separate file. The ELF lib format allows linkage on a per-function base, opposed to per-file like a.out. According to Armin, this is especially useful for linking C++ code which otherways gets bloated by multiple inclusion of empty vtables.
This has been in the Pure C format since 1993 :-) I am considering implementing ELF in AHCC and AHCL for domr time. -- Groeten; Regards. Henk Robbers. http://members.chello.nl/h.robbers Interactive disassembler: Digger; http://digger.atari.org A Home Cooked C compiler: AHCC; http://ahcc.atari.org