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
387c9294
Commit
387c9294
authored
Sep 12, 2002
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* toplev.c (do_abort): Fix a comment typo.
From-SVN: r57077
parent
e34bb004
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/toplev.c
+1
-1
No files found.
gcc/ChangeLog
View file @
387c9294
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
toplev
.
c
(
do_abort
)
:
Fix
a
comment
typo
.
2002
-
09
-
12
Kazu
Hirata
<
kazu
@cs
.
umass
.
edu
>
*
cselib
.
c
:
Fix
comment
formatting
.
*
cselib
.
c
:
Fix
comment
formatting
.
*
gengtype
.
c
:
Likewise
.
*
gengtype
.
c
:
Likewise
.
...
...
gcc/toplev.c
View file @
387c9294
...
@@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval)
...
@@ -1640,7 +1640,7 @@ read_integral_parameter (p, pname, defval)
return
atoi
(
p
);
return
atoi
(
p
);
}
}
/* This calls abort and is used to avoid problems when abort i
f
a macro.
/* This calls abort and is used to avoid problems when abort i
s
a macro.
It is used when we need to pass the address of abort. */
It is used when we need to pass the address of abort. */
void
void
...
...
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