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 Date: Sun, 26 Aug 2001 11:43:06 -0400 Message-Id: <200108261543.LAA06415@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: cwilson AT ece DOT gatech DOT edu CC: binutils AT sources DOT redhat DOT com, cygwin AT cygwin DOT com In-reply-to: <3B891172.9000207@ece.gatech.edu> (message from Charles Wilson on Sun, 26 Aug 2001 11:10:42 -0400) Subject: Re: [aida_s AT mx12 DOT freecom DOT ne DOT jp: A serious bug of "ld --enable-auto-import"] References: <3B8884F6 DOT 80708 AT ece DOT gatech DOT edu> <200108260530 DOT BAA28221 AT envy DOT delorie DOT com> <3B888D76 DOT 6090102 AT ece DOT gatech DOT edu> <200108260613 DOT CAA28557 AT envy DOT delorie DOT com> <3B891172 DOT 9000207 AT ece DOT gatech DOT edu> > Urk. I love these types of comments ;-) > Here's what hello.o looks like when hello.c uses > __declspec(dllimport) (and hwstr.c uses __declspec(dllexport)). > Recall that this configuration works as expected. Right, because we're effectively telling gcc that hwstr1 is a pointer, not an array. That changes how gcc generates code. Pointers must be indexed at runtime, arrays may be indexed at compile time. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/