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
ca8e13e8
Commit
ca8e13e8
authored
Oct 22, 2010
by
Arnaud Charlet
Committed by
Arnaud Charlet
Oct 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc-interface/utils.c, gcc-interface/gigi.h: Minor reformatting.
From-SVN: r165806
parent
ea034236
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/gcc-interface/gigi.h
+2
-1
gcc/ada/gcc-interface/utils.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
ca8e13e8
2010
-
10
-
22
Arnaud
Charlet
<
charlet
@
adacore
.
com
>
*
gcc
-
interface
/
utils
.
c
,
gcc
-
interface
/
gigi
.
h
:
Minor
reformatting
.
2010
-
10
-
22
Thomas
Quinot
<
quinot
@
adacore
.
com
>
*
einfo
.
ads
(
Declaration_Node
):
Clarify
documentation
,
in
particular
...
...
gcc/ada/gcc-interface/gigi.h
View file @
ca8e13e8
...
...
@@ -374,7 +374,8 @@ enum exception_info_kind
/* Range exception information: file:line + index, first, last. */
exception_range
,
/* Column exception information: file:line:column. */
exception_column
};
exception_column
};
extern
GTY
(())
tree
gnat_std_decls
[(
int
)
ADT_LAST
];
extern
GTY
(())
tree
gnat_raise_decls
[(
int
)
LAST_REASON_CODE
+
1
];
...
...
gcc/ada/gcc-interface/utils.c
View file @
ca8e13e8
...
...
@@ -79,7 +79,7 @@ tree gnat_std_decls[(int) ADT_LAST];
/* Functions to call for each of the possible raise reasons. */
tree
gnat_raise_decls
[(
int
)
LAST_REASON_CODE
+
1
];
/*
Functions to call
with extra info for each of the possible raise reasons. */
/*
Likewise, but
with extra info for each of the possible raise reasons. */
tree
gnat_raise_decls_ext
[(
int
)
LAST_REASON_CODE
+
1
];
/* Forward declarations for handlers of attributes. */
...
...
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