This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/39013] [4.3/4.4 Regression] Missing @PLT when -fpie is used
- From: "zorry at ume dot nu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Jan 2009 18:23:58 -0000
- Subject: [Bug target/39013] [4.3/4.4 Regression] Missing @PLT when -fpie is used
- References: <bug-39013-17238@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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