summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-23 10:33:27 +0000
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>2006-09-23 10:33:27 +0000
commiteada9ddd6a7107409b10ff9c7d0c17a34fd39af2 (patch)
treec1c582371310483d14f679ba46e011604476b285
parent9369a09f9c4ae34d6fdc31ba67fe91d2a8cc9bbc (diff)
downloadppe42-gcc-eada9ddd6a7107409b10ff9c7d0c17a34fd39af2.tar.gz
ppe42-gcc-eada9ddd6a7107409b10ff9c7d0c17a34fd39af2.zip
* 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
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/i386/driver-i386.c2
2 files changed, 6 insertions, 0 deletions
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 <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 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 <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" \
OpenPOWER on IntegriCloud