target/i386: reimplement 0x0f 0xd8-0xdf, 0xe8-0xef, 0xf8-0xff, add AVX
[qemu.git] / bsd-user / elfcore.c
blobc49d9280e2dadc3a0c7ac20dbc26a81a6f6799f8
1 /* Stubbed out version of core dump support, explicitly in public domain */
3 static int elf_core_dump(int signr, CPUArchState *env)
5 struct elf_note en = { 0 };
7 bswap_note(&en);
9 return 0;