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
ba57dd12
Commit
ba57dd12
authored
May 20, 2015
by
Robert Suchanek
Committed by
Robert Suchanek
May 20, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing declaration.
gcc/ * config/mips/mips.h (micromips_globals): Declare. From-SVN: r223438
parent
21b634ae
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
gcc/ChangeLog
+4
-0
gcc/config/mips/mips.h
+1
-0
No files found.
gcc/ChangeLog
View file @
ba57dd12
2015-05-20 Robert Suchanek <robert.suchanek@imgtec.com>
* config/mips/mips.h (micromips_globals): Declare.
2015-05-20 David Malcolm <dmalcolm@redhat.com>
2015-05-20 David Malcolm <dmalcolm@redhat.com>
* timevar.def (TV_INITIALIZE_RTL): New.
* timevar.def (TV_INITIALIZE_RTL): New.
...
...
gcc/config/mips/mips.h
View file @
ba57dd12
...
@@ -3108,6 +3108,7 @@ extern const struct mips_cpu_info *mips_arch_info;
...
@@ -3108,6 +3108,7 @@ extern const struct mips_cpu_info *mips_arch_info;
extern
const
struct
mips_cpu_info
*
mips_tune_info
;
extern
const
struct
mips_cpu_info
*
mips_tune_info
;
extern
unsigned
int
mips_base_compression_flags
;
extern
unsigned
int
mips_base_compression_flags
;
extern
GTY
(())
struct
target_globals
*
mips16_globals
;
extern
GTY
(())
struct
target_globals
*
mips16_globals
;
extern
GTY
(())
struct
target_globals
*
micromips_globals
;
#endif
#endif
/* Enable querying of DFA units. */
/* Enable querying of DFA units. */
...
...
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