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
c835e5c6
Commit
c835e5c6
authored
Nov 28, 2001
by
Geert Bosch
Committed by
Geert Bosch
Nov 28, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* init.c: Minor whitespace changes.
From-SVN: r47429
parent
04cec1a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
gcc/ada/ChangeLog
+4
-0
gcc/ada/init.c
+0
-5
No files found.
gcc/ada/ChangeLog
View file @
c835e5c6
2001/11/28 Geert Bosch <bosch@gnat.com>
* init.c: Minor whitespace changes.
2001-11-28 Doug Rupp <rupp@gnat.com>
* init.c: (__gnat_install_handler,VMS): Increase size of alternate
...
...
gcc/ada/init.c
View file @
c835e5c6
...
...
@@ -93,7 +93,6 @@ extern void Raise_From_Signal_Handler PARAMS ((struct Exception_Data *,
extern
void
Propagate_Signal_Exception
PARAMS
((
struct
Machine_State
*
,
struct
Exception_Data
*
,
const
char
*
));
/* Copies of global values computed by the binder */
int
__gl_main_priority
=
-
1
;
int
__gl_time_slice_val
=
-
1
;
...
...
@@ -523,7 +522,6 @@ __gnat_initialize ()
{
}
/*************************************/
/* __gnat_initialize (GNU/Linux version) */
/*************************************/
...
...
@@ -1642,7 +1640,6 @@ __gnat_initialize ()
#endif
}
/***************************************/
/* __gnat_initialize (default version) */
/***************************************/
...
...
@@ -1990,7 +1987,6 @@ __gnat_install_handler ()
#endif
/*********************/
/* __gnat_init_float */
/*********************/
...
...
@@ -2018,7 +2014,6 @@ __gnat_init_float ()
}
#endif
#ifndef HAVE_GNAT_INIT_FLOAT
/* All targets without a specific __gnat_init_float will use an empty one */
...
...
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