OSDN Git Service

2004-11-24 Jeff Johnston <jjohnstn@redhat.com>
authorjjohnstn <jjohnstn>
Wed, 24 Nov 2004 22:31:04 +0000 (22:31 +0000)
committerjjohnstn <jjohnstn>
Wed, 24 Nov 2004 22:31:04 +0000 (22:31 +0000)
        * libc/stdio/Makefile.am: Fix missing vfscanf.
        * libc/stdio/Makefile.in: Regenerated.

newlib/ChangeLog
newlib/libc/stdio/Makefile.am
newlib/libc/stdio/Makefile.in

index 2fcf0e5..a4c5505 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-24  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * libc/stdio/Makefile.am: Fix missing vfscanf.
+       * libc/stdio/Makefile.in: Regenerated.
+                                                                                
 2004-11-23  Jeff Johnston  <jjohnstn@redhat.com>
                                                                                 
        * libc/include/stdio.h: Add new iprintf and iscanf variants.  Also
index f09ed22..df147ca 100644 (file)
@@ -100,7 +100,7 @@ LIB_OBJS = \
        vasprintf.$(oext)
 endif
 
-LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) vfiscanf.$(oext)
+LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) vfscanf.$(oext) vfiscanf.$(oext)
 
 libstdio_la_LDFLAGS = -Xcompiler -nostdlib
 
index e6c8d94..952e334 100644 (file)
@@ -115,7 +115,7 @@ GENERAL_SOURCES =   clearerr.c                              fclose.c                                fdopen.c                                feof.c                                  ferror.
 @ELIX_LEVEL_1_TRUE@LIB_OBJS = 
 @ELIX_LEVEL_1_FALSE@LIB_OBJS =         asiprintf.$(oext)                       asprintf.$(oext)                        fcloseall.$(oext)                       fseeko.$(oext)                          ftello.$(oext)                          getw.$(oext)                            mktemp.$(oext)                          putw.$(oext)                            vasiprintf.$(oext)                      vasprintf.$(oext)
 
-LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) vfiscanf.$(oext)
+LIBADD_OBJS = vfiprintf.$(oext) vfprintf.$(oext) vfscanf.$(oext) vfiscanf.$(oext)
 
 libstdio_la_LDFLAGS = -Xcompiler -nostdlib