diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-03-08 04:18:31 +0000 |
commit | 72f1012788c07837e841300024ab554b56aa6816 (patch) | |
tree | 85993ccdd192cdafde1f81746020071ffe1af0ad /stdlib/Makefile | |
parent | 443db178899d14a9c54248d95675fee44d718e05 (diff) | |
download | glibc-72f1012788c07837e841300024ab554b56aa6816.tar glibc-72f1012788c07837e841300024ab554b56aa6816.tar.gz glibc-72f1012788c07837e841300024ab554b56aa6816.tar.bz2 glibc-72f1012788c07837e841300024ab554b56aa6816.zip |
* stdlib/Makefile (aux): Add tens_in_limb.
* stdlib/strtod_l.c: Move _tens_in_limb definition to...
* stdlib/tens_in_limb.c: ...here. New file.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 736c562374..63917812d0 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -52,7 +52,7 @@ routines := \ rpmatch strfmon strfmon_l getsubopt xpg_basename fmtmsg \ strtoimax strtoumax wcstoimax wcstoumax \ getcontext setcontext makecontext swapcontext -aux = grouping groupingwc +aux = grouping groupingwc tens_in_limb # These routines will be omitted from the libc shared object. # Instead the static object files will be included in a special archive |