projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dd1b47
)
(ROUND_TPE_SIZE): Return round_up result instead of
author
Jim Wilson
<wilson@gcc.gnu.org>
Tue, 12 Mar 1996 23:51:01 +0000
(15:51 -0800)
committer
Jim Wilson
<wilson@gcc.gnu.org>
Tue, 12 Mar 1996 23:51:01 +0000
(15:51 -0800)
COMPUTED.
From-SVN: r11522
gcc/config/i960/i960.h
patch
|
blob
|
history
diff --git
a/gcc/config/i960/i960.h
b/gcc/config/i960/i960.h
index c67c01059b0e55ca99c2e89ef4530f90c4bf8e21..655a188cb37c4a2dece5c8f9f2c66d6e517d56f9 100644
(file)
--- a/
gcc/config/i960/i960.h
+++ b/
gcc/config/i960/i960.h
@@
-408,7
+408,7
@@
extern int target_flags;
#define ROUND_TYPE_SIZE(TYPE, COMPUTED, SPECIFIED) \
((TREE_CODE (TYPE) == REAL_TYPE && TYPE_MODE (TYPE) == XFmode) \
- ? build_int_2 (128, 0) :
(COMPUT
ED))
+ ? build_int_2 (128, 0) :
round_up (COMPUTED, SPECIFI
ED))
\f
/* Standard register usage. */