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
c32d4bcf
Commit
c32d4bcf
authored
Aug 02, 2011
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Refine previous change.
From-SVN: r177149
parent
76e5271b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
14 deletions
+5
-14
gcc/ada/gcc-interface/gigi.h
+5
-5
gcc/ada/gcc-interface/misc.c
+0
-9
No files found.
gcc/ada/gcc-interface/gigi.h
View file @
c32d4bcf
...
...
@@ -929,11 +929,6 @@ extern bool default_pass_by_ref (tree gnu_type);
if it should be passed by reference. */
extern
bool
must_pass_by_ref
(
tree
gnu_type
);
/* This function is called by the front-end to enumerate all the supported
modes for the machine, as well as some predefined C types. */
extern
void
enumerate_modes
(
void
(
*
f
)
(
const
char
*
,
int
,
int
,
int
,
int
,
int
,
int
));
/* Return the size of the FP mode with precision PREC. */
extern
int
fp_prec_to_size
(
int
prec
);
...
...
@@ -970,6 +965,11 @@ extern Nat get_target_strict_alignment (void);
extern
Nat
get_target_double_float_alignment
(
void
);
extern
Nat
get_target_double_scalar_alignment
(
void
);
/* This function is called by the front-end to enumerate all the supported
modes for the machine, as well as some predefined C types. */
extern
void
enumerate_modes
(
void
(
*
f
)
(
const
char
*
,
int
,
int
,
int
,
int
,
int
,
int
));
#ifdef __cplusplus
}
#endif
...
...
gcc/ada/gcc-interface/misc.c
View file @
c32d4bcf
...
...
@@ -637,10 +637,6 @@ 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,
...
...
@@ -759,11 +755,6 @@ 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