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
9e4eb559
Commit
9e4eb559
authored
Jul 29, 2005
by
Kazu Hirata
Committed by
Kazu Hirata
Jul 29, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* decl.c, init.c, initialize.c: Fix comment typos.
From-SVN: r102556
parent
536fa7b7
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/ada/ChangeLog
+4
-0
gcc/ada/decl.c
+1
-1
gcc/ada/init.c
+5
-5
gcc/ada/initialize.c
+1
-1
No files found.
gcc/ada/ChangeLog
View file @
9e4eb559
2005
-
07
-
29
Kazu
Hirata
<
kazu
@
codesourcery
.
com
>
*
decl
.
c
,
init
.
c
,
initialize
.
c
:
Fix
comment
typos
.
2005
-
07
-
20
Giovanni
Bajo
<
giovannibajo
@
libero
.
it
>
2005
-
07
-
20
Giovanni
Bajo
<
giovannibajo
@
libero
.
it
>
Make
CONSTRUCTOR
use
VEC
to
store
initializers
.
Make
CONSTRUCTOR
use
VEC
to
store
initializers
.
...
...
gcc/ada/decl.c
View file @
9e4eb559
...
@@ -5168,7 +5168,7 @@ gnat_to_gnu_field (Entity_Id gnat_field, tree gnu_record_type, int packed,
...
@@ -5168,7 +5168,7 @@ gnat_to_gnu_field (Entity_Id gnat_field, tree gnu_record_type, int packed,
/* Compute whether we should avoid the substitution. */
/* Compute whether we should avoid the substitution. */
int
reject
=
int
reject
=
/* There is no point subtituting if there is no change. */
/* There is no point sub
s
tituting if there is no change. */
(
gnu_packable_type
==
gnu_field_type
(
gnu_packable_type
==
gnu_field_type
||
||
/* The size of an aliased field must be an exact multiple of the
/* The size of an aliased field must be an exact multiple of the
...
...
gcc/ada/init.c
View file @
9e4eb559
...
@@ -282,7 +282,7 @@ __gnat_set_globals (int main_priority,
...
@@ -282,7 +282,7 @@ __gnat_set_globals (int main_priority,
as the faulting instruction address in the corresponding signal context
as the faulting instruction address in the corresponding signal context
pushed by the kernel. Leaving this address untouched may loose, because if
pushed by the kernel. Leaving this address untouched may loose, because if
the triggering instruction happens to be the very first of a region, the
the triggering instruction happens to be the very first of a region, the
later adjust
e
ments performed by the unwinder would yield an address outside
later adjustments performed by the unwinder would yield an address outside
that region. We need to compensate for those adjustments at some point,
that region. We need to compensate for those adjustments at some point,
which we currently do in the GCC unwinding fallback macro.
which we currently do in the GCC unwinding fallback macro.
...
@@ -1137,7 +1137,7 @@ extern char *__gnat_error_prehandler_stack; /* Alternate signal stack */
...
@@ -1137,7 +1137,7 @@ extern char *__gnat_error_prehandler_stack; /* Alternate signal stack */
/* Define macro symbols for the VMS conditions that become Ada exceptions.
/* Define macro symbols for the VMS conditions that become Ada exceptions.
Most of these are also defined in the header file ssdef.h which has not
Most of these are also defined in the header file ssdef.h which has not
yet been converted to be recog
i
nized by Gnu C. */
yet been converted to be recognized by Gnu C. */
/* Defining these as macros, as opposed to external addresses, allows
/* Defining these as macros, as opposed to external addresses, allows
them to be used in a case statement (below */
them to be used in a case statement (below */
...
@@ -1155,7 +1155,7 @@ extern int LIB$_ACTIMAGE;
...
@@ -1155,7 +1155,7 @@ extern int LIB$_ACTIMAGE;
extern
int
MTH
$
_FLOOVEMAT
;
/* Some ACVC_21 CXA tests */
extern
int
MTH
$
_FLOOVEMAT
;
/* Some ACVC_21 CXA tests */
/* These codes are non standard, which is to say the author is
/* These codes are non standard, which is to say the author is
not sure if they are defined in the standar message libraries
not sure if they are defined in the standar
d
message libraries
so keep them as macros for now. */
so keep them as macros for now. */
#define RDB$_STREAM_EOF 20480426
#define RDB$_STREAM_EOF 20480426
#define FDL$_UNPRIKW 11829410
#define FDL$_UNPRIKW 11829410
...
@@ -1315,7 +1315,7 @@ static const struct cond_except cond_except_table [] = {
...
@@ -1315,7 +1315,7 @@ static const struct cond_except cond_except_table [] = {
??? This is not a perfect solution to deal with the possible
??? This is not a perfect solution to deal with the possible
interactions between the GNAT and the DECAda exception handling
interactions between the GNAT and the DECAda exception handling
models and better (more general) schemes are studied. This is so
models and better (more general) schemes are studied. This is so
just provided as a convenien
cy
workaround in the meantime, and
just provided as a convenien
t
workaround in the meantime, and
should be use with caution since the implementation has been kept
should be use with caution since the implementation has been kept
very simple. */
very simple. */
...
@@ -1767,7 +1767,7 @@ __gnat_init_float (void)
...
@@ -1767,7 +1767,7 @@ __gnat_init_float (void)
asm
(
"mtfsb0 26"
);
asm
(
"mtfsb0 26"
);
#endif
#endif
/* Similar
i
ly for sparc64. Achieved by masking bits in the Trap Enable Mask
/* Similarly for sparc64. Achieved by masking bits in the Trap Enable Mask
field of the Floating-point Status Register (see the Sparc Architecture
field of the Floating-point Status Register (see the Sparc Architecture
Manual Version 9, p 48). */
Manual Version 9, p 48). */
#if defined (sparc64)
#if defined (sparc64)
...
...
gcc/ada/initialize.c
View file @
9e4eb559
...
@@ -123,7 +123,7 @@ __gnat_initialize (void *eh)
...
@@ -123,7 +123,7 @@ __gnat_initialize (void *eh)
constructor fashion, typically triggered by the VxWorks loader. This is
constructor fashion, typically triggered by the VxWorks loader. This is
achieved by way of a special variable declaration in the crt object, the
achieved by way of a special variable declaration in the crt object, the
name of which has been deduced by analyzing the output of the "munching"
name of which has been deduced by analyzing the output of the "munching"
step documented for C++. The de-registration is handled symetrically,
step documented for C++. The de-registration is handled sym
m
etrically,
a-la C++ destructor fashion and typically triggered by the dynamic
a-la C++ destructor fashion and typically triggered by the dynamic
unloader. Note that since the tables shall be registered against a
unloader. Note that since the tables shall be registered against a
common datastructure, libgcc should be one of the modules (vs beeing
common datastructure, libgcc should be one of the modules (vs beeing
...
...
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