* config/i386/i386.h (ix86_cpu): Remove extern attribute.
authorclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 16:13:23 +0000 (16:13 +0000)
committerclm <clm@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Oct 1999 16:13:23 +0000 (16:13 +0000)
        * config/i386/i386.c (ix86_cpu): Add extern attribute.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30259 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.h

index 6f5d987..dc3552f 100644 (file)
@@ -1,3 +1,8 @@
+Fri Oct 29 09:05:34 1999  Catherine Moore  <clm@cygnus.com>
+
+       * config/i386/i386.h (ix86_cpu): Remove extern attribute.
+       * config/i386/i386.c (ix86_cpu): Add extern attribute.
+
 Fri Oct 29 16:30:04 1999  Andrew Haley  <aph@cygnus.com>
 
         * config/mips/elf.h: remove NAME__MAIN and SYMBOL__MAIN.
index b2e2dff..a1ac359 100644 (file)
@@ -183,7 +183,7 @@ static int pic_label_no = 0;
 #define ix86_stack_locals (current_function->machine->stack_locals)
 
 /* which cpu are we scheduling for */
-enum processor_type ix86_cpu;
+extern enum processor_type ix86_cpu;
 
 /* which instruction set architecture to use.  */
 int ix86_arch;
index 579b132..b9a1e16 100644 (file)
@@ -237,7 +237,7 @@ enum processor_type
   PROCESSOR_max
 };
 
-extern enum processor_type ix86_cpu;
+enum processor_type ix86_cpu;
 
 extern int ix86_arch;