[LLVMdev] LLVM and Cygwin

Brian Herman brianherman at gmail.com
Tue Jul 30 06:19:28 PDT 2013


brianherman at windows-8-doesn't rock /lib/gcc/i686-pc-cygwin/4.7.3
$ nm libgcc_eh.a | grep register_frame
000011b0 T ___deregister_frame
000011a0 T ___deregister_frame_info
000010d0 T ___deregister_frame_info_bases
00000fe0 T ___register_frame
00000fb0 T ___register_frame_info
00000f40 T ___register_frame_info_bases
00001070 T ___register_frame_info_table
00001010 T ___register_frame_info_table_bases
000010a0 T ___register_frame_table


On Tue, Jul 30, 2013 at 8:10 AM, Tim Northover <t.p.northover at gmail.com>wrote:

> > $ nm libgcc_eh.a | grep register_frame
> > nm: 'libgcc_eh.a': No such file
>
> I think he meant to find out where libgcc_eh.a lives under Cygwin and
> execute the command on that file. It should be somewhere amongst the
> stuff installed with gcc, but the exact location can vary quite a bit.
>
> Cheers.
>
> Tim.
>



-- 


Thanks,
Brian Herman
college.nfshost.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130730/a4ccc272/attachment.html>


More information about the llvm-dev mailing list