bfd/
[deliverable/binutils-gdb.git] / bfd / elf64-ppc.c
index 543a7272b286e4c48d273dda03f9cc38b44584a2..1394ff544e405d02b1219f39626214ee0f343619 100644 (file)
@@ -2670,6 +2670,8 @@ ppc64_elf_grok_psinfo (bfd *abfd, Elf_Internal_Note *note)
   if (note->descsz != 136)
     return FALSE;
 
+  elf_tdata (abfd)->core_pid
+    = bfd_get_32 (abfd, note->descdata + 24);
   elf_tdata (abfd)->core_program
     = _bfd_elfcore_strndup (abfd, note->descdata + 40, 16);
   elf_tdata (abfd)->core_command
This page took 0.032273 seconds and 4 git commands to generate.