Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <3E87F6DA.3090305@corpit.ru>
Date: Mon, 31 Mar 2003 12:05:46 +0400
From: Egor Duda <deo@corpit.ru>
Reply-To: cygwin@cygwin.com
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020927 Debian/1.1-1
MIME-Version: 1.0
To: Tim Renner <l0ci@hotmail.com>
Cc: cygwin@cygwin.com
Subject: Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__
References: <F146KAy4MoSn03t3Z4d00004c39@hotmail.com>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

Tim Renner wrote:
> $ for f in `find . -name '*.a'`;do nm $f 2>/dev/null |grep 
> PSEUDO_RELOC_LIST && echo $f;
> done
>         U ___RUNTIME_PSEUDO_RELOC_LIST_END__
>         U ___RUNTIME_PSEUDO_RELOC_LIST__
> ./libcygwin.a
>         U ___RUNTIME_PSEUDO_RELOC_LIST_END__
>         U ___RUNTIME_PSEUDO_RELOC_LIST__
> ./libg.a
> 
> 
> Can anyone tell me what eventually resolves those symbols in a normal 
> cygwin(not cross) compile?  Or better, if you know how I can fix this in 
> my cross compiler ;)

Use last version of binutils. Current ld emits both this symbols while 
linking executable.

egor.


--
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/

