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
1a395e69
Commit
1a395e69
authored
30 years ago
by
Doug Evans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main): Delete #ifndef around HAVE_conditional_move.
From-SVN: r8799
parent
423933c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
9 deletions
+1
-9
gcc/genconfig.c
+1
-9
No files found.
gcc/genconfig.c
View file @
1a395e69
...
...
@@ -343,15 +343,7 @@ from the machine description file `md'. */\n\n");
printf
(
"#define HAVE_cc0
\n
"
);
if
(
have_cmove_flag
)
{
/* ??? The #ifndef/#endif is a hack for targets like sparc where
conditional moves don't exist for all versions of the
architecture. This won't be needed after conditional move support
has been clean up. */
printf
(
"#ifndef HAVE_conditional_move
\n
"
);
printf
(
"#define HAVE_conditional_move 1
\n
"
);
printf
(
"#endif
\n
"
);
}
printf
(
"#define HAVE_conditional_move
\n
"
);
if
(
have_lo_sum_flag
)
printf
(
"#define HAVE_lo_sum
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
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