aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2004-02-09 21:47:47 +0000
committerJeff Johnston <jjohnstn@redhat.com>2004-02-09 21:47:47 +0000
commit6a6e493af42339c283fbd1683053b22f851825e7 (patch)
tree470f4ad70eda8bac7e276defb65fe7ec168938e7
parentdb10a5632ef8029f999cc1e19527a5a3dc1b442d (diff)
downloadnewlib-6a6e493af42339c283fbd1683053b22f851825e7.zip
newlib-6a6e493af42339c283fbd1683053b22f851825e7.tar.gz
newlib-6a6e493af42339c283fbd1683053b22f851825e7.tar.bz2
2004-02-09 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS. * libc/stdlib/Makefile.in: Regenerated.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/stdlib/Makefile.am2
-rw-r--r--newlib/libc/stdlib/Makefile.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 6993120..220a912 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-09 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/stdlib/Makefile.am: Add mallstatsr to LIBADD_OBJS.
+ * libc/stdlib/Makefile.in: Regenerated.
+
2004-02-08 Christopher Faylor <cgf@redhat.com>
* libc/include/sys/features.h: Add _POSIX_TIMERS define for __CYGWIN__.
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index f6ac17c..471d17d 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -120,7 +120,7 @@ endif
# Because of how libtool moves objects around, mallocr must be built last.
LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) \
- mallinfor.$(oext) msizer.$(oext) mallocr.$(oext)
+ mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) mallocr.$(oext)
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib
diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in
index dee3e7b..d6c2644 100644
--- a/newlib/libc/stdlib/Makefile.in
+++ b/newlib/libc/stdlib/Makefile.in
@@ -130,7 +130,7 @@ ELIX_4_OBJS = system.$(oext)
@ELIX_LEVEL_1_FALSE@@ELIX_LEVEL_2_FALSE@@ELIX_LEVEL_3_FALSE@LIB_OBJS = $(ELIX_2_OBJS) $(ELIX_3_OBJS) $(ELIX_4_OBJS)
# Because of how libtool moves objects around, mallocr must be built last.
-LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) mallinfor.$(oext) msizer.$(oext) mallocr.$(oext)
+LIBADD_OBJS = freer.$(oext) reallocr.$(oext) callocr.$(oext) cfreer.$(oext) mallinfor.$(oext) mallstatsr.$(oext) msizer.$(oext) mallocr.$(oext)
libstdlib_la_LDFLAGS = -Xcompiler -nostdlib