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
76e5271b
Commit
76e5271b
authored
Aug 02, 2011
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix bootstrap with g++
From-SVN: r177148
parent
a01b9df6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
gcc/ada/gcc-interface/misc.c
+9
-0
No files found.
gcc/ada/gcc-interface/misc.c
View file @
76e5271b
...
...
@@ -637,6 +637,10 @@ must_pass_by_ref (tree gnu_type)
&&
TREE_CODE
(
TYPE_SIZE
(
gnu_type
))
!=
INTEGER_CST
));
}
#ifdef __cplusplus
extern
"C"
{
#endif
/* This function is called by the front-end to enumerate all the supported
modes for the machine, as well as some predefined C types. F is a function
which is called back with the parameters as listed below, first a string,
...
...
@@ -755,6 +759,11 @@ enumerate_modes (void (*f) (const char *, int, int, int, int, int, int))
}
}
#ifdef __cplusplus
}
#endif
/* Return the size of the FP mode with precision PREC. */
int
...
...
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