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.
This commit is contained in:
Jeff Johnston 2002-07-22 20:26:51 +00:00
parent e1f9c8e824
commit d541ba3ec0
4 changed files with 11 additions and 5 deletions

View 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.

View 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@

View 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)