diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-06 20:44:54 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-05-06 20:44:54 +0000 |
commit | c33c3635f7a20a40af570342d9a7609d4a22c39e (patch) | |
tree | d1ed761cf5ae28675e0529e0cc14f7e072848376 /newlib/libc/stdlib/Makefile.am | |
parent | f78e59a8f90f72609c153d4db493c2d43e6ca379 (diff) | |
download | cygnal-c33c3635f7a20a40af570342d9a7609d4a22c39e.tar.gz cygnal-c33c3635f7a20a40af570342d9a7609d4a22c39e.tar.bz2 cygnal-c33c3635f7a20a40af570342d9a7609d4a22c39e.zip |
2002-05-06 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h (_l64a_buf): New reentrant area.
(_REENT_L64A_BUF): New macro for accessing area.
* libc/stdlib/Makefile.am: Add a64l.c and l64a.c.
* libc/stdlib/Makefile.in: Regenerated.
* libc/stdlib/a64l.c: New file.
* libc/stdlib/l64a.c: New file.
Diffstat (limited to 'newlib/libc/stdlib/Makefile.am')
-rw-r--r-- | newlib/libc/stdlib/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am index 8c7687e70..aad103266 100644 --- a/newlib/libc/stdlib/Makefile.am +++ b/newlib/libc/stdlib/Makefile.am @@ -8,6 +8,7 @@ LIB_SOURCES = \ __adjust.c \ __exp10.c \ __ten_mu.c \ + a64l.c \ abort.c \ abs.c \ assert.c \ @@ -33,6 +34,7 @@ LIB_SOURCES = \ getenv_r.c \ getopt.c \ jrand48.c \ + l64a.c \ labs.c \ lcong48.c \ ldiv.c \ @@ -141,6 +143,7 @@ malloptr.$(oext): mallocr.c $(MALLOC_COMPILE) -DDEFINE_MALLOPT -c $(srcdir)/mallocr.c -o $@ CHEWOUT_FILES= \ + a64l.def \ abort.def \ abs.def \ assert.def \ |