* real.h (struct real_value): Use the same type for all
commit9d96125bd92098816efc0ff2f478c8555be7bfad
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Mar 2004 00:40:44 +0000 (22 00:40 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Mar 2004 00:40:44 +0000 (22 00:40 +0000)
tree7b5c6d97adab6e033ff6faffa54cbc4e7d09046e
parent5341656c2cb3e3b2c0ad745457e83ff9b1cb70b0
* real.h (struct real_value): Use the same type for all
bitfields.  Rename exp to uexp.
(REAL_EXP, SET_REAL_EXP): New accessor macros for uexp.
Adjust all uses of exp...
* builtins.c: ... here, ...
* emit-rtl.c: ... here, and ...
* real.c: ... and here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79802 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtins.c
gcc/emit-rtl.c
gcc/real.c
gcc/real.h