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:
authorBen Elliston <bje@gnu.org>2007-02-22 07:25:43 +0300
committerBen Elliston <bje@gnu.org>2007-02-22 07:25:43 +0300
commit990dce10cc82b1394ba02dfbf6800472197d0747 (patch)
tree02f6b2522751148bba696fbe1d3d4362208d5e02 /libgloss
parentfbadebae4e5d8a05ebfb96f037ec7a6d7b146be0 (diff)
Remove superfluous libgloss/ directory names from recent ChangeLog entries.
Diffstat (limited to 'libgloss')
-rw-r--r--libgloss/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 9ae860df7..500ec4f1e 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -1,8 +1,8 @@
2007-02-21 Patrick Mansfield <patmans@us.ibm.com>
- * libgloss/spu/gettimeofday.c: New file which adds SPU gettimeofday.
- * libgloss/spu/jsre.h: Remove time, add gettimeofday.
- * libgloss/spu/Makefile.in: Ditto.
+ * spu/gettimeofday.c: New file which adds SPU gettimeofday.
+ * spu/jsre.h: Remove time, add gettimeofday.
+ * spu/Makefile.in: Ditto.
2007-02-21 Hans-Peter Nilsson <hp@axis.com>