Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Mark E." To: cygwin AT sources DOT redhat DOT com Date: Thu, 20 Jul 2000 19:54:57 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: binutils prerelease available for testing (feedback needed)] Message-ID: <39775911.16799.B9C7C@localhost> In-reply-to: <200007202340.TAA01399@envy.delorie.com> References: <39773077 DOT 28196 DOT 4649D AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) Hi guys, The patch causing your Binutils problem has been reverted. Sorry about the trouble. > 2000-07-20 DJ Delorie > > * config/obj-coff.c (obj_frob_symbol): revert previous change, > it breaks linking against DLLs. Could you guys try this one out and verify it causes you guys no problems: Index: src/gas/config/obj-coff.c =================================================================== RCS file: /cvs/src/src/gas/config/obj-coff.c,v retrieving revision 1.31 diff -c -p -r1.31 obj-coff.c *** obj-coff.c 2000/07/20 23:38:05 1.31 --- obj-coff.c 2000/07/20 23:48:04 *************** coff_frob_symbol (symp, punt) *** 1139,1149 **** --- 1139,1152 ---- symbolS *real; if (!SF_GET_LOCAL (symp) && !SF_GET_STATICS (symp) + && S_GET_STORAGE_CLASS (symp) != C_LABEL + && symbol_constant_p(symp) && (real = symbol_find_base (S_GET_NAME (symp), DO_NOT_STRIP)) && real != symp) { c_symbol_merge (symp, real); *punt = 1; + return; } if (!S_IS_DEFINED (symp) && !SF_GET_LOCAL (symp)) { -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com