diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-24 07:44:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-24 07:44:08 +0000 |
commit | a04e740593c921d45de28bb5ccafe46f9f772769 (patch) | |
tree | b82eea004d5ff062879e8c4b68b9b6bc61c2708a /stdio/Makefile | |
parent | 3ef21326e9f4644ce4058b7ceabd3bc6f10be374 (diff) | |
download | glibc-a04e740593c921d45de28bb5ccafe46f9f772769.zip glibc-a04e740593c921d45de28bb5ccafe46f9f772769.tar.gz glibc-a04e740593c921d45de28bb5ccafe46f9f772769.tar.bz2 |
Fri Mar 24 02:35:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* stdio/printf-parse.h: New file, mostly written by drepper.
* stdio/vfprintf.c: Rewritten, mostly by drepper.
* stdio/printf-prs.c: Rewritten.
* stdio/Makefile (distribute): Add printf-parse.h.
Thu Mar 23 22:03:44 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* sysdeps/unix/start.c [! NO_UNDERSCORES]: Don't declare _start
with asm name. Just do a ".set start, __start".
* malloc/realloc.c: Call _free_internal instead of free.
* stdlib/Makefile: All the mpn stuff moved here from stdio/Makefile.
Diffstat (limited to 'stdio/Makefile')
-rw-r--r-- | stdio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio/Makefile b/stdio/Makefile index 64b0598..955d7f1 100644 --- a/stdio/Makefile +++ b/stdio/Makefile @@ -48,7 +48,7 @@ routines := \ memstream obstream \ internals sysd-stdio pipestream stdio_init libc_fatal aux := errlist siglist defs glue -distribute := _itoa.h +distribute := _itoa.h printf-parse.h tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \ temptest tst-fileno test-fwrite \ |