summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-03-31 00:14:54 +0000
committerJeff Johnston <jjohnstn@redhat.com>2006-03-31 00:14:54 +0000
commit5ad3baed376b988e042e95bcb3bf0e73522bed3b (patch)
tree532fd619bec1b60727b0a4460e23bcdad8ee5372
parent466202898bd4f498a70c2b40b566d8c2259e0ed6 (diff)
downloadgdb-5ad3baed376b988e042e95bcb3bf0e73522bed3b.tar.gz
Fix entry.
-rw-r--r--newlib/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index a6be693f277..70a66270fa9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -10,6 +10,8 @@
* configure.in: Individually specify libc and libm
to AC_CONFIG_SUBDIRS. Add square bracket quoting as
necessary.
+ * Makefile.am: Use $(lpfx) to get object names for
+ math-library functions that should also be in libc.
* libc/machine/configure.in: Use case statement to determine
AC_CONFIG_SUBDIRS statement.
* libc/sys/linux/linuxthreads/machine/configure.in: Ditto.