Revert last patch.

From-SVN: r30273
This commit is contained in:
Catherine Moore 1999-10-30 19:43:20 +00:00 committed by Catherine Moore
parent 10e5de9f6c
commit e42ea7f934
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Sat Oct 30 14:38:04 1999 Catherine Moore <clm@cygnus.com>
* config/i386/i386.c (ix86_cpu): Revert last patch.
* config/i386/i386.h (ix86_cpu): Ditto.
Fri Oct 29 17:00:42 1999 Jim Wilson <wilson@cygnus.com>
* stor-layout.c (layout_type): When compute TYPE_SIZE_UNIT from

View File

@ -181,7 +181,7 @@ struct machine_function
#define ix86_stack_locals (current_function->machine->stack_locals)
/* which cpu are we scheduling for */
extern enum processor_type ix86_cpu;
enum processor_type ix86_cpu;
/* which instruction set architecture to use. */
int ix86_arch;

View File

@ -237,7 +237,7 @@ enum processor_type
PROCESSOR_max
};
enum processor_type ix86_cpu;
extern enum processor_type ix86_cpu;
extern int ix86_arch;