Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__

Egor Duda deo@corpit.ru
Mon Mar 31 09:31:00 GMT 2003


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/



More information about the Cygwin mailing list