Re: readelf reporting of e_shstrndx is slightly wrong

2018-08-21 Thread Egeyar Bagcioglu
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 &&

Re: [Bug binutils/23230] aarch64: objdump disassembles invalid mrs

2018-05-29 Thread Egeyar Bagcioglu
://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