real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Wed, 2 Jan 2002 23:11:30 +0000 (23:11 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Wed, 2 Jan 2002 23:11:30 +0000 (23:11 +0000)
commit0c5d8c8236e9bbbbede3c7f45396d4f9eeaceddd
tree0353565d7ff7b3692d662d13135368a12f67d425
parent817e13c4d9f94562586b960b38f126d410fe2392
real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.

* real.c (GET_REAL, PUT_REAL): Don't cast away const-ness.
(ezero, ehalf, eone, etwo, e32, elog2, esqrt2, epi): Const-ify.
Add array size in declaration.
(endian, emov, eisneg, eisinf, eisnan, eiisnan, eiisneg, emovi,
emovo, emovz, eiisinf, ecmpm, eaddm, esubm, m16m, edivm, emulm,
esub, eadd, eadd1, ediv, emul, e53toe, e64toe, e113toe, e24toe,
etoe113, etoe64, etoe53, etoe24, ecmp, eround, ltoe, ultoe,
eifrac, euifrac, e24toasc, e53toasc, e64toasc, e113toasc, etoasc,
efloor, efrexp, eldexp, eremain, dectoe, etodec, ibmtoe, etoibm,
c4xtoe, etoc4x, uditoe, ditoe, etoudi, etodi, esqrt, etens,
emtens, make_nan): Const-ify.
(TFbignan, TFlittlenan, XFbignan, XFlittlenan, DFbignan,
DFlittlenan, SFbignan, SFlittlenan): Make static and const-ify.

From-SVN: r48484
gcc/ChangeLog
gcc/real.c