Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
e42ea7f9
Commit
e42ea7f9
authored
Oct 30, 1999
by
Catherine Moore
Committed by
Catherine Moore
Oct 30, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert last patch.
From-SVN: r30273
parent
10e5de9f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+5
-0
gcc/config/i386/i386.c
+1
-1
gcc/config/i386/i386.h
+1
-1
No files found.
gcc/ChangeLog
View file @
e42ea7f9
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
...
...
gcc/config/i386/i386.c
View file @
e42ea7f9
...
...
@@ -181,7 +181,7 @@ struct machine_function
#define ix86_stack_locals (current_function->machine->stack_locals)
/* which cpu are we scheduling for */
e
xtern
e
num
processor_type
ix86_cpu
;
enum
processor_type
ix86_cpu
;
/* which instruction set architecture to use. */
int
ix86_arch
;
...
...
gcc/config/i386/i386.h
View file @
e42ea7f9
...
...
@@ -237,7 +237,7 @@ enum processor_type
PROCESSOR_max
};
enum
processor_type
ix86_cpu
;
e
xtern
e
num
processor_type
ix86_cpu
;
extern
int
ix86_arch
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment