diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-01-07 15:42:57 +0100 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2015-01-07 15:42:57 +0100 |
commit | 50a18af83d28d66a769af40eef7d0548e2dc0883 (patch) | |
tree | bb0ad6fcb1546a7bf9d31dced4c63320c69b95c5 /gdb/testsuite/ChangeLog | |
parent | 6a06d66006d33293215eaf706ee416f6a99da273 (diff) | |
download | gdb-50a18af83d28d66a769af40eef7d0548e2dc0883.zip gdb-50a18af83d28d66a769af40eef7d0548e2dc0883.tar.gz gdb-50a18af83d28d66a769af40eef7d0548e2dc0883.tar.bz2 |
[testsuite patch] Fix avx512.exp regression
+gdb compile failed, ^[[01m^[[Kgdb/testsuite/gdb.arch/i386-avx512.c:20:27:^[[m^[[K ^[[01;31m^[[Kfatal error: ^[[m^[[Knat/x86-cpuid.h: No
such file or directory
+ #include "nat/x86-cpuid.h"
+^[[01;32m^[[K ^^[[m^[[K
+compilation terminated.
+UNTESTED: gdb.arch/i386-avx512.exp: i386-avx512.exp
125f8a3ddedd413a2290dae011f0bed9ffc78278 is the first bad commit
commit 125f8a3ddedd413a2290dae011f0bed9ffc78278
Author: Gary Benson <gbenson@redhat.com>
Date: Thu Jun 19 14:46:38 2014 +0100
Move shared native target specific code to gdb/nat
gdb/testsuite/ChangeLog
2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
Fix testcase compilation.
* gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7db0809..862f27c 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix testcase compilation. + * gdb.arch/i386-avx512.exp (comp_flags): Remove /common. + 2015-01-06 Joel Brobecker <brobecker@adacore.com> * gdb.python/py-type.exp: Add a couple test about empty |