patch for cofflink.c

Mark E. snowball3@bigfoot.com
Sun Jul 2 20:43:00 GMT 2000


Also, one question: If this patch has the right idea, should it only do this for a static link (to an .exe in DJGPP) or is this ok for a shared link (to a .dll in Win32)?


> +   if (isym.n_sclass == C_WEAKEXT
> +       || (obj_pe (abfd) && sym.n_sclass == C_NT_WEAK))
> +     isym.n_sclass = C_EXT;
> + 




More information about the Binutils mailing list