Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 02197ba3b..7d96109ae 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-12 Eric Norum <eric.norum@usask.com>
+
+ * libc/sys/rtems/crt0.c (rtems_gxx_mutex_init): Dummy
+ routine to allow autoconf to determine that building executables
+ for rtems works.
+ (rtems_gxx_mutex_lock, rtems_gxx_mutex_unlock): Ditto.
+ (rtems_gxx_mutex_once): Ditto.
+
2002-04-09 Tom Rix <trix@redhat.com>
* libc/include/sys/reent.h (_REENT_INIT_PTR): Fix typo.