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
858a47b1
Commit
858a47b1
authored
Aug 14, 1992
by
Torbjorn Granlund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling errors in comments.
From-SVN: r1825
parent
542bc952
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
10 deletions
+10
-10
gcc/c-decl.c
+2
-2
gcc/cse.c
+1
-1
gcc/fold-const.c
+1
-1
gcc/integrate.c
+1
-1
gcc/protoize.c
+1
-1
gcc/reload1.c
+1
-1
gcc/stmt.c
+1
-1
gcc/tree.c
+1
-1
gcc/tree.h
+1
-1
No files found.
gcc/c-decl.c
View file @
858a47b1
...
@@ -1110,7 +1110,7 @@ pushtag (name, type)
...
@@ -1110,7 +1110,7 @@ pushtag (name, type)
/* Create a fake NULL-named TYPE_DECL node whose TREE_TYPE will be the
/* Create a fake NULL-named TYPE_DECL node whose TREE_TYPE will be the
tagged type we just added to the current binding level. This fake
tagged type we just added to the current binding level. This fake
NULL-named TYPE_DECL node helps dwarfout.c to know when it needs
NULL-named TYPE_DECL node helps dwarfout.c to know when it needs
to output a
a
representation of a tagged type, and it also gives
to output a representation of a tagged type, and it also gives
us a convenient place to record the "scope start" address for the
us a convenient place to record the "scope start" address for the
tagged type. */
tagged type. */
...
@@ -1246,7 +1246,7 @@ duplicate_decls (newdecl, olddecl)
...
@@ -1246,7 +1246,7 @@ duplicate_decls (newdecl, olddecl)
that isn't actually built in. */
that isn't actually built in. */
if
(
!
TREE_PUBLIC
(
newdecl
))
if
(
!
TREE_PUBLIC
(
newdecl
))
{
{
/* If you declare
a
it as static, the
/* If you declare it as static, the
default definition is overridden. */
default definition is overridden. */
return
0
;
return
0
;
}
}
...
...
gcc/cse.c
View file @
858a47b1
...
@@ -4442,7 +4442,7 @@ fold_rtx (x, insn)
...
@@ -4442,7 +4442,7 @@ fold_rtx (x, insn)
}
}
/* If this is a narrowing SUBREG and our operand is a REG, see if
/* If this is a narrowing SUBREG and our operand is a REG, see if
we can find an equivalence for REG that is a arithmetic operation
we can find an equivalence for REG that is a
n
arithmetic operation
in a wider mode where both operands are paradoxical SUBREGs
in a wider mode where both operands are paradoxical SUBREGs
from objects of our result mode. In that case, we couldn't report
from objects of our result mode. In that case, we couldn't report
an equivalent value for that operation, since we don't know what the
an equivalent value for that operation, since we don't know what the
...
...
gcc/fold-const.c
View file @
858a47b1
...
@@ -440,7 +440,7 @@ rrotate_double (l1, h1, count, prec, lv, hv)
...
@@ -440,7 +440,7 @@ rrotate_double (l1, h1, count, prec, lv, hv)
CODE is a tree code for a kind of division, one of
CODE is a tree code for a kind of division, one of
TRUNC_DIV_EXPR, FLOOR_DIV_EXPR, CEIL_DIV_EXPR, ROUND_DIV_EXPR
TRUNC_DIV_EXPR, FLOOR_DIV_EXPR, CEIL_DIV_EXPR, ROUND_DIV_EXPR
or EXACT_DIV_EXPR
or EXACT_DIV_EXPR
It controls how the quotient is rounded to a integer.
It controls how the quotient is rounded to a
n
integer.
UNS nonzero says do unsigned division. */
UNS nonzero says do unsigned division. */
static
void
static
void
...
...
gcc/integrate.c
View file @
858a47b1
...
@@ -1719,7 +1719,7 @@ integrate_parm_decls (args, map, arg_vector)
...
@@ -1719,7 +1719,7 @@ integrate_parm_decls (args, map, arg_vector)
LEVEL indicates how far down into the BLOCK tree is the node we are
LEVEL indicates how far down into the BLOCK tree is the node we are
currently traversing. It is always zero except for recursive calls.
currently traversing. It is always zero except for recursive calls.
MAP, if nonzero, is a pointer to a inline_remap map which indicates how
MAP, if nonzero, is a pointer to a
n
inline_remap map which indicates how
registers used in the DECL_RTL field should be remapped. If it is zero,
registers used in the DECL_RTL field should be remapped. If it is zero,
no mapping is necessary. */
no mapping is necessary. */
...
...
gcc/protoize.c
View file @
858a47b1
...
@@ -1441,7 +1441,7 @@ check_aux_info (cond)
...
@@ -1441,7 +1441,7 @@ check_aux_info (cond)
}
}
/* Given a pointer to the closing right parenthesis for a particular formals
/* Given a pointer to the closing right parenthesis for a particular formals
list (in a aux_info file) find the corresponding left parenthesis and
list (in a
n
aux_info file) find the corresponding left parenthesis and
return a pointer to it. */
return a pointer to it. */
static
const
char
*
static
const
char
*
...
...
gcc/reload1.c
View file @
858a47b1
...
@@ -5795,7 +5795,7 @@ delete_output_reload (insn, j, output_reload_insn)
...
@@ -5795,7 +5795,7 @@ delete_output_reload (insn, j, output_reload_insn)
/* Output reload-insns to reload VALUE into RELOADREG.
/* Output reload-insns to reload VALUE into RELOADREG.
VALUE is a autoincrement or autodecrement RTX whose operand
VALUE is a
n
autoincrement or autodecrement RTX whose operand
is a register or memory location;
is a register or memory location;
so reloading involves incrementing that location.
so reloading involves incrementing that location.
...
...
gcc/stmt.c
View file @
858a47b1
...
@@ -3856,7 +3856,7 @@ expand_end_case (orig_index)
...
@@ -3856,7 +3856,7 @@ expand_end_case (orig_index)
emit_label
(
table_label
);
emit_label
(
table_label
);
/* This would be a lot nicer if CASE_VECTOR_PC_RELATIVE
/* This would be a lot nicer if CASE_VECTOR_PC_RELATIVE
were an expression, instead of a
a
n #ifdef/#ifndef. */
were an expression, instead of an #ifdef/#ifndef. */
if
(
if
(
#ifdef CASE_VECTOR_PC_RELATIVE
#ifdef CASE_VECTOR_PC_RELATIVE
1
||
1
||
...
...
gcc/tree.c
View file @
858a47b1
...
@@ -949,7 +949,7 @@ copy_node (node)
...
@@ -949,7 +949,7 @@ copy_node (node)
break
;
break
;
case
'r'
:
/* a reference */
case
'r'
:
/* a reference */
case
'e'
:
/* a expression */
case
'e'
:
/* a
n
expression */
case
's'
:
/* an expression with side effects */
case
's'
:
/* an expression with side effects */
case
'<'
:
/* a comparison expression */
case
'<'
:
/* a comparison expression */
case
'1'
:
/* a unary arithmetic expression */
case
'1'
:
/* a unary arithmetic expression */
...
...
gcc/tree.h
View file @
858a47b1
...
@@ -236,7 +236,7 @@ struct tree_common
...
@@ -236,7 +236,7 @@ struct tree_common
/* In a VAR_DECL or FUNCTION_DECL,
/* In a VAR_DECL or FUNCTION_DECL,
nonzero means name is to be accessible from outside this module.
nonzero means name is to be accessible from outside this module.
In an identifier node, nonzero means a external declaration
In an identifier node, nonzero means a
n
external declaration
accessible from outside this module was previously seen
accessible from outside this module was previously seen
for this name in an inner scope. */
for this name in an inner scope. */
#define TREE_PUBLIC(NODE) ((NODE)->common.public_flag)
#define TREE_PUBLIC(NODE) ((NODE)->common.public_flag)
...
...
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