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
203588e7
Commit
203588e7
authored
Jan 11, 2000
by
Jason Merrill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typos
From-SVN: r31336
parent
7cdc045e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
+3
-4
gcc/cpphash.c
+1
-1
gcc/dwarf2out.c
+1
-1
gcc/gcc.c
+0
-1
gcc/reload1.c
+1
-1
No files found.
gcc/cpphash.c
View file @
203588e7
...
@@ -131,7 +131,7 @@ cpp_lookup (pfile, name, len, hash)
...
@@ -131,7 +131,7 @@ cpp_lookup (pfile, name, len, hash)
if
(
len
<
0
)
if
(
len
<
0
)
{
{
for
(
bp
=
name
;
is_idchar
(
*
bp
);
bp
++
);
for
(
bp
=
name
;
is_idchar
(
*
bp
);
bp
++
);
len
=
bp
-
name
;
len
=
bp
-
name
;
}
}
...
...
gcc/dwarf2out.c
View file @
203588e7
...
@@ -9207,7 +9207,7 @@ gen_tagged_type_instantiation_die (type, context_die)
...
@@ -9207,7 +9207,7 @@ gen_tagged_type_instantiation_die (type, context_die)
if
(
type
!=
type_main_variant
(
type
))
if
(
type
!=
type_main_variant
(
type
))
abort
();
abort
();
/* Do not check TREE_ASM_WRITTEN(type) as it may not be set if this is
/* Do not check TREE_ASM_WRITTEN
(type) as it may not be set if this is
an instance of an unresolved type. */
an instance of an unresolved type. */
switch
(
TREE_CODE
(
type
))
switch
(
TREE_CODE
(
type
))
...
...
gcc/gcc.c
View file @
203588e7
...
@@ -769,7 +769,6 @@ static const char *link_command_spec = "\
...
@@ -769,7 +769,6 @@ static const char *link_command_spec = "\
%{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{!A:%{!nostdlib:%{!nostartfiles:%S}}}\
%{static:} %{L*} %o\
%{static:} %{L*} %o\
%{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
%{!nostdlib:%{!nodefaultlibs:%G %L %G}}\
{"
--
pass
-
exit
-
codes
", "
-
pass
-
exit
-
codes
", 0},
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
%{!A:%{!nostdlib:%{!nostartfiles:%E}}}\
%{T*}\
%{T*}\
\n
}}}}}}"
;
\n
}}}}}}"
;
...
...
gcc/reload1.c
View file @
203588e7
...
@@ -4648,7 +4648,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum,
...
@@ -4648,7 +4648,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum,
switch
(
type
)
switch
(
type
)
{
{
case
RELOAD_FOR_OTHER_ADDRESS
:
case
RELOAD_FOR_OTHER_ADDRESS
:
/* RELOAD_FOR_OTHER_ADDRESS conflits with RELOAD_OTHER reloads. */
/* RELOAD_FOR_OTHER_ADDRESS confli
c
ts with RELOAD_OTHER reloads. */
time1
=
copy
?
0
:
1
;
time1
=
copy
?
0
:
1
;
break
;
break
;
case
RELOAD_OTHER
:
case
RELOAD_OTHER
:
...
...
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