Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__

2003-03-31 Thread Tim Renner
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__

Re: Cross Compiler and __RUNTIME_PSEUDO_RELOC_LIST__

2003-03-31 Thread Egor Duda
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__