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] Update the gregset size


Hi,

Following the recent bug fix in the AArch64 kernel, this patch updates the expected size of the general register set in core dump file.

OK to commit?

Thanks,
Yufeng

bfd/

2013-02-08 Yufeng Zhang <yufeng.zhang@arm.com>

	* elf64-aarch64.c (elf64_aarch64_grok_prstatus): Change 'size' from
	288 to 272.
diff --git a/bfd/elf64-aarch64.c b/bfd/elf64-aarch64.c
index 708b362..e0583d7 100644
--- a/bfd/elf64-aarch64.c
+++ b/bfd/elf64-aarch64.c
@@ -1540,7 +1540,7 @@ elf64_aarch64_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
 
 	/* pr_reg */
 	offset = 112;
-	size = 288;
+	size = 272;
 
 	break;
     }

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