From eada9ddd6a7107409b10ff9c7d0c17a34fd39af2 Mon Sep 17 00:00:00 2001 From: uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Sat, 23 Sep 2006 10:33:27 +0000 Subject: [PATCH] * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117169 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/i386/driver-i386.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a62e378d102c..8783eb00070b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-23 Uros Bizjak <uros@kss-loka.si> + + * config/i386/driver-i386.c (host_detect_local_cpu): Add prototype. + 2006-09-23 Jakub Jelinek <jakub@redhat.com> PR c/28706 diff --git a/gcc/config/i386/driver-i386.c b/gcc/config/i386/driver-i386.c index 979a6a5025dc..6767997a091d 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 <stdlib.h> +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" \ -- GitLab