OSDN Git Service

2002-07-22 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Mon, 22 Jul 2002 20:26:51 +0000 (20:26 +0000)
committerjjohnstn <jjohnstn>
Mon, 22 Jul 2002 20:26:51 +0000 (20:26 +0000)
        * libc/machine/powerpc/time.c: Removed..renamed to times.c.
        * libc/machine/powerpc/times.c: New file.
        * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
        * libc/machine/powerpc/Makefile.in: Regenerated.

newlib/ChangeLog
newlib/libc/machine/powerpc/Makefile.am
newlib/libc/machine/powerpc/Makefile.in
newlib/libc/machine/powerpc/times.c [moved from newlib/libc/machine/powerpc/time.c with 100% similarity]

index 6d62683..828361f 100644 (file)
@@ -1,4 +1,11 @@
-2002-07-19  Aldy Hernandez  <aldyh@redhat.com>
+2002-07-22  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/machine/powerpc/time.c: Removed..renamed to times.c.
+       * libc/machine/powerpc/times.c: New file.
+       * libc/machine/powerpc/Makefile.am: Change time.c to times.c.
+       * libc/machine/powerpc/Makefile.in: Regenerated.
+
+2002-07-22  Aldy Hernandez  <aldyh@redhat.com>
 
         * libc/machine/powerpc/time.c: New file.
         * libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
@@ -13,7 +20,6 @@
        * README: Change docs URL to
        http://sources.redhat.com/newlib/docs.html.
 
->>>>>>> 1.389
 2002-07-19  Jeff Johnston  <jjohnstn@redhat.com>
 
         * libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
index fd8a653..94962c7 100644 (file)
@@ -6,7 +6,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 
 noinst_LIBRARIES = lib.a
 
-lib_a_SOURCES = setjmp.S time.c
+lib_a_SOURCES = setjmp.S times.c
 lib_a_LIBADD = @extra_objs@
 EXTRA_lib_a_SOURCES = @extra_sources@
 lib_a_DEPENDENCIES = @extra_objs@
index 0f1d7c8..bb9a15b 100644 (file)
@@ -91,7 +91,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
 
 noinst_LIBRARIES = lib.a
 
-lib_a_SOURCES = setjmp.S time.c
+lib_a_SOURCES = setjmp.S times.c
 lib_a_LIBADD = @extra_objs@
 EXTRA_lib_a_SOURCES = @extra_sources@
 lib_a_DEPENDENCIES = @extra_objs@
@@ -110,7 +110,7 @@ LIBRARIES =  $(noinst_LIBRARIES)
 DEFS = @DEFS@ -I. -I$(srcdir) 
 CPPFLAGS = @CPPFLAGS@
 LIBS = @LIBS@
-lib_a_OBJECTS =  setjmp.o time.o
+lib_a_OBJECTS =  setjmp.o times.o
 CFLAGS = @CFLAGS@
 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 CCLD = $(CC)