Bug 17346 - i386 record: Missing AVX
Summary: i386 record: Missing AVX
Status: NEW
Alias: None
Product: gdb
Classification: Unclassified
Component: tdep (show other bugs)
Version: HEAD
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-03 06:38 UTC by Jan Kratochvil
Modified: 2018-09-29 00:29 UTC (History)
2 users (show)

See Also:
Host:
Target: x86_64-linux-gnu
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kratochvil 2014-09-03 06:38:31 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=1136403

FAIL: Fedora 21 x86_64 - glibc-2.19.90-35.fc21.x86_64
PASS: Fedora 20 x86_64 - glibc-2.18-14.fc20.x86_64

grep -q avx /proc/cpuinfo && echo -e '#include <string.h>\nint main(void) { static char a[0x20],b[0x20]; memcpy(a,b,16); return 0; }'|gcc -Wall -g -x c - && gdb -batch ./a.out -ex start -ex record -ex c
Process record does not support instruction 0xc5 at address 0x7ffff7b5cdd0.
__memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:126
126		vmovdqu (%rsi), %xmm0