------- Comment #15 from zorry at ume dot nu  2009-01-29 18:23 -------
We have this in the shared library that is compile with -fPIC
inline u_int32_t
libnet_getgre_length(u_int16_t fv)
{
code
}
And the app have 
code
len = libnet_getgre_length(gre_flags);
    size += len;
code


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39013

Reply via email to