This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, AArch64] Fix hard-coded size of sturct elf_prstatus


Hi,

This patch fixes a bug in bfd where AArch64 general purpose registers are not extracted from the NT_PRSTATUS note. The size of struct elf_prstatus changed in the kernel with commit 9cf2b72b2; update the value expected in _bfd_aarch64_elf_grok_prstatus.

OK for the trunk and 2_24 branches?

Thanks,
Yufeng


bfd/

2013-11-07  Matthew Leach  <Matthew.Leach@arm.comm>

	* elfxx-aarch64.c (_bfd_aarch64_elf_grok_prstatus): Fix hard-coded
	size of struct elf_prstatus.

Attachment: patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]