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
c25ca2d7
Commit
c25ca2d7
authored
Oct 03, 2001
by
Geert Bosch
Committed by
Geert Bosch
Oct 03, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* misc.c (insert_default_attributes): Add dummy version.
From-SVN: r45983
parent
80ebf43e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
gcc/ada/ChangeLog
+3
-0
gcc/ada/misc.c
+9
-1
No files found.
gcc/ada/ChangeLog
0 → 100644
View file @
c25ca2d7
2001-10-02 Geert Bosch <bosch@gnat.com>
* misc.c (insert_default_attributes): Add dummy version.
gcc/ada/misc.c
View file @
c25ca2d7
...
...
@@ -6,7 +6,7 @@
* *
* C Implementation File *
* *
* $Revision
: 1.3
$
* $Revision$
* *
* Copyright (C) 1992-2001 Free Software Foundation, Inc. *
* *
...
...
@@ -954,6 +954,14 @@ lang_get_alias_set (type)
return
-
1
;
}
/* Set default attributes for functions. We do nothing. */
void
insert_default_attributes
(
decl
)
tree
decl
ATTRIBUTE_UNUSED
;
{
}
/* GNU_TYPE is a type. Determine if it should be passed by reference by
default. */
...
...
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