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
9e36aa23
Commit
9e36aa23
authored
Jul 15, 2011
by
Eric Botcazou
Committed by
Eric Botcazou
Jul 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/gigi.h: Move around comment.
From-SVN: r176307
parent
f39a9ca2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ada/ChangeLog
+2
-0
gcc/ada/gcc-interface/gigi.h
+2
-4
No files found.
gcc/ada/ChangeLog
View file @
9e36aa23
...
...
@@ -3,6 +3,8 @@
PR ada/48711
* g-socthi-mingw.adb (Fill): Fix formatting.
* gcc-interface/gigi.h: Move around comment.
2011-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR ada/46350
...
...
gcc/ada/gcc-interface/gigi.h
View file @
9e36aa23
...
...
@@ -934,14 +934,12 @@ extern int fp_prec_to_size (int prec);
/* Return the precision of the FP mode with size SIZE. */
extern
int
fp_size_to_prec
(
int
size
);
/* These functions return the basic data type sizes and related parameters
about the target machine. */
#ifdef __cplusplus
extern
"C"
{
#endif
/* These functions return the basic data type sizes and related parameters
about the target machine. */
extern
Pos
get_target_bits_per_unit
(
void
);
extern
Pos
get_target_bits_per_word
(
void
);
extern
Pos
get_target_char_size
(
void
);
...
...
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