]> git.ipfire.org Git - thirdparty/gcc.git/commit
decRound.c: Move declarations to new file, update comments.
authorJanis Johnson <janis187@us.ibm.com>
Wed, 29 Nov 2006 18:34:56 +0000 (18:34 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 29 Nov 2006 18:34:56 +0000 (18:34 +0000)
commit240e6b6bd06f94341224a54acb2576188b737d6e
tree0e45af83e880d77674ad22929e17ff16e2f1a5e4
parent07c02828326880b3df56dd0dfbf00847688351c3
decRound.c: Move declarations to new file, update comments.

libdecnumber/
* decRound.c: Move declarations to new file, update comments.
* decRound.h: New file.
gcc/
* mklibgcc.in: Fix dependencies for dfp-bit.c.
* config/dfp-bit.h (CONTEXT_ROUND): Delete.
(DFP_INIT_ROUNDMODE): Define.
* config/dfp-bit.c: Replace CONTEXT_ROUND with DFP_INIT_ROUNDMODE.

From-SVN: r119329
gcc/ChangeLog
gcc/config/dfp-bit.c
gcc/config/dfp-bit.h
gcc/mklibgcc.in
libdecnumber/ChangeLog
libdecnumber/decRound.c
libdecnumber/decRound.h [new file with mode: 0644]