bionic/libc/stdlib
Bruce Beare 3964084282 Enable functional DSO object destruction
Unfortunately, legacy .so files for ARM don't have a correct crtbegin file.
Consequently, we have to grandfather the old __dso_handle behaviour.
Add some ifdefs for ARM to allow it to use the old code until we can work
out a transition.

Change-Id: I6a28f368267d792c94e1d985d8344023bc632f6f
Author: H.J. Lu <hongjiu.lu@intel.com>
Signed-off-by: Bruce Beare <bruce.j.beare@intel.com>
2011-06-20 14:44:44 -07:00
..
_rand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
assert.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
atexit.c Enable functional DSO object destruction 2011-06-20 14:44:44 -07:00
atexit.h auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
atoi.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
atol.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
atoll.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
bsearch.c stdlib: optimize bsearch() 2010-03-28 21:18:56 -03:00
ctype_.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
div.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
exit.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
getenv.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
jrand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
ldiv.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
lldiv.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
locale.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
lrand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
mrand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
nrand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
putenv.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
qsort.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
seed48.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
setenv.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
setjmperr.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
srand48.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strntoimax.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strntoumax.c Remove compiler warnings when building Bionic. 2010-06-22 17:51:41 -07:00
strtod.c stdlib: strtod: Hide internal symbol __dtoa 2010-10-15 01:39:27 +08:00
strtoimax.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
strtol.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strtoll.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strtoul.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strtoull.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
strtoumax.c improve readability of stdlib: fix indentation and remove trailing spaces 2010-04-29 07:29:06 -07:00
tolower_.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
toupper_.c auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
wchar.c Just link fixes for b 2763938. 2010-06-16 14:51:52 +01:00