[Info-vax] Do X86 object libraries have a new librarian library type?
hb
end.of at inter.net
Tue Jun 15 05:30:35 EDT 2021
On 6/14/21 8:47 PM, David Jones wrote:
> The LBR$C_TYP_ELFOBJ seems too general in a world of both IA64 and X86.
>
>>> Dave
No. The file format for ELF object modules didn't change.
Simplified, an object library contains object modules and symbols.
Object modules are more or less blobs. The symbols are in a separate
list, each pointing to the module, where it is defined. The symbol table
in ELF objects didn't change and it is only used to create the library's
symbol table. The header field e_machine has a different value. The
section names are different. The contents of some sections are
different: code, relocations, unwind information. All that is not in the
interest of librarian.
More information about the Info-vax
mailing list