Hi,

> > The cygwin people also use _image_base, see
> > http://www.cygwin.com/ml/cygwin-developers/2009-01/msg00014.html
> 
> __image_base__ is a linker defined symbol.  Since WinCE ARM doesn't
> prepend an extra underscore on C symbol names, you reference it
> from C as:
> 
>  extern char __image_base__;
> 
> On systems where C adds an extra underscore to the external
> symbol name, you'll have to reference it as:
> 
>  extern char _image_base__;
> 
> In both cases, you'll see that the compiler outputs
> a reference to __image_base__ in the assembly.

Thanks for your reply. Danny integrated a patch to resolve this issue.

Johnny


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to