This is the mail archive of the gas2@sourceware.cygnus.com mailing list for the gas2 project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
>BTW, Ian, how compatible is the GNU ELF ld with SVR4/x86 ld? Can it >be a dropin replacement? Has anyone tried to use the GNU ELF ld to >build a shared ELF library under SVR4/x86? Yes, I used to do this all the time at my old job. I intended it to be a drop in replacement, but the handling of the SHT_DYNSYM sections in our version of SVr4 was a bit weird, and Solaris treated things more logically. That being said, a little work might be needed on some flavors of SVr4 to support a unified symbol table which the Dell SVr4 seemed to want. This could be a linker option, I think. -Eric