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
e16ba10c
Commit
e16ba10c
authored
Aug 25, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos.
From-SVN: r28850
parent
ca236658
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ch/ChangeLog
+1
-1
gcc/ch/chill.texi
+1
-1
gcc/ch/lang-options.h
+1
-1
gcc/ch/timing.c
+1
-1
No files found.
gcc/ch/ChangeLog
View file @
e16ba10c
...
@@ -786,7 +786,7 @@ Thu Jan 29 15:34:18 1998 Dave Brolley <brolley@cygnus.com>
...
@@ -786,7 +786,7 @@ Thu Jan 29 15:34:18 1998 Dave Brolley <brolley@cygnus.com>
Tue Nov 25 10:44:19 1997 Nick Clifton <nickc@cygnus.com>
Tue Nov 25 10:44:19 1997 Nick Clifton <nickc@cygnus.com>
* Make-lang.in (mostlyclean): Use && to sep
e
rate commands, so that
* Make-lang.in (mostlyclean): Use && to sep
a
rate commands, so that
if the directory change fails, the rule will not loop.
if the directory change fails, the rule will not loop.
Mon Mar 3 12:08:19 1997 Fred Fish <fnf@cygnus.com>
Mon Mar 3 12:08:19 1997 Fred Fish <fnf@cygnus.com>
...
...
gcc/ch/chill.texi
View file @
e16ba10c
...
@@ -742,7 +742,7 @@ The optional PRIORITY specification need not be a constant.
...
@@ -742,7 +742,7 @@ The optional PRIORITY specification need not be a constant.
@item
6
.
17
Delay
Case
Action
@
*
@item
6
.
17
Delay
Case
Action
@
*
The
optional
SET
branch
and
the
,
also
optional
,
PRIORITY
branch
must
be
The
optional
SET
branch
and
the
,
also
optional
,
PRIORITY
branch
must
be
sep
e
rated
by
`
;
'
.
sep
a
rated
by
`
;
'
.
@item
6
.
18
Send
Action
@
*
@item
6
.
18
Send
Action
@
*
The
send
action
must
define
a
destination
instance
(
via
the
TO
branch
),
The
send
action
must
define
a
destination
instance
(
via
the
TO
branch
),
...
...
gcc/ch/lang-options.h
View file @
e16ba10c
...
@@ -28,7 +28,7 @@ DEFINE_LANG_NAME ("Chill")
...
@@ -28,7 +28,7 @@ DEFINE_LANG_NAME ("Chill")
{
"-lang-chill"
,
""
},
{
"-lang-chill"
,
""
},
{
"-flocal-loop-counter"
,
""
},
{
"-flocal-loop-counter"
,
""
},
{
"-fno-local-loop-counter"
,
"Do not make sep
e
rate scopes for every 'for' loop"
},
{
"-fno-local-loop-counter"
,
"Do not make sep
a
rate scopes for every 'for' loop"
},
{
"-fgrant-only"
,
"Stop after successfully generating a grant file"
},
{
"-fgrant-only"
,
"Stop after successfully generating a grant file"
},
{
"-fchill-grant-only"
,
""
},
{
"-fchill-grant-only"
,
""
},
{
"-fold-strings"
,
"Implement the 1984 Chill string semantics"
},
{
"-fold-strings"
,
"Implement the 1984 Chill string semantics"
},
...
...
gcc/ch/timing.c
View file @
e16ba10c
...
@@ -56,7 +56,7 @@ static tree rtstime_type_node = NULL_TREE;
...
@@ -56,7 +56,7 @@ static tree rtstime_type_node = NULL_TREE;
*/
*/
tree
after_stack
=
NULL_TREE
;
tree
after_stack
=
NULL_TREE
;
/* in pass 1 we need a sep
e
rate list for the labels */
/* in pass 1 we need a sep
a
rate list for the labels */
static
tree
after_stack_pass_1
=
NULL_TREE
;
static
tree
after_stack_pass_1
=
NULL_TREE
;
static
tree
after_help
;
static
tree
after_help
;
...
...
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