aboutsummaryrefslogtreecommitdiff
path: root/libdecnumber/ChangeLog
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2007-12-04 22:54:32 +0000
committerBen Elliston <bje@au.ibm.com>2007-12-04 22:54:32 +0000
commit5584c8417c5230ab0aae1ab7ecb3f681f65c0c42 (patch)
tree7b4c7dc2d8d907d60a4e56079c23aabcfb7bdabc /libdecnumber/ChangeLog
parentc243ad3b813196788088400e57d839acaf7dae35 (diff)
downloadfsf-binutils-gdb-5584c8417c5230ab0aae1ab7ecb3f681f65c0c42.zip
fsf-binutils-gdb-5584c8417c5230ab0aae1ab7ecb3f681f65c0c42.tar.gz
fsf-binutils-gdb-5584c8417c5230ab0aae1ab7ecb3f681f65c0c42.tar.bz2
2007-11-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
* Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies and substitute $< for the source file in compilation command. (decimal64.o): Likewise. (decimal128.o): Likewise. (bid2dpd_dpd2bid.o): Likewise. (host-ieee32.o): Likewise. (host-ieee64.o): Likewise. (host-ieee128.o): Likewise.
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r--libdecnumber/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog
index 162b762..939e00e 100644
--- a/libdecnumber/ChangeLog
+++ b/libdecnumber/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
+
+ * Makefile.in (decimal32.o): Prepend $(srcdir) to dependencies
+ and substitute $< for the source file in compilation command.
+ (decimal64.o): Likewise.
+ (decimal128.o): Likewise.
+ (bid2dpd_dpd2bid.o): Likewise.
+ (host-ieee32.o): Likewise.
+ (host-ieee64.o): Likewise.
+ (host-ieee128.o): Likewise.
+
2007-10-31 Thiago Jung Bauermann <bauerman@br.ibm.com>
* configure.ac: Add ADDITIONAL_OBJS variable.