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
c0a69967
Commit
c0a69967
authored
Oct 03, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* utils.c: Fix a typo.
From-SVN: r117407
parent
2285b053
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ada/ChangeLog
+2
-0
gcc/ada/utils.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
c0a69967
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
*
decl
.
c
,
utils
.
c
:
Fix
comment
typos
.
*
decl
.
c
,
utils
.
c
:
Fix
comment
typos
.
*
utils
.
c
:
Fix
a
typo
.
2006
-
09
-
28
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
2006
-
09
-
28
Eric
Botcazou
<
ebotcazou
@
adacore
.
com
>
*
decl
.
c
(
gnat_to_gnu_entity
)
<
E_Procedure
>:
Do
not
set
"const"
flag
*
decl
.
c
(
gnat_to_gnu_entity
)
<
E_Procedure
>:
Do
not
set
"const"
flag
...
...
gcc/ada/utils.c
View file @
c0a69967
...
@@ -84,7 +84,7 @@ static tree handle_const_attribute (tree *, tree, tree, int, bool *);
...
@@ -84,7 +84,7 @@ static tree handle_const_attribute (tree *, tree, tree, int, bool *);
static
tree
handle_nothrow_attribute
(
tree
*
,
tree
,
tree
,
int
,
bool
*
);
static
tree
handle_nothrow_attribute
(
tree
*
,
tree
,
tree
,
int
,
bool
*
);
/* Table of machine-independent internal attributes for Ada. We support
/* Table of machine-independent internal attributes for Ada. We support
this minimal set o
t
attributes to accommodate the Alpha back-end which
this minimal set o
f
attributes to accommodate the Alpha back-end which
unconditionally puts them on its builtins. */
unconditionally puts them on its builtins. */
const
struct
attribute_spec
gnat_internal_attribute_table
[]
=
const
struct
attribute_spec
gnat_internal_attribute_table
[]
=
{
{
...
...
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