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
23cd46a1
Commit
23cd46a1
authored
Oct 08, 2009
by
Joseph Myers
Committed by
Joseph Myers
Oct 08, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcc.c (main): Remove trailing "." from diagnostics.
From-SVN: r152578
parent
77831620
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/gcc.c
+2
-2
No files found.
gcc/ChangeLog
View file @
23cd46a1
2009
-
10
-
08
Joseph
Myers
<
joseph
@
codesourcery
.
com
>
*
gcc
.
c
(
main
):
Remove
trailing
"."
from
diagnostics
.
2009
-
10
-
08
Cary
Coutant
<
ccoutant
@
google
.
com
>
Add
support
for
debugging
with
ICF
(
Identical
Code
Folding
).
gcc/gcc.c
View file @
23cd46a1
...
...
@@ -7529,12 +7529,12 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\n"
"liblto_plugin.so"
,
X_OK
,
false
);
if
(
!
linker_plugin_file_spec
)
fatal
(
"-use-linker-plugin, but liblto_plugin.so not found
.
"
);
fatal
(
"-use-linker-plugin, but liblto_plugin.so not found"
);
lto_libgcc_spec
=
find_a_file
(
&
startfile_prefixes
,
"libgcc.a"
,
R_OK
,
true
);
if
(
!
lto_libgcc_spec
)
fatal
(
"could not find libgcc.a
.
"
);
fatal
(
"could not find libgcc.a"
);
}
lto_gcc_spec
=
argv
[
0
];
...
...
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