aboutsummaryrefslogtreecommitdiffstats
path: root/libdl
Commit message (Expand)AuthorAgeFilesLines
* Add functions to provide target sdk versionDmitriy Ivanov2015-05-273-1/+44
* Disable ASAN for more of our libraries.Dan Albert2014-12-181-0/+2
* Add a dummy libdl.a.Dan Albert2014-09-261-0/+12
* Exclude libstdc++ from linked libraries.Dan Albert2014-09-171-0/+1
* Turn on -Wunused and fix the mistakes it uncovers.Elliott Hughes2014-06-031-1/+1
* Add android_dlopen_ext() interface to linker.Torne (Richard Coles)2014-04-171-3/+6
* Use arch-specific variable to set up the x86 ld flags.Ying Wang2014-01-241-3/+2
* Fix libdl build warnings, turn on -Werror.Elliott Hughes2014-01-144-212/+15
* Make it possible for code to query the dynamic linker's default search path.Elliott Hughes2014-01-131-0/+3
* x86_64: Update Makefiles for x86_64 targets and add symlinksPavel Chupin2013-10-011-1/+1
* Add the dl_iterate_phdr function to libdl for arm.Christopher Ferris2013-09-061-5/+1
* Drop unnecessary execution permission for .cpp/.c/.hKito Cheng2013-03-221-0/+0
* Support System.loadLibrary for libraries with transitive dependencies.Elliott Hughes2012-12-201-0/+2
* Make the dlfcn mutex static.Elliott Hughes2012-10-121-4/+7
* Regenerate all NOTICE files with the latest version of the script.Elliott Hughes2012-08-151-16/+16
* Add dependencies on all the makefiles.Elliott Hughes2012-08-131-4/+6
* Auto-generate a complete NOTICE file.Elliott Hughes2012-08-091-19/+37
* Remove the last references to SuperH.Elliott Hughes2012-05-153-116/+0
* MIPS support to libm, libdl and libthread_dbChris Dearman2012-05-041-2/+2
* fix prototype of dladdrMathias Agopian2011-09-281-1/+1
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-2/+0
* Added support for dladdr()Matt Fischer2010-03-171-1/+3
* added and modified libdl to support SuperH architectureShin-ichiro KAWASAKI2009-08-314-1/+117
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-0/+265
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-035-265/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-119/+147
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-172-0/+18
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-215-0/+219