gdb: clean up x86 cpuid implementations
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b2a9b91cea55561bdf1ecd219b1f18e40d9feb4b..340b66bd16f5af20364a04627d8a830dcda9d9a1 100644 (file)
@@ -1,3 +1,17 @@
+2013-06-19  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (HFILES_NO_SRCDIR): Add common/i386-cpuid.h and
+       common/i386-gcc-cpuid.h.
+       * common/i386-cpuid.h: New wrapper header around i386-gcc-cpuid.h.
+       * common/i386-gcc-cpuid.h: Rename from testsuite/gdb.arch/i386-cpuid.h.
+       Copy the latest version from upstream gcc.
+       * common/linux-btrace.c: Include i386-cpuid.h.
+       (intel_supports_btrace): Delete x86 ifdefs and replace inline asm with
+       call to i386_cpuid.
+       (cpu_supports_btrace): Likewise.
+       * go32-nat.c: Include i386-cpuid.h.
+       (go32_sysinfo): Add (disabled) calls to i386_cpuid with comments.
+
 2013-06-19  Doug Evans  <dje@google.com>
 
        * symfile.c (symfile_bfd_open): Delete unnecessary declaration.
This page took 0.024106 seconds and 4 git commands to generate.