This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: patch for cofflink.c


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;
> + 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]