gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Re: gdb for mips64


From: Camm Maguire
Subject: Re: [Gcl-devel] Re: gdb for mips64
Date: Tue, 26 Oct 2010 16:12:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux)

Greetings!  

Camm Maguire <address@hidden> writes:

> Thanks.
>
> Why doesn't _IO_getc get a stub on mips64, like say _setjmp?
>
> readelf -a saved_ansi_gcl |grep  IO_getc
>   2812: 0000000000000000   472 FUNC    GLOBAL DEFAULT  UND address@hidden (2)
>  15315: 0000000000000000   472 FUNC    GLOBAL DEFAULT  UND _IO_getc@@GLIBC_2.0
> readelf -a saved_ansi_gcl |grep  setjmp
>   2159: 00000001204b9b40    32 FUNC    GLOBAL DEFAULT  UND address@hidden (2)
>  15978: 00000001204b9b40    32 FUNC    GLOBAL DEFAULT  UND _setjmp@@GLIBC_2.0
>  
> Is there anything I can do about this?
>

A little more info here.  Latest toolchain on the gcc compile farm
does provide a stub, but the slightly older gentoo on a sicortex
machine does not.  Clearly not too much to worry about unless you
might know of an easy workaround.

Take care,
-- 
Camm Maguire                                        address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]