* elf32-am33lin.c (elf32_am33lin_grok_prstatus): Add case
[deliverable/binutils-gdb.git] / bfd / elf32-am33lin.c
index 177a7140de7d0dda6a4637f3dba8154166f7e761..dd2aed413e4788ae6c6811b3e5baa129b52fd3be 100644 (file)
@@ -50,6 +50,7 @@ elf32_am33lin_grok_prstatus (bfd *abfd, Elf_Internal_Note *note)
       default:
        return FALSE;
 
+      case 184:
       case 188:                /* Linux/am33 */
        /* pr_cursig */
        elf_tdata (abfd)->core_signal = bfd_get_16 (abfd, note->descdata + 12);
This page took 0.024772 seconds and 4 git commands to generate.