aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
diff options
context:
space:
mode:
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-29 18:34:56 +0000
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>2006-11-29 18:34:56 +0000
commit9dfa4821f3b10eb367d1694e4f6b18e7f4a36c44 (patch)
tree0e45af83e880d77674ad22929e17ff16e2f1a5e4 /libdecnumber/ChangeLog
parent3953ee1cd1c9fd6023d4548fe5a5d9ff3f230785 (diff)
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@119329 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r--libdecnumber/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 0068a92bfad..0994aee40e7 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-29 Janis Johnson <janis187@us.ibm.com>
+
+ * decRound.c: Move declarations to new file, update comments.
+ * decRound.h: New file.
+
2006-11-21 Janis Johnson <janis187@us.ibm.com>
* decLibrary.c (__dec_type_swap): Add prototype.