Hi,
On 08/21/2018 05:31 PM, Nick Clifton wrote:
if (filedata->section_headers != NULL
&& header->e_shstrndx == (SHN_XINDEX & 0x))
printf (" (%u)", filedata->section_headers[0].sh_link);
else if (header->e_shstrndx != SHN_UNDEF
&& header->e_shst
https://sourceware.org/bugzilla/show_bug.cgi?id=23230
--- Comment #3 from Egeyar Bagcioglu ---
I prepared a patch according to "ARM Architecture Reference Manual, ARMv8, for
ARMv8-A architecture profile". However, the patch triggered a failure in a
test-case. Then, I realized that what my