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
f40237a3
Unverified
Commit
f40237a3
authored
Feb 20, 2020
by
Martin Liska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove trailing | in help message.
PR translation/93830 * common/config/avr/avr-common.c: Remote trailing "|".
parent
85232b45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/common/config/avr/avr-common.c
+3
-3
No files found.
gcc/ChangeLog
View file @
f40237a3
2020-02-20 Martin Liska <mliska@suse.cz>
PR translation/93830
* common/config/avr/avr-common.c: Remote trailing "|".
2020-02-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
* collect2.c (maybe_run_lto_and_relink): Fix typo in
...
...
gcc/common/config/avr/avr-common.c
View file @
f40237a3
...
...
@@ -96,7 +96,7 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*,
{
#if !defined (HAVE_DOUBLE32)
error_at
(
loc
,
"option %<-mdouble=32%> is only available if "
"configured %<--with-double={
|
32|32,64|64,32}%>"
);
"configured %<--with-double={32|32,64|64,32}%>"
);
#endif
}
else
...
...
@@ -121,9 +121,9 @@ avr_handle_option (struct gcc_options *opts, struct gcc_options*,
{
#if !defined (HAVE_LONG_DOUBLE32)
error_at
(
loc
,
"option %<-mlong-double=32%> is only available if "
"configured %<--with-long-double={
|
32|32,64|64,32}%>, "
"configured %<--with-long-double={32|32,64|64,32}%>, "
"or %<--with-long-double=double%> together with "
"%<--with-double={
|
32|32,64|64,32}%>"
);
"%<--with-double={32|32,64|64,32}%>"
);
#endif
opts
->
x_avr_double
=
32
;
}
...
...
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