From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mark E." To: binutils@sourceware.cygnus.com Subject: Re: patch for cofflink.c Date: Sun, 02 Jul 2000 20:43:00 -0000 Message-id: <395FD3CF.3427.1E62CC@localhost> X-SW-Source: 2000-07/msg00014.html 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; > +