diff options
Diffstat (limited to 'bfd/ChangeLog-2010')
-rw-r--r-- | bfd/ChangeLog-2010 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/ChangeLog-2010 b/bfd/ChangeLog-2010 index c486f58..e9c7778 100644 --- a/bfd/ChangeLog-2010 +++ b/bfd/ChangeLog-2010 @@ -1173,11 +1173,11 @@ * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Write the LWPID to elf_tdata's core_lwpid instead of to core_pid. - (elf64_x86_64_grok_psinfo): Extract the the main process's PID, + (elf64_x86_64_grok_psinfo): Extract the main process's PID, and store it in elf_tdata's core_pid field. * elf32-i386.c (elf_i386_grok_prstatus): Write the LWPID to elf_tdata's core_lwpid instead of to core_pid. - (elf_i386_grok_psinfo): Extract the the main process's PID, and + (elf_i386_grok_psinfo): Extract the main process's PID, and store it in elf_tdata's core_pid field. * elf32-am33lin.c (elf32_am33lin_grok_prstatus): Write the LWPID |