summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-19 23:27:05 +0000
committerJeff Johnston <jjohnstn@redhat.com>2002-07-19 23:27:05 +0000
commitb155ad9f647cf74374e72643a1f18c7e7cd3fdb7 (patch)
treeb845baed6a1819c93efcf80e66030424b3b46a2e
parentc119e0ab7ad26043906eae35460c15103c7bcf70 (diff)
downloadcygnal-b155ad9f647cf74374e72643a1f18c7e7cd3fdb7.tar.gz
cygnal-b155ad9f647cf74374e72643a1f18c7e7cd3fdb7.tar.bz2
cygnal-b155ad9f647cf74374e72643a1f18c7e7cd3fdb7.zip
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio64/Makefile.am: Remove missing files. * libc/stdio64/Makefile.in: Regenerated.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/stdio64/Makefile.am3
-rw-r--r--newlib/libc/stdio64/Makefile.in13
3 files changed, 9 insertions, 12 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 68c311eb4..eaa0214e0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,10 @@
2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
+ * libc/stdio64/Makefile.am: Remove missing files.
+ * libc/stdio64/Makefile.in: Regenerated.
+
+2002-07-19 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/include/sys/config.h[__i386__][__linux__]: Define
_LARGE64FILE_SOURCE to 1.
* libc/sys/linux/Makefile.am: Add getrlimit64.c and setrlimit64.c.
diff --git a/newlib/libc/stdio64/Makefile.am b/newlib/libc/stdio64/Makefile.am
index eca225ac8..a392cff07 100644
--- a/newlib/libc/stdio64/Makefile.am
+++ b/newlib/libc/stdio64/Makefile.am
@@ -10,10 +10,7 @@ LIB_SOURCES = \
freopen64.c \
fseeko64.c \
fsetpos64.c \
- fstat64r.c \
ftello64.c \
- lseek64r.c \
- open64r.c \
stdio64.c \
tmpfile64.c
diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile.in
index e452ae241..388b1ad8a 100644
--- a/newlib/libc/stdio64/Makefile.in
+++ b/newlib/libc/stdio64/Makefile.in
@@ -116,10 +116,7 @@ LIB_SOURCES = \
freopen64.c \
fseeko64.c \
fsetpos64.c \
- fstat64r.c \
ftello64.c \
- lseek64r.c \
- open64r.c \
stdio64.c \
tmpfile64.c
@@ -169,16 +166,14 @@ lib_a_LIBADD =
@USE_LIBTOOL_FALSE@lib_a_OBJECTS = fgetpos64.$(OBJEXT) \
@USE_LIBTOOL_FALSE@fopen64.$(OBJEXT) freopen64.$(OBJEXT) \
@USE_LIBTOOL_FALSE@fseeko64.$(OBJEXT) fsetpos64.$(OBJEXT) \
-@USE_LIBTOOL_FALSE@fstat64r.$(OBJEXT) ftello64.$(OBJEXT) \
-@USE_LIBTOOL_FALSE@lseek64r.$(OBJEXT) open64r.$(OBJEXT) \
-@USE_LIBTOOL_FALSE@stdio64.$(OBJEXT) tmpfile64.$(OBJEXT)
+@USE_LIBTOOL_FALSE@ftello64.$(OBJEXT) stdio64.$(OBJEXT) \
+@USE_LIBTOOL_FALSE@tmpfile64.$(OBJEXT)
LTLIBRARIES = $(noinst_LTLIBRARIES)
libstdio64_la_LIBADD =
@USE_LIBTOOL_TRUE@libstdio64_la_OBJECTS = fgetpos64.lo fopen64.lo \
-@USE_LIBTOOL_TRUE@freopen64.lo fseeko64.lo fsetpos64.lo fstat64r.lo \
-@USE_LIBTOOL_TRUE@ftello64.lo lseek64r.lo open64r.lo stdio64.lo \
-@USE_LIBTOOL_TRUE@tmpfile64.lo
+@USE_LIBTOOL_TRUE@freopen64.lo fseeko64.lo fsetpos64.lo ftello64.lo \
+@USE_LIBTOOL_TRUE@stdio64.lo tmpfile64.lo
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)