Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3E87F6DA.3090305@corpit.ru> Date: Mon, 31 Mar 2003 12:05:46 +0400 From: Egor Duda Reply-To: cygwin AT cygwin DOT 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 Cc: cygwin AT cygwin DOT com Subject: Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__ References: 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/