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
0ebbef54
Commit
0ebbef54
authored
Feb 10, 2005
by
Andreas Jaeger
Committed by
Andreas Jaeger
Feb 10, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c (__gnat_initialize): Mark parameter as unused.
From-SVN: r94832
parent
ba78d452
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
15 deletions
+19
-15
gcc/ada/ChangeLog
+4
-0
gcc/ada/init.c
+15
-15
No files found.
gcc/ada/ChangeLog
View file @
0ebbef54
2005
-
02
-
10
Andreas
Jaeger
<
aj
@
suse
.
de
>
*
init
.
c
(
__gnat_initialize
):
Mark
parameter
as
unused
.
2005
-
02
-
09
Doug
Rupp
<
rupp
@
adacore
.
com
>
*
g
-
expect
-
vms
.
adb
(
Non_Blocking_Spawn
):
Separate
out
.
...
...
gcc/ada/init.c
View file @
0ebbef54
...
...
@@ -403,7 +403,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -418,7 +418,7 @@ extern void __gnat_install_handler (void);
/* For RTEMS, each bsp will provide a custom __gnat_install_handler (). */
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_install_handler
();
}
...
...
@@ -543,7 +543,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -657,7 +657,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -823,7 +823,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
/* Initialize floating-point coprocessor. This call is needed because
the MS libraries default to 64-bit precision instead of 80-bit
...
...
@@ -908,7 +908,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_init_float
();
}
...
...
@@ -920,7 +920,7 @@ __gnat_initialize (void *eh)
#elif defined (__Lynx__)
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_init_float
();
}
...
...
@@ -942,7 +942,7 @@ __gnat_install_handler (void)
#elif defined (__EMX__)
/* OS/2 dependent initialization */
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -1109,7 +1109,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -1217,7 +1217,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -1449,7 +1449,7 @@ __gnat_install_handler (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
@@ -1521,7 +1521,7 @@ __gnat_install_handler ()
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_install_handler
();
...
...
@@ -1711,7 +1711,7 @@ __gnat_init_float (void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_init_float
();
...
...
@@ -1834,7 +1834,7 @@ __gnat_install_handler(void)
}
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
__gnat_install_handler
();
__gnat_init_float
();
...
...
@@ -1850,7 +1850,7 @@ __gnat_initialize (void *eh)
/***************************************/
void
__gnat_initialize
(
void
*
eh
)
__gnat_initialize
(
void
*
eh
ATTRIBUTE_UNUSED
)
{
}
...
...
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