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
654e56c9
Commit
654e56c9
authored
Nov 30, 2010
by
Mingjie Xing
Committed by
Mingjie Xing
Nov 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include coretypes.h in gcc-plugin.h & Add hard-reg-set.h in FUNCTION_H.
From-SVN: r167290
parent
70d94de7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
gcc/ChangeLog
+5
-0
gcc/Makefile.in
+1
-1
gcc/gcc-plugin.h
+1
-0
No files found.
gcc/ChangeLog
View file @
654e56c9
2010
-
11
-
30
Mingjie
Xing
<
mingjie
.
xing
@gmail
.
com
>
*
gcc
-
plugin
.
h
:
Include
coretypes
.
h
.
*
Makefile
.
in
(
FUNCTION_H
)
:
Add
hard
-
reg
-
set
.
h
.
2010
-
11
-
30
Laurynas
Biveinis
<
laurynas
.
biveinis
@gmail
.
com
>
2010
-
11
-
30
Laurynas
Biveinis
<
laurynas
.
biveinis
@gmail
.
com
>
*
ggc
-
zone
.
c
(
ggc_pch_read
)
:
Fix
conditional
compilation
.
*
ggc
-
zone
.
c
(
ggc_pch_read
)
:
Fix
conditional
compilation
.
gcc/Makefile.in
View file @
654e56c9
...
@@ -907,7 +907,7 @@ ALIAS_H = alias.h coretypes.h
...
@@ -907,7 +907,7 @@ ALIAS_H = alias.h coretypes.h
EMIT_RTL_H
=
emit-rtl.h
EMIT_RTL_H
=
emit-rtl.h
FLAGS_H
=
flags.h coretypes.h flag-types.h
$(OPTIONS_H)
FLAGS_H
=
flags.h coretypes.h flag-types.h
$(OPTIONS_H)
OPTIONS_H
=
options.h flag-types.h
$(OPTIONS_H_EXTRA)
OPTIONS_H
=
options.h flag-types.h
$(OPTIONS_H_EXTRA)
FUNCTION_H
=
function
.h
$(TREE_H)
$(HASHTAB_H)
vecprim.h
$(TM_H)
FUNCTION_H
=
function
.h
$(TREE_H)
$(HASHTAB_H)
vecprim.h
$(TM_H)
hard-reg-set.h
EXPR_H
=
expr.h insn-config.h
$(FUNCTION_H)
$(RTL_H)
$(FLAGS_H)
$(TREE_H)
$(MACHMODE_H)
$(EMIT_RTL_H)
EXPR_H
=
expr.h insn-config.h
$(FUNCTION_H)
$(RTL_H)
$(FLAGS_H)
$(TREE_H)
$(MACHMODE_H)
$(EMIT_RTL_H)
OPTABS_H
=
optabs.h insn-codes.h
OPTABS_H
=
optabs.h insn-codes.h
REGS_H
=
regs.h
$(MACHMODE_H)
hard-reg-set.h
REGS_H
=
regs.h
$(MACHMODE_H)
hard-reg-set.h
...
...
gcc/gcc-plugin.h
View file @
654e56c9
...
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
...
@@ -26,6 +26,7 @@ along with GCC; see the file COPYING3. If not see
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
#include "coretypes.h"
#include "highlev-plugin-common.h"
#include "highlev-plugin-common.h"
#include "hashtab.h"
#include "hashtab.h"
...
...
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