commit | c3b15d468c106ed70954e863c595f857657bd8f2 | [log] [tgz] |
---|---|---|
author | Guinevere Larsen <guinevere@redhat.com> | Mon Nov 25 14:34:31 2024 -0300 |
committer | Guinevere Larsen <guinevere@redhat.com> | Tue Dec 03 15:16:40 2024 -0300 |
tree | c2c62f54add2f063ae63ea90e3b3f282fc3b9936 | |
parent | ab3cca26874c63c097873a75f86e7aeb4a49278e [diff] |
gdb/testsuite: make gdb.reverse/i386-avx-reverse.exp require avx The test gdb.reverse/i386-avx-reverse.exp was assuming that if the CPU was like x86, it would have AVX instructions because I didn't know how to check for AVX instruction support explicitly. This commit updates that to use the pre-existing TCL proc have_avx. Also update the comment at the top of the test, since it was a copy of a different test. Approved-By: Andrew Burgess <aburgess@redhat.com>