Re: how to prevent gcc from generating GOT references

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

 



On 1/21/19 10:26 AM, Alexander Monakov wrote:
On Mon, 21 Jan 2019, David Livshin wrote:

It definitely can be done; I am using gcc on Fedora and never saw @GOT* ( and
@PLT ) generated. However on Ubinty, gcc often generates these symbols.

On Ubuntu GCC is configured to emit PIE code by default (via
--enable-default-pie gcc configure option).  You can override it with -no-pie
command line flag.

Alexander


Doesn't seems to solve the problem - while compiling with '-no-pie' or '-fno-pie', gcc still generating @GOT* ( and @PLT ) references ( on Ubuntu ).

David



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux