We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
My platform is ARM64 V8, gcc-4.9.2-arm64. EX, I have a function called test::Foo::bar, the address of this function is absolute address(like 0xffff6432), however on ARM64 platform, the address of that function is _ZN4test3Foo3barEiPvml@plt(0x423e70)which is the PLT. Did i miss any gcc-flag in ARM. I found that -fno-plt option could disable the PLT. However -fno-plt was supported after GCC-6.1. Should I add -fPIC option on my ARM 64 platform? Or is there any gcc flag could disable PLT
Thanks
Hi there, I have moved your question to the GNU Toolchain forum. Many thanks.