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:
parent
e1f9c8e824
commit
d541ba3ec0
|
@ -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/time.c: New file.
|
||||||
* libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
|
* libc/machine/powerpc/Makefile.am (lib_a_SOURCES): Add
|
||||||
|
@ -13,7 +20,6 @@
|
||||||
* README: Change docs URL to
|
* README: Change docs URL to
|
||||||
http://sources.redhat.com/newlib/docs.html.
|
http://sources.redhat.com/newlib/docs.html.
|
||||||
|
|
||||||
>>>>>>> 1.389
|
|
||||||
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
|
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
|
* libc/sys/linux/Makefile.am: Add pathconf.c and fpathconf.c.
|
||||||
|
|
|
@ -6,7 +6,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
|
|
||||||
lib_a_SOURCES = setjmp.S time.c
|
lib_a_SOURCES = setjmp.S times.c
|
||||||
lib_a_LIBADD = @extra_objs@
|
lib_a_LIBADD = @extra_objs@
|
||||||
EXTRA_lib_a_SOURCES = @extra_sources@
|
EXTRA_lib_a_SOURCES = @extra_sources@
|
||||||
lib_a_DEPENDENCIES = @extra_objs@
|
lib_a_DEPENDENCIES = @extra_objs@
|
||||||
|
|
|
@ -91,7 +91,7 @@ INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
||||||
|
|
||||||
noinst_LIBRARIES = lib.a
|
noinst_LIBRARIES = lib.a
|
||||||
|
|
||||||
lib_a_SOURCES = setjmp.S time.c
|
lib_a_SOURCES = setjmp.S times.c
|
||||||
lib_a_LIBADD = @extra_objs@
|
lib_a_LIBADD = @extra_objs@
|
||||||
EXTRA_lib_a_SOURCES = @extra_sources@
|
EXTRA_lib_a_SOURCES = @extra_sources@
|
||||||
lib_a_DEPENDENCIES = @extra_objs@
|
lib_a_DEPENDENCIES = @extra_objs@
|
||||||
|
@ -110,7 +110,7 @@ LIBRARIES = $(noinst_LIBRARIES)
|
||||||
DEFS = @DEFS@ -I. -I$(srcdir)
|
DEFS = @DEFS@ -I. -I$(srcdir)
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
lib_a_OBJECTS = setjmp.o time.o
|
lib_a_OBJECTS = setjmp.o times.o
|
||||||
CFLAGS = @CFLAGS@
|
CFLAGS = @CFLAGS@
|
||||||
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
|
|
Loading…
Reference in New Issue