PATCH: PR gas/17598: R_X86_64_GOTPLT64 relocation isn't tested

2014-11-13 Thread H.J. Lu
Hi, R_X86_64_GOTPLT64 isn't necessary and R_X86_64_GOT64 should be used instead. I checked in this patch to add assembler support for @gotplt, but treat R_X86_64_GOTPLT64 the same R_X86_64_GOT64. There should be no impact on GCC since GCC never generates R_X86_64_GOTPLT64 and R_X86_64_GOT64 is

Re: PATCH: PR gas/17598: R_X86_64_GOTPLT64 relocation isn't tested

2014-11-13 Thread H.J. Lu
On Thu, Nov 13, 2014 at 11:13 AM, H.J. Lu hongjiu...@intel.com wrote: Hi, R_X86_64_GOTPLT64 isn't necessary and R_X86_64_GOT64 should be used instead. I checked in this patch to add assembler support for @gotplt, but treat R_X86_64_GOTPLT64 the same R_X86_64_GOT64. There should be no