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
6eb9142a
Commit
6eb9142a
authored
Aug 04, 2011
by
Ramana Radhakrishnan
Committed by
Ramana Radhakrishnan
Aug 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Constify maybe_suffix.
From-SVN: r177314
parent
63a73071
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
gcc/ChangeLog
+5
-0
gcc/config/arm/arm.c
+1
-1
No files found.
gcc/ChangeLog
View file @
6eb9142a
2011-08-04 Ramana Radhakrishnan <ramana.radhakrishnan@linaro.org>
* config/arm/arm.c (arm_set_fixed_optab_libfunc): Constify
maybe_suffix.
2011-08-03 David Li <davidxl@google.com>
2011-08-03 David Li <davidxl@google.com>
* tree-optimize.c (execute_fixup_cfg): Fix up entry
* tree-optimize.c (execute_fixup_cfg): Fix up entry
...
...
gcc/config/arm/arm.c
View file @
6eb9142a
...
@@ -1067,7 +1067,7 @@ arm_set_fixed_conv_libfunc (convert_optab optable, enum machine_mode to,
...
@@ -1067,7 +1067,7 @@ arm_set_fixed_conv_libfunc (convert_optab optable, enum machine_mode to,
const
char
*
toname
,
const
char
*
fromname
)
const
char
*
toname
,
const
char
*
fromname
)
{
{
char
buffer
[
50
];
char
buffer
[
50
];
char
*
maybe_suffix_2
=
""
;
c
onst
c
har
*
maybe_suffix_2
=
""
;
/* Follow the logic for selecting a "2" suffix in fixed-bit.h. */
/* Follow the logic for selecting a "2" suffix in fixed-bit.h. */
if
(
ALL_FIXED_POINT_MODE_P
(
from
)
&&
ALL_FIXED_POINT_MODE_P
(
to
)
if
(
ALL_FIXED_POINT_MODE_P
(
from
)
&&
ALL_FIXED_POINT_MODE_P
(
to
)
...
...
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