summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 18:44:13 +0000
committerThomas Fitzsimmons <fitzsim@redhat.com>2002-05-01 18:44:13 +0000
commit098414456c04a696e63e10cc4a798b134eab5355 (patch)
treed0239a9ca9bfa2f5432defd244b95fb575ababe6 /newlib/ChangeLog
parent6e9d950a9126f8eaef47394a82cde0a09b952bbc (diff)
downloadcygnal-098414456c04a696e63e10cc4a798b134eab5355.tar.gz
cygnal-098414456c04a696e63e10cc4a798b134eab5355.tar.bz2
cygnal-098414456c04a696e63e10cc4a798b134eab5355.zip
* libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
(SUBDEFS): Add LIBC_EXTRA_DEF. * libc/configure.in (LIBC_EXTRA_LIB): New variable. (LIBC_EXTRA_DEF): Likewise. (extra_dir): Likewise. * libc/machine/xscale/machine: New directory. * libc/machine/xscale/machine/profile.h: New file. * Makefile.am (site.exp): Remove newlib_cflags. Add multibuildtop. * testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's. * testsuite/lib/flags.exp: New file. * testsuite/lib/newlib.exp: Load flags.exp. (newlib_target_compile): Remove libgloss directory references. (newlib_init): Remove newlib_cflags references.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4cca9fbfe..46059fbe8 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,13 @@
2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
+ * libc/Makefile.am (SUBLIBS): Add LIBC_EXTRA_LIB.
+ (SUBDEFS): Add LIBC_EXTRA_DEF.
+ * libc/configure.in (LIBC_EXTRA_LIB): New variable.
+ (LIBC_EXTRA_DEF): Likewise.
+ (extra_dir): Likewise.
+ * libc/machine/xscale/machine: New directory.
+ * libc/machine/xscale/machine/profile.h: New file.
+
* Makefile.am (site.exp): Remove newlib_cflags. Add
multibuildtop.
* testsuite/newlib.locale/UTF-8.c: Change fprintf's to printf's.