Run --gc-sections tests only if supported.
[deliverable/binutils-gdb.git] / bfd / elf32-am33lin.c
index c3ec2dcc454b54e6571ac7629064d909ab24be30..177a7140de7d0dda6a4637f3dba8154166f7e761 100644 (file)
@@ -55,7 +55,7 @@ elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
        elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
 
        /* pr_pid */
-       elf_tdata (abfd)->core_pid = bfd_get_32 (abfd, note->descdata + 24);
+       elf_tdata (abfd)->core_lwpid = bfd_get_32 (abfd, note->descdata + 24);
 
        /* pr_reg */
        offset = 72;
This page took 0.023178 seconds and 4 git commands to generate.