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
d9b9633d
Commit
d9b9633d
authored
Mar 06, 2006
by
Ben Elliston
Committed by
Ben Elliston
Mar 06, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/dfp-bit.h (CMPtype): Typedef to a word mode integer.
From-SVN: r111750
parent
150eda70
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/config/dfp-bit.h
+2
-4
No files found.
gcc/ChangeLog
View file @
d9b9633d
2006
-
03
-
06
Ben
Elliston
<
bje
@au
.
ibm
.
com
>
*
config
/
dfp
-
bit
.
h
(
CMPtype
)
:
Typedef
to
a
word
mode
integer
.
2006
-
03
-
05
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
tree
-
ssa
-
threadupdate
.
c
(
rediscover_loops_after_threading
)
:
...
...
gcc/config/dfp-bit.h
View file @
d9b9633d
...
...
@@ -426,11 +426,9 @@ typedef unsigned int USItype __attribute__ ((mode (SI)));
typedef
unsigned
int
UDItype
__attribute__
((
mode
(
DI
)));
/* The type of the result of a decimal float comparison. This must
match `word_mode' in GCC for the target.
Default to SItype.
*/
match `word_mode' in GCC for the target. */
#ifndef CMPtype
#define CMPtype SItype
#endif
typedef
int
CMPtype
__attribute__
((
mode
(
word
)));
/* Prototypes. */
...
...
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