From 895016f63578bb45ea3432f14fb1e1a28d4744a7 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Sat, 23 Sep 2006 12:33:27 +0200 Subject: [PATCH] driver-i386.c (host_detect_local_cpu): Add prototype. * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. From-SVN: r117169 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/driver-i386.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a62e378d102..8783eb00070 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-23 Uros Bizjak + + * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. + 2006-09-23 Jakub Jelinek PR c/28706 diff --git a/gcc/config/i386/driver-i386.c b/gcc/config/i386/driver-i386.c index 979a6a5025d..6767997a091 100644 --- a/gcc/config/i386/driver-i386.c +++ b/gcc/config/i386/driver-i386.c @@ -22,6 +22,8 @@ Boston, MA 02110-1301, USA. */ #include "system.h" #include +const char *host_detect_local_cpu (int argc, const char **argv); + #ifdef GCC_VERSION #define cpuid(num,a,b,c,d) \ asm volatile ("xchgl %%ebx, %1; cpuid; xchgl %%ebx, %1" \ -- 2.30.2