2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
|
|
|
|
include $(LOCAL_PATH)/arch-$(TARGET_ARCH)/syscalls.mk
|
2009-05-27 19:52:37 +02:00
|
|
|
|
|
|
|
# Define the common source files for all the libc instances
|
|
|
|
# =========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
libc_common_src_files := \
|
|
|
|
$(syscall_src) \
|
|
|
|
unistd/abort.c \
|
|
|
|
unistd/alarm.c \
|
|
|
|
unistd/exec.c \
|
|
|
|
unistd/fnmatch.c \
|
|
|
|
unistd/getopt_long.c \
|
|
|
|
unistd/popen.c \
|
|
|
|
unistd/syslog.c \
|
|
|
|
unistd/system.c \
|
|
|
|
unistd/time.c \
|
|
|
|
stdio/asprintf.c \
|
|
|
|
stdio/clrerr.c \
|
|
|
|
stdio/fclose.c \
|
|
|
|
stdio/fdopen.c \
|
|
|
|
stdio/feof.c \
|
|
|
|
stdio/ferror.c \
|
|
|
|
stdio/fflush.c \
|
|
|
|
stdio/fgetc.c \
|
|
|
|
stdio/fgetln.c \
|
|
|
|
stdio/fgetpos.c \
|
|
|
|
stdio/fgets.c \
|
|
|
|
stdio/fileno.c \
|
|
|
|
stdio/findfp.c \
|
|
|
|
stdio/flags.c \
|
|
|
|
stdio/fopen.c \
|
|
|
|
stdio/fprintf.c \
|
|
|
|
stdio/fpurge.c \
|
|
|
|
stdio/fputc.c \
|
|
|
|
stdio/fputs.c \
|
|
|
|
stdio/fread.c \
|
|
|
|
stdio/freopen.c \
|
|
|
|
stdio/fscanf.c \
|
|
|
|
stdio/fseek.c \
|
|
|
|
stdio/fsetpos.c \
|
|
|
|
stdio/ftell.c \
|
|
|
|
stdio/funopen.c \
|
|
|
|
stdio/fvwrite.c \
|
|
|
|
stdio/fwalk.c \
|
|
|
|
stdio/fwrite.c \
|
|
|
|
stdio/getc.c \
|
|
|
|
stdio/getchar.c \
|
|
|
|
stdio/gets.c \
|
|
|
|
stdio/makebuf.c \
|
|
|
|
stdio/mktemp.c \
|
|
|
|
stdio/printf.c \
|
|
|
|
stdio/putc.c \
|
|
|
|
stdio/putchar.c \
|
|
|
|
stdio/puts.c \
|
|
|
|
stdio/putw.c \
|
|
|
|
stdio/refill.c \
|
|
|
|
stdio/remove.c \
|
|
|
|
stdio/rewind.c \
|
|
|
|
stdio/rget.c \
|
|
|
|
stdio/scanf.c \
|
|
|
|
stdio/setbuf.c \
|
|
|
|
stdio/setbuffer.c \
|
|
|
|
stdio/setvbuf.c \
|
|
|
|
stdio/snprintf.c\
|
|
|
|
stdio/sprintf.c \
|
|
|
|
stdio/sscanf.c \
|
|
|
|
stdio/stdio.c \
|
|
|
|
stdio/tempnam.c \
|
|
|
|
stdio/tmpnam.c \
|
|
|
|
stdio/ungetc.c \
|
|
|
|
stdio/vasprintf.c \
|
|
|
|
stdio/vfprintf.c \
|
|
|
|
stdio/vfscanf.c \
|
|
|
|
stdio/vprintf.c \
|
|
|
|
stdio/vsnprintf.c \
|
|
|
|
stdio/vsprintf.c \
|
|
|
|
stdio/vscanf.c \
|
|
|
|
stdio/vsscanf.c \
|
|
|
|
stdio/wbuf.c \
|
|
|
|
stdio/wsetup.c \
|
|
|
|
stdlib/atexit.c \
|
|
|
|
stdlib/ctype_.c \
|
|
|
|
stdlib/exit.c \
|
|
|
|
stdlib/getenv.c \
|
|
|
|
stdlib/putenv.c \
|
|
|
|
stdlib/qsort.c \
|
|
|
|
stdlib/setenv.c \
|
|
|
|
stdlib/strtod.c \
|
|
|
|
stdlib/strtoimax.c \
|
|
|
|
stdlib/strtol.c \
|
|
|
|
stdlib/strtoll.c \
|
|
|
|
stdlib/strtoul.c \
|
|
|
|
stdlib/strtoull.c \
|
|
|
|
stdlib/strtoumax.c \
|
|
|
|
stdlib/tolower_.c \
|
|
|
|
stdlib/toupper_.c \
|
|
|
|
string/index.c \
|
|
|
|
string/strcasecmp.c \
|
|
|
|
string/strcat.c \
|
|
|
|
string/strchr.c \
|
|
|
|
string/strcspn.c \
|
|
|
|
string/strdup.c \
|
|
|
|
string/strlcat.c \
|
|
|
|
string/strlcpy.c \
|
|
|
|
string/strncat.c \
|
|
|
|
string/strncpy.c \
|
|
|
|
string/strpbrk.c \
|
|
|
|
string/strrchr.c \
|
|
|
|
string/strsep.c \
|
|
|
|
string/strspn.c \
|
|
|
|
string/strstr.c \
|
|
|
|
string/strtok.c \
|
2010-06-15 02:18:35 +02:00
|
|
|
wchar/wcpcpy.c \
|
|
|
|
wchar/wcpncpy.c \
|
|
|
|
wchar/wcscasecmp.c \
|
|
|
|
wchar/wcscat.c \
|
|
|
|
wchar/wcschr.c \
|
|
|
|
wchar/wcscmp.c \
|
|
|
|
wchar/wcscpy.c \
|
|
|
|
wchar/wcscspn.c \
|
|
|
|
wchar/wcsdup.c \
|
|
|
|
wchar/wcslcat.c \
|
|
|
|
wchar/wcslcpy.c \
|
|
|
|
wchar/wcslen.c \
|
|
|
|
wchar/wcsncasecmp.c \
|
|
|
|
wchar/wcsncat.c \
|
|
|
|
wchar/wcsncmp.c \
|
|
|
|
wchar/wcsncpy.c \
|
|
|
|
wchar/wcsnlen.c \
|
|
|
|
wchar/wcspbrk.c \
|
|
|
|
wchar/wcsrchr.c \
|
|
|
|
wchar/wcsspn.c \
|
|
|
|
wchar/wcsstr.c \
|
|
|
|
wchar/wcstok.c \
|
|
|
|
wchar/wcswidth.c \
|
2010-06-16 15:51:52 +02:00
|
|
|
wchar/wcsxfrm.c \
|
2010-06-15 02:18:35 +02:00
|
|
|
wchar/wmemchr.c \
|
2010-06-16 15:51:52 +02:00
|
|
|
wchar/wmemcmp.c \
|
2010-06-15 02:18:35 +02:00
|
|
|
wchar/wmemcpy.c \
|
|
|
|
wchar/wmemmove.c \
|
|
|
|
wchar/wmemset.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
tzcode/asctime.c \
|
|
|
|
tzcode/difftime.c \
|
|
|
|
tzcode/localtime.c \
|
|
|
|
tzcode/strftime.c \
|
|
|
|
tzcode/strptime.c \
|
|
|
|
bionic/arc4random.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/atoi.c \
|
|
|
|
bionic/atol.c \
|
|
|
|
bionic/atoll.c \
|
|
|
|
bionic/bindresvport.c \
|
|
|
|
bionic/bionic_clone.c \
|
|
|
|
bionic/brk.c \
|
2010-01-14 02:48:34 +01:00
|
|
|
bionic/clearenv.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/cpuacct.c \
|
|
|
|
bionic/daemon.c \
|
2010-01-14 06:19:52 +01:00
|
|
|
bionic/err.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/ether_aton.c \
|
|
|
|
bionic/ether_ntoa.c \
|
|
|
|
bionic/fcntl.c \
|
2010-01-14 02:48:34 +01:00
|
|
|
bionic/fdprintf.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/flockfile.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/fork.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/fstatfs.c \
|
|
|
|
bionic/ftime.c \
|
|
|
|
bionic/ftok.c \
|
2010-01-14 06:19:52 +01:00
|
|
|
bionic/fts.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/getdtablesize.c \
|
|
|
|
bionic/gethostname.c \
|
|
|
|
bionic/getpgrp.c \
|
|
|
|
bionic/getpriority.c \
|
|
|
|
bionic/getpt.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/if_indextoname.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/if_nametoindex.c \
|
|
|
|
bionic/initgroups.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/ioctl.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/isatty.c \
|
|
|
|
bionic/issetugid.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/ldexp.c \
|
|
|
|
bionic/libc_init_common.c \
|
|
|
|
bionic/logd_write.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/lseek64.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/md5.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/memccpy.c \
|
|
|
|
bionic/memchr.c \
|
|
|
|
bionic/memmem.c \
|
2011-02-04 23:45:57 +01:00
|
|
|
bionic/memmove_words.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/memrchr.c \
|
|
|
|
bionic/memswap.c \
|
|
|
|
bionic/mmap.c \
|
|
|
|
bionic/openat.c \
|
|
|
|
bionic/open.c \
|
|
|
|
bionic/pathconf.c \
|
|
|
|
bionic/perror.c \
|
|
|
|
bionic/pread.c \
|
|
|
|
bionic/pselect.c \
|
|
|
|
bionic/ptsname.c \
|
|
|
|
bionic/ptsname_r.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/pututline.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/pwrite.c \
|
|
|
|
bionic/raise.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/realpath.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/reboot.c \
|
|
|
|
bionic/recv.c \
|
|
|
|
bionic/sbrk.c \
|
2010-12-03 18:04:01 +01:00
|
|
|
bionic/sched_cpualloc.c \
|
|
|
|
bionic/sched_cpucount.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/sched_getaffinity.c \
|
|
|
|
bionic/sched_getcpu.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/semaphore.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/send.c \
|
|
|
|
bionic/setegid.c \
|
|
|
|
bionic/__set_errno.c \
|
|
|
|
bionic/seteuid.c \
|
|
|
|
bionic/setpgrp.c \
|
|
|
|
bionic/setresuid.c \
|
|
|
|
bionic/setreuid.c \
|
|
|
|
bionic/setuid.c \
|
|
|
|
bionic/sigblock.c \
|
|
|
|
bionic/siginterrupt.c \
|
|
|
|
bionic/siglist.c \
|
|
|
|
bionic/signal.c \
|
|
|
|
bionic/signame.c \
|
|
|
|
bionic/sigsetmask.c \
|
|
|
|
bionic/sigsuspend.c \
|
|
|
|
bionic/sigwait.c \
|
|
|
|
bionic/sleep.c \
|
|
|
|
bionic/statfs.c \
|
|
|
|
bionic/strcoll.c \
|
|
|
|
bionic/strndup.c \
|
|
|
|
bionic/strnlen.c \
|
|
|
|
bionic/strntoimax.c \
|
|
|
|
bionic/strntoumax.c \
|
|
|
|
bionic/strtotimeval.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/system_properties.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/tcgetpgrp.c \
|
|
|
|
bionic/tcsetpgrp.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/thread_atexit.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/time64.c \
|
|
|
|
bionic/umount.c \
|
|
|
|
bionic/unlockpt.c \
|
|
|
|
bionic/usleep.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/utmp.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/wait.c \
|
|
|
|
bionic/wcscoll.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
netbsd/gethnamaddr.c \
|
|
|
|
netbsd/inet/nsap_addr.c \
|
|
|
|
netbsd/resolv/__dn_comp.c \
|
|
|
|
netbsd/resolv/__res_close.c \
|
|
|
|
netbsd/resolv/__res_send.c \
|
|
|
|
netbsd/resolv/herror.c \
|
|
|
|
netbsd/resolv/res_comp.c \
|
|
|
|
netbsd/resolv/res_data.c \
|
|
|
|
netbsd/resolv/res_debug.c \
|
|
|
|
netbsd/resolv/res_init.c \
|
|
|
|
netbsd/resolv/res_mkquery.c \
|
|
|
|
netbsd/resolv/res_query.c \
|
|
|
|
netbsd/resolv/res_send.c \
|
2009-09-28 09:11:39 +02:00
|
|
|
netbsd/resolv/res_state.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
netbsd/resolv/res_cache.c \
|
|
|
|
netbsd/net/nsdispatch.c \
|
|
|
|
netbsd/net/getaddrinfo.c \
|
|
|
|
netbsd/net/getnameinfo.c \
|
|
|
|
netbsd/net/getservbyname.c \
|
|
|
|
netbsd/net/getservent.c \
|
|
|
|
netbsd/net/base64.c \
|
|
|
|
netbsd/net/getservbyport.c \
|
|
|
|
netbsd/nameser/ns_name.c \
|
|
|
|
netbsd/nameser/ns_parse.c \
|
|
|
|
netbsd/nameser/ns_ttl.c \
|
|
|
|
netbsd/nameser/ns_netint.c \
|
|
|
|
netbsd/nameser/ns_print.c \
|
2010-01-13 03:59:25 +01:00
|
|
|
netbsd/nameser/ns_samedomain.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2012-10-23 02:05:27 +02:00
|
|
|
libc_bionic_src_files := \
|
2012-10-26 05:55:23 +02:00
|
|
|
bionic/assert.cpp \
|
2012-10-29 15:32:54 +01:00
|
|
|
bionic/dirent.cpp \
|
2012-10-26 05:55:23 +02:00
|
|
|
bionic/eventfd.cpp \
|
|
|
|
bionic/__fgets_chk.cpp \
|
|
|
|
bionic/getcwd.cpp \
|
2012-10-29 22:27:10 +01:00
|
|
|
bionic/libgen.cpp \
|
2012-10-26 05:55:23 +02:00
|
|
|
bionic/__memcpy_chk.cpp \
|
|
|
|
bionic/__memmove_chk.cpp \
|
|
|
|
bionic/__memset_chk.cpp \
|
|
|
|
bionic/setlocale.cpp \
|
|
|
|
bionic/__strcat_chk.cpp \
|
|
|
|
bionic/__strcpy_chk.cpp \
|
|
|
|
bionic/strerror.cpp \
|
|
|
|
bionic/strerror_r.cpp \
|
|
|
|
bionic/__strlcat_chk.cpp \
|
|
|
|
bionic/__strlcpy_chk.cpp \
|
|
|
|
bionic/__strlen_chk.cpp \
|
|
|
|
bionic/__strncat_chk.cpp \
|
|
|
|
bionic/__strncpy_chk.cpp \
|
|
|
|
bionic/strsignal.cpp \
|
|
|
|
bionic/stubs.cpp \
|
|
|
|
bionic/tdestroy.cpp \
|
|
|
|
bionic/tmpfile.cpp \
|
|
|
|
bionic/__umask_chk.cpp \
|
|
|
|
bionic/__vsnprintf_chk.cpp \
|
|
|
|
bionic/__vsprintf_chk.cpp \
|
|
|
|
bionic/wchar.cpp \
|
2012-10-23 02:05:27 +02:00
|
|
|
|
2012-08-10 20:39:58 +02:00
|
|
|
libc_upstream_netbsd_src_files := \
|
2012-10-23 21:26:26 +02:00
|
|
|
upstream-netbsd/common/lib/libc/hash/sha1/sha1.c \
|
|
|
|
upstream-netbsd/common/lib/libc/inet/inet_addr.c \
|
|
|
|
upstream-netbsd/libc/compat-43/creat.c \
|
|
|
|
upstream-netbsd/libc/gen/ftw.c \
|
|
|
|
upstream-netbsd/libc/gen/nftw.c \
|
|
|
|
upstream-netbsd/libc/gen/nice.c \
|
|
|
|
upstream-netbsd/libc/gen/psignal.c \
|
2012-10-24 01:05:09 +02:00
|
|
|
upstream-netbsd/libc/gen/setjmperr.c \
|
2012-10-23 21:26:26 +02:00
|
|
|
upstream-netbsd/libc/gen/utime.c \
|
|
|
|
upstream-netbsd/libc/inet/inet_ntoa.c \
|
|
|
|
upstream-netbsd/libc/inet/inet_ntop.c \
|
|
|
|
upstream-netbsd/libc/inet/inet_pton.c \
|
2012-10-24 01:05:09 +02:00
|
|
|
upstream-netbsd/libc/isc/ev_streams.c \
|
|
|
|
upstream-netbsd/libc/isc/ev_timers.c \
|
2012-10-23 21:26:26 +02:00
|
|
|
upstream-netbsd/libc/regex/regcomp.c \
|
|
|
|
upstream-netbsd/libc/regex/regerror.c \
|
|
|
|
upstream-netbsd/libc/regex/regexec.c \
|
|
|
|
upstream-netbsd/libc/regex/regfree.c \
|
|
|
|
upstream-netbsd/libc/stdio/getdelim.c \
|
|
|
|
upstream-netbsd/libc/stdio/getline.c \
|
2012-10-24 01:05:09 +02:00
|
|
|
upstream-netbsd/libc/stdlib/bsearch.c \
|
|
|
|
upstream-netbsd/libc/stdlib/div.c \
|
2012-10-23 21:26:26 +02:00
|
|
|
upstream-netbsd/libc/stdlib/drand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/erand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/jrand48.c \
|
2012-10-24 01:05:09 +02:00
|
|
|
upstream-netbsd/libc/stdlib/ldiv.c \
|
|
|
|
upstream-netbsd/libc/stdlib/lldiv.c \
|
2012-10-23 21:26:26 +02:00
|
|
|
upstream-netbsd/libc/stdlib/lrand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/mrand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/nrand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/_rand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/seed48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/srand48.c \
|
|
|
|
upstream-netbsd/libc/stdlib/tdelete.c \
|
|
|
|
upstream-netbsd/libc/stdlib/tfind.c \
|
|
|
|
upstream-netbsd/libc/stdlib/tsearch.c \
|
|
|
|
upstream-netbsd/libc/string/strcasestr.c \
|
|
|
|
upstream-netbsd/libc/string/strxfrm.c \
|
2012-10-24 01:05:09 +02:00
|
|
|
upstream-netbsd/libc/unistd/killpg.c \
|
2012-08-10 20:39:58 +02:00
|
|
|
|
2010-08-27 17:19:19 +02:00
|
|
|
# The following files are common, but must be compiled
|
|
|
|
# with different C flags when building a static C library.
|
|
|
|
#
|
|
|
|
# The reason for this is the implementation of __get_tls()
|
|
|
|
# that will differ between the shared and static versions
|
|
|
|
# of the library.
|
|
|
|
#
|
|
|
|
# See comments in private/bionic_tls.h for more details.
|
|
|
|
#
|
|
|
|
# NOTE: bionic/pthread.c is added later to this list
|
|
|
|
# because it needs special handling on ARM, see
|
|
|
|
# below.
|
|
|
|
#
|
|
|
|
libc_static_common_src_files := \
|
|
|
|
bionic/__errno.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
bionic/sysconf.c \
|
2010-08-27 17:19:19 +02:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# Architecture specific source files go here
|
|
|
|
# =========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
ifeq ($(TARGET_ARCH),arm)
|
|
|
|
libc_common_src_files += \
|
2012-05-08 22:36:37 +02:00
|
|
|
arch-arm/bionic/abort_arm.S \
|
2011-11-16 17:37:15 +01:00
|
|
|
arch-arm/bionic/atomics_arm.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/clone.S \
|
2010-06-18 23:47:22 +02:00
|
|
|
arch-arm/bionic/eabi.c \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/_exit_with_stack_teardown.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/ffs.S \
|
2011-11-16 17:37:15 +01:00
|
|
|
arch-arm/bionic/futex_arm.S \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/__get_sp.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/kill.S \
|
2009-09-29 23:43:38 +02:00
|
|
|
arch-arm/bionic/libgcc_compat.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/memcmp16.S \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/memcmp.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/memcpy.S \
|
|
|
|
arch-arm/bionic/memset.S \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/_setjmp.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/setjmp.S \
|
|
|
|
arch-arm/bionic/sigsetjmp.S \
|
2011-04-20 09:35:04 +02:00
|
|
|
arch-arm/bionic/strcmp.S \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/strcpy.S \
|
|
|
|
arch-arm/bionic/strlen.c.arm \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-arm/bionic/syscall.S \
|
2012-10-02 02:35:49 +02:00
|
|
|
arch-arm/bionic/tgkill.S \
|
|
|
|
arch-arm/bionic/tkill.S \
|
|
|
|
bionic/memmove.c.arm \
|
|
|
|
bionic/socketcalls.c \
|
2010-03-04 20:03:37 +01:00
|
|
|
string/bcopy.c \
|
|
|
|
string/strncmp.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
# These files need to be arm so that gdbserver
|
|
|
|
# can set breakpoints in them without messing
|
|
|
|
# up any thumb code.
|
|
|
|
libc_common_src_files += \
|
2010-06-25 21:36:39 +02:00
|
|
|
bionic/pthread-atfork.c.arm \
|
2010-05-12 01:39:22 +02:00
|
|
|
bionic/pthread-rwlocks.c.arm \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/pthread-timers.c.arm \
|
|
|
|
bionic/ptrace.c.arm
|
2009-05-27 19:52:37 +02:00
|
|
|
|
2010-08-27 17:19:19 +02:00
|
|
|
libc_static_common_src_files += \
|
|
|
|
bionic/pthread.c.arm \
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# these are used by the static and dynamic versions of the libc
|
|
|
|
# respectively
|
|
|
|
libc_arch_static_src_files := \
|
|
|
|
arch-arm/bionic/exidx_static.c
|
|
|
|
|
|
|
|
libc_arch_dynamic_src_files := \
|
|
|
|
arch-arm/bionic/exidx_dynamic.c
|
2012-08-07 21:23:24 +02:00
|
|
|
endif # arm
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
|
|
|
libc_common_src_files += \
|
|
|
|
arch-x86/bionic/__get_sp.S \
|
|
|
|
arch-x86/bionic/__get_tls.c \
|
|
|
|
arch-x86/bionic/__set_tls.c \
|
|
|
|
arch-x86/bionic/clone.S \
|
|
|
|
arch-x86/bionic/_exit_with_stack_teardown.S \
|
2011-11-16 17:37:15 +01:00
|
|
|
arch-x86/bionic/futex_x86.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-x86/bionic/setjmp.S \
|
|
|
|
arch-x86/bionic/_setjmp.S \
|
2010-12-14 10:55:23 +01:00
|
|
|
arch-x86/bionic/sigsetjmp.S \
|
2009-03-04 04:28:35 +01:00
|
|
|
arch-x86/bionic/vfork.S \
|
2010-03-04 19:29:38 +01:00
|
|
|
arch-x86/bionic/syscall.S \
|
2010-03-04 20:03:37 +01:00
|
|
|
arch-x86/string/bcopy_wrapper.S \
|
|
|
|
arch-x86/string/memcpy_wrapper.S \
|
|
|
|
arch-x86/string/memmove_wrapper.S \
|
|
|
|
arch-x86/string/bzero_wrapper.S \
|
|
|
|
arch-x86/string/memcmp_wrapper.S \
|
|
|
|
arch-x86/string/memset_wrapper.S \
|
|
|
|
arch-x86/string/strcmp_wrapper.S \
|
|
|
|
arch-x86/string/strncmp_wrapper.S \
|
2010-10-11 21:24:41 +02:00
|
|
|
arch-x86/string/strlen_wrapper.S \
|
2010-08-10 11:23:39 +02:00
|
|
|
string/strcpy.c \
|
2010-06-25 21:36:39 +02:00
|
|
|
bionic/pthread-atfork.c \
|
2010-05-12 01:39:22 +02:00
|
|
|
bionic/pthread-rwlocks.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/pthread-timers.c \
|
|
|
|
bionic/ptrace.c
|
|
|
|
|
2010-08-27 17:19:19 +02:00
|
|
|
libc_static_common_src_files += \
|
|
|
|
bionic/pthread.c \
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
libc_arch_static_src_files := \
|
2012-07-26 03:16:42 +02:00
|
|
|
bionic/dl_iterate_phdr_static.c
|
2009-05-27 19:52:37 +02:00
|
|
|
|
|
|
|
libc_arch_dynamic_src_files :=
|
2012-08-07 21:23:24 +02:00
|
|
|
endif # x86
|
2009-09-28 09:11:39 +02:00
|
|
|
|
2012-08-07 21:23:24 +02:00
|
|
|
ifeq ($(TARGET_ARCH),mips)
|
|
|
|
libc_common_src_files += \
|
|
|
|
arch-mips/bionic/__get_sp.S \
|
|
|
|
arch-mips/bionic/__get_tls.c \
|
|
|
|
arch-mips/bionic/__set_tls.c \
|
|
|
|
arch-mips/bionic/_exit_with_stack_teardown.S \
|
|
|
|
arch-mips/bionic/_setjmp.S \
|
|
|
|
arch-mips/bionic/futex_mips.S \
|
|
|
|
arch-mips/bionic/bzero.S \
|
|
|
|
arch-mips/bionic/cacheflush.c \
|
|
|
|
arch-mips/bionic/clone.S \
|
|
|
|
arch-mips/bionic/ffs.S \
|
|
|
|
arch-mips/bionic/memcmp16.S \
|
|
|
|
arch-mips/bionic/memmove.c \
|
|
|
|
arch-mips/bionic/pipe.S \
|
|
|
|
arch-mips/bionic/setjmp.S \
|
|
|
|
arch-mips/bionic/sigsetjmp.S \
|
|
|
|
arch-mips/bionic/vfork.S
|
|
|
|
|
|
|
|
libc_common_src_files += \
|
|
|
|
arch-mips/string/memset.S \
|
|
|
|
arch-mips/string/memcpy.S \
|
|
|
|
arch-mips/string/mips_strlen.c
|
|
|
|
|
|
|
|
libc_common_src_files += \
|
2012-10-02 20:20:07 +02:00
|
|
|
bionic/memcmp.c \
|
2012-08-07 21:23:24 +02:00
|
|
|
string/bcopy.c \
|
|
|
|
string/strcmp.c \
|
|
|
|
string/strcpy.c \
|
|
|
|
string/strncmp.c
|
|
|
|
|
|
|
|
libc_common_src_files += \
|
|
|
|
bionic/pthread-atfork.c \
|
|
|
|
bionic/pthread-rwlocks.c \
|
|
|
|
bionic/pthread-timers.c \
|
|
|
|
bionic/ptrace.c
|
|
|
|
|
|
|
|
libc_static_common_src_files += \
|
|
|
|
bionic/pthread.c
|
|
|
|
|
|
|
|
libc_arch_static_src_files := \
|
|
|
|
bionic/dl_iterate_phdr_static.c
|
|
|
|
|
|
|
|
libc_arch_dynamic_src_files :=
|
|
|
|
endif # mips
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# Define some common cflags
|
|
|
|
# ========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
libc_common_cflags := \
|
2012-06-06 19:32:56 +02:00
|
|
|
-DWITH_ERRLIST \
|
|
|
|
-DANDROID_CHANGES \
|
|
|
|
-D_LIBC=1 \
|
|
|
|
-DFLOATING_POINT \
|
|
|
|
-DINET6 \
|
|
|
|
-I$(LOCAL_PATH)/private \
|
|
|
|
-DPOSIX_MISTAKE \
|
|
|
|
-DLOG_ON_HEAP_ERROR \
|
2012-08-28 23:15:04 +02:00
|
|
|
-Wall -Wextra
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2010-03-05 23:17:35 +01:00
|
|
|
# these macro definitions are required to implement the
|
|
|
|
# 'timezone' and 'daylight' global variables, as well as
|
|
|
|
# properly update the 'tm_gmtoff' field in 'struct tm'.
|
|
|
|
#
|
|
|
|
libc_common_cflags += \
|
|
|
|
-DTM_GMTOFF=tm_gmtoff \
|
|
|
|
-DUSG_COMPAT=1
|
|
|
|
|
2009-04-24 00:50:03 +02:00
|
|
|
ifeq ($(strip $(DEBUG_BIONIC_LIBC)),true)
|
2009-03-04 04:28:35 +01:00
|
|
|
libc_common_cflags += -DDEBUG
|
|
|
|
endif
|
|
|
|
|
2011-11-19 02:48:03 +01:00
|
|
|
# To customize dlmalloc's alignment, set BOARD_MALLOC_ALIGNMENT in
|
|
|
|
# the appropriate BoardConfig.mk file.
|
|
|
|
#
|
|
|
|
ifneq ($(BOARD_MALLOC_ALIGNMENT),)
|
|
|
|
libc_common_cflags += -DMALLOC_ALIGNMENT=$(BOARD_MALLOC_ALIGNMENT)
|
|
|
|
endif
|
|
|
|
|
2009-03-04 04:28:35 +01:00
|
|
|
ifeq ($(TARGET_ARCH),arm)
|
2012-08-07 21:23:24 +02:00
|
|
|
libc_common_cflags += -DSOFTFLOAT
|
2009-03-04 04:28:35 +01:00
|
|
|
libc_common_cflags += -fstrict-aliasing
|
2009-05-27 19:52:37 +02:00
|
|
|
libc_crt_target_cflags := -mthumb-interwork
|
2009-09-18 22:35:05 +02:00
|
|
|
#
|
|
|
|
# Define HAVE_ARM_TLS_REGISTER macro to indicate to the C library
|
|
|
|
# that it should access the hardware TLS register directly in
|
|
|
|
# private/bionic_tls.h
|
|
|
|
#
|
|
|
|
# The value must match your kernel configuration
|
|
|
|
#
|
|
|
|
ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true)
|
|
|
|
libc_common_cflags += -DHAVE_ARM_TLS_REGISTER
|
|
|
|
endif
|
2010-09-15 16:08:03 +02:00
|
|
|
#
|
|
|
|
# Define HAVE_32_BYTE_CACHE_LINES to indicate to C
|
|
|
|
# library it should use to 32-byte version of memcpy, and not
|
|
|
|
# the 64-byte version.
|
|
|
|
#
|
|
|
|
ifeq ($(ARCH_ARM_HAVE_32_BYTE_CACHE_LINES),true)
|
|
|
|
libc_common_cflags += -DHAVE_32_BYTE_CACHE_LINE
|
|
|
|
endif
|
2012-05-07 23:17:44 +02:00
|
|
|
ifeq ($(ARCH_ARM_USE_NON_NEON_MEMCPY),true)
|
|
|
|
libc_common_cflags += -DARCH_ARM_USE_NON_NEON_MEMCPY
|
|
|
|
endif
|
2009-05-27 19:52:37 +02:00
|
|
|
endif # !arm
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2012-08-07 21:23:24 +02:00
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
|
|
|
libc_common_cflags += -DSOFTFLOAT
|
|
|
|
libc_crt_target_cflags :=
|
|
|
|
ifeq ($(ARCH_X86_HAVE_SSE2),true)
|
|
|
|
libc_crt_target_cflags += -DUSE_SSE2=1
|
|
|
|
endif
|
|
|
|
ifeq ($(ARCH_X86_HAVE_SSSE3),true)
|
|
|
|
libc_crt_target_cflags += -DUSE_SSSE3=1
|
|
|
|
endif
|
|
|
|
endif # x86
|
|
|
|
|
|
|
|
ifeq ($(TARGET_ARCH),mips)
|
|
|
|
ifneq ($(ARCH_MIPS_HAS_FPU),true)
|
|
|
|
libc_common_cflags += -DSOFTFLOAT
|
|
|
|
endif
|
|
|
|
libc_common_cflags += -fstrict-aliasing
|
|
|
|
libc_crt_target_cflags := $(TARGET_GLOBAL_CFLAGS)
|
|
|
|
endif # mips
|
|
|
|
|
2010-05-28 22:31:45 +02:00
|
|
|
# Define ANDROID_SMP appropriately.
|
|
|
|
ifeq ($(TARGET_CPU_SMP),true)
|
|
|
|
libc_common_cflags += -DANDROID_SMP=1
|
|
|
|
else
|
|
|
|
libc_common_cflags += -DANDROID_SMP=0
|
|
|
|
endif
|
|
|
|
|
2012-08-08 23:07:37 +02:00
|
|
|
# crtbrand.c needs <stdint.h> and a #define for the platform SDK version.
|
|
|
|
libc_crt_target_cflags += \
|
|
|
|
-I$(LOCAL_PATH)/include \
|
|
|
|
-DPLATFORM_SDK_VERSION=$(PLATFORM_SDK_VERSION)
|
2010-05-28 22:31:45 +02:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# Define some common includes
|
|
|
|
# ========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
libc_common_c_includes := \
|
|
|
|
$(LOCAL_PATH)/stdlib \
|
|
|
|
$(LOCAL_PATH)/string \
|
2012-06-08 01:30:02 +02:00
|
|
|
$(LOCAL_PATH)/stdio \
|
|
|
|
external/safe-iop/include
|
2009-03-04 04:28:35 +01:00
|
|
|
|
arm: rewrite crtbegin* as C files.
Rewrite
crtbegin.S -> crtbegin.c
crtbegin_so.S -> crtbegin_so.c
This change allows us to generate PIC code without relying
on text relocations.
As a consequence of this rewrite, also rewrite
__dso_handle.S -> __dso_handle.c
__dso_handle_so.S -> __dso_handle_so.c
atexit.S -> atexit.c
In crtbegin.c _start, place the __PREINIT_ARRAY__, __INIT_ARRAY__,
__FINI_ARRAY__, and __CTOR_LIST__ variables onto the stack, instead of
passing a pointer to the text section of the binary.
This change appears sorta wonky, as I attempted to preserve,
as much as possible, the structure of the original assembly.
As a result, you have C files including other C files, and other
programming uglyness.
Result: This change reduces the number of files with text-relocations
from 315 to 19 on my Android build.
Before:
$ scanelf -aR $OUT/system | grep TEXTREL | wc -l
315
After:
$ scanelf -aR $OUT/system | grep TEXTREL | wc -l
19
Change-Id: Ib9f98107c0eeabcb606e1ddc7ed7fc4eba01c9c4
2012-05-31 20:40:10 +02:00
|
|
|
# Needed to access private/__dso_handle.h from
|
2010-07-02 08:09:28 +02:00
|
|
|
# crtbegin_xxx.S and crtend_xxx.S
|
2012-08-08 23:07:37 +02:00
|
|
|
libc_crt_target_cflags += \
|
|
|
|
-I$(LOCAL_PATH)/private \
|
|
|
|
-I$(LOCAL_PATH)/arch-$(TARGET_ARCH)/include
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# Define the libc run-time (crt) support object files that must be built,
|
|
|
|
# which are needed to build all other objects (shared/static libs and
|
|
|
|
# executables)
|
|
|
|
# ==========================================================================
|
2012-08-07 21:23:24 +02:00
|
|
|
# ARM, MIPS, and x86 all need crtbegin_so/crtend_so.
|
2010-06-18 23:47:22 +02:00
|
|
|
#
|
|
|
|
# For x86, the .init section must point to a function that calls all
|
|
|
|
# entries in the .ctors section. (on ARM this is done through the
|
|
|
|
# .init_array section instead).
|
|
|
|
#
|
2012-08-07 21:23:24 +02:00
|
|
|
# For all the platforms, the .fini_array section must point to a function
|
2010-06-18 23:47:22 +02:00
|
|
|
# that will call __cxa_finalize(&__dso_handle) in order to ensure that
|
|
|
|
# static C++ destructors are properly called on dlclose().
|
|
|
|
#
|
2012-08-07 21:23:24 +02:00
|
|
|
ifeq ($(TARGET_ARCH),arm)
|
2012-09-10 20:16:12 +02:00
|
|
|
libc_crtbegin_extension := c
|
2012-08-07 21:23:24 +02:00
|
|
|
libc_crt_target_so_cflags :=
|
|
|
|
endif
|
|
|
|
ifeq ($(TARGET_ARCH),mips)
|
2012-09-10 20:16:12 +02:00
|
|
|
libc_crtbegin_extension := S
|
2012-08-07 21:23:24 +02:00
|
|
|
libc_crt_target_so_cflags := -fPIC
|
|
|
|
endif
|
2011-06-25 17:26:38 +02:00
|
|
|
ifeq ($(TARGET_ARCH),x86)
|
2012-09-10 20:16:12 +02:00
|
|
|
libc_crtbegin_extension := S
|
2012-08-07 21:23:24 +02:00
|
|
|
libc_crt_target_so_cflags := -fPIC
|
|
|
|
endif
|
2012-09-10 20:16:12 +02:00
|
|
|
ifeq ($(libc_crtbegin_extension),)
|
2012-08-07 21:23:24 +02:00
|
|
|
$(error $(TARGET_ARCH) not supported)
|
2011-06-25 17:26:38 +02:00
|
|
|
endif
|
2012-08-07 21:23:24 +02:00
|
|
|
libc_crt_target_so_cflags += $(libc_crt_target_cflags)
|
2012-09-10 20:16:12 +02:00
|
|
|
libc_crt_target_crtbegin_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin.$(libc_crtbegin_extension)
|
|
|
|
libc_crt_target_crtbegin_so_file := $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtbegin_so.$(libc_crtbegin_extension)
|
2012-07-31 06:18:22 +02:00
|
|
|
|
|
|
|
# See the comment in crtbrand.c for the reason why we need to generate
|
|
|
|
# crtbrand.s before generating crtbrand.o.
|
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.s
|
|
|
|
$(GEN): $(LOCAL_PATH)/bionic/crtbrand.c
|
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) -S \
|
|
|
|
-MD -MF $(@:%.s=%.d) -o $@ $<
|
|
|
|
$(hide) sed -i -e '/\.note\.ABI-tag/s/progbits/note/' $@
|
|
|
|
$(call transform-d-to-p-args,$(@:%.s=%.d),$(@:%.s=%.P))
|
|
|
|
-include $(GEN:%.s=%.P)
|
2012-07-31 06:18:22 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o
|
|
|
|
$(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.s
|
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) -o $@ -c $<
|
2012-07-31 06:18:22 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
2012-05-16 00:15:11 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o
|
2012-09-10 20:16:12 +02:00
|
|
|
$(GEN): $(libc_crt_target_crtbegin_so_file)
|
2009-03-04 04:28:35 +01:00
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) \
|
|
|
|
-MD -MF $(@:%.o=%.d) -o $@ -c $<
|
|
|
|
$(transform-d-to-p)
|
|
|
|
-include $(GEN:%.o=%.P)
|
2009-03-04 04:28:35 +01:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
2012-05-16 00:15:11 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o
|
2009-05-27 19:52:37 +02:00
|
|
|
$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend_so.S
|
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_so_cflags) \
|
|
|
|
-MD -MF $(@:%.o=%.d) -o $@ -c $<
|
|
|
|
$(transform-d-to-p)
|
|
|
|
-include $(GEN:%.o=%.P)
|
2009-05-27 19:52:37 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
2012-07-28 09:33:28 +02:00
|
|
|
|
2012-09-08 02:06:56 +02:00
|
|
|
# The following two are installed to device
|
2012-07-28 09:33:28 +02:00
|
|
|
GEN := $(TARGET_OUT_SHARED_LIBRARIES)/crtbegin_so.o
|
2012-09-08 02:06:56 +02:00
|
|
|
$(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_so.o
|
|
|
|
$(hide) mkdir -p $(dir $@) && cp -f $< $@
|
2012-07-28 09:33:28 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
|
|
|
GEN := $(TARGET_OUT_SHARED_LIBRARIES)/crtend_so.o
|
2012-09-08 02:06:56 +02:00
|
|
|
$(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_so.o
|
|
|
|
$(hide) mkdir -p $(dir $@) && cp -f $< $@
|
2012-07-28 09:33:28 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
|
2012-07-31 06:18:22 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static1.o
|
2012-09-10 20:16:12 +02:00
|
|
|
$(GEN): $(libc_crt_target_crtbegin_file)
|
2009-05-27 19:52:37 +02:00
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_cflags) \
|
|
|
|
-MD -MF $(@:%.o=%.d) -o $@ -c $<
|
|
|
|
$(transform-d-to-p)
|
|
|
|
-include $(GEN:%.o=%.P)
|
2009-05-27 19:52:37 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2012-07-31 06:18:22 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static.o
|
|
|
|
$(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_static1.o $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o
|
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_LD) -r -o $@ $^
|
2012-07-31 06:18:22 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic1.o
|
2012-09-10 20:16:12 +02:00
|
|
|
$(GEN): $(libc_crt_target_crtbegin_file)
|
2009-03-04 04:28:35 +01:00
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_cflags) \
|
|
|
|
-MD -MF $(@:%.o=%.d) -o $@ -c $<
|
|
|
|
$(transform-d-to-p)
|
|
|
|
-include $(GEN:%.o=%.P)
|
2009-03-04 04:28:35 +01:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
2012-07-31 06:18:22 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic.o
|
|
|
|
$(GEN): $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbegin_dynamic1.o $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtbrand.o
|
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_LD) -r -o $@ $^
|
2012-07-31 06:18:22 +02:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
2009-05-27 19:52:37 +02:00
|
|
|
|
|
|
|
# We rename crtend.o to crtend_android.o to avoid a
|
|
|
|
# name clash between gcc and bionic.
|
2012-05-16 00:15:11 +02:00
|
|
|
GEN := $(TARGET_OUT_INTERMEDIATE_LIBRARIES)/crtend_android.o
|
2009-05-27 19:52:37 +02:00
|
|
|
$(GEN): $(LOCAL_PATH)/arch-$(TARGET_ARCH)/bionic/crtend.S
|
2009-03-04 04:28:35 +01:00
|
|
|
@mkdir -p $(dir $@)
|
2012-09-08 02:06:56 +02:00
|
|
|
$(hide) $(TARGET_CC) $(libc_crt_target_cflags) \
|
|
|
|
-MD -MF $(@:%.o=%.d) -o $@ -c $<
|
|
|
|
$(transform-d-to-p)
|
|
|
|
-include $(GEN:%.o=%.P)
|
2009-03-04 04:28:35 +01:00
|
|
|
ALL_GENERATED_SOURCES += $(GEN)
|
|
|
|
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# To enable malloc leak check for statically linked programs, add
|
|
|
|
# "WITH_MALLOC_CHECK_LIBC_A := true" to buildspec.mk
|
|
|
|
WITH_MALLOC_CHECK_LIBC_A := $(strip $(WITH_MALLOC_CHECK_LIBC_A))
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2012-07-10 19:46:19 +02:00
|
|
|
# ========================================================
|
|
|
|
# libbionic_ssp.a - stack protector code
|
|
|
|
# ========================================================
|
|
|
|
#
|
|
|
|
# The stack protector code needs to be compiled
|
|
|
|
# with -fno-stack-protector, since it modifies the
|
|
|
|
# stack canary.
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2012-10-25 03:37:21 +02:00
|
|
|
LOCAL_SRC_FILES := bionic/ssp.cpp
|
2012-07-10 19:46:19 +02:00
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) -fno-stack-protector
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
LOCAL_MODULE := libbionic_ssp
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2012-07-10 19:46:19 +02:00
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2012-08-10 20:39:58 +02:00
|
|
|
# ========================================================
|
|
|
|
# libc_netbsd.a - upstream NetBSD C library code
|
|
|
|
# ========================================================
|
|
|
|
#
|
|
|
|
# These files are built with the netbsd-compat.h header file
|
|
|
|
# automatically included.
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := $(libc_upstream_netbsd_src_files)
|
|
|
|
LOCAL_CFLAGS := \
|
|
|
|
$(libc_common_cflags) \
|
2012-08-14 01:38:29 +02:00
|
|
|
-I$(LOCAL_PATH)/upstream-netbsd \
|
2012-10-24 01:05:09 +02:00
|
|
|
-I$(LOCAL_PATH)/upstream-netbsd/libc/include \
|
2012-08-10 20:39:58 +02:00
|
|
|
-include upstream-netbsd/netbsd-compat.h
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
LOCAL_MODULE := libc_netbsd
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2012-08-10 20:39:58 +02:00
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2012-10-23 02:05:27 +02:00
|
|
|
# ========================================================
|
|
|
|
# libc_bionic.a - home-grown C library code
|
|
|
|
# ========================================================
|
|
|
|
#
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := $(libc_bionic_src_files)
|
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) -Werror
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
LOCAL_MODULE := libc_bionic
|
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# ========================================================
|
|
|
|
# libc_common.a
|
|
|
|
# ========================================================
|
2012-08-10 20:39:58 +02:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
include $(CLEAR_VARS)
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
LOCAL_SRC_FILES := $(libc_common_src_files)
|
2012-10-24 01:05:09 +02:00
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) \
|
|
|
|
-std=gnu99 \
|
|
|
|
-I$(LOCAL_PATH)/upstream-netbsd/libc/include # for netbsd private headers
|
2009-05-27 19:52:37 +02:00
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_MODULE := libc_common
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2012-10-23 02:05:27 +02:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libbionic_ssp libc_bionic libc_netbsd
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# ========================================================
|
|
|
|
# libc_nomalloc.a
|
|
|
|
# ========================================================
|
|
|
|
#
|
|
|
|
# This is a version of the static C library that does not
|
|
|
|
# include malloc. It's useful in situations when calling
|
|
|
|
# the user wants to provide their own malloc implementation,
|
|
|
|
# or wants to explicitly disallow the use of the use of malloc,
|
|
|
|
# like the dynamic loader.
|
|
|
|
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
|
|
|
$(libc_arch_static_src_files) \
|
2010-08-27 17:19:19 +02:00
|
|
|
$(libc_static_common_src_files) \
|
2009-05-27 19:52:37 +02:00
|
|
|
bionic/libc_init_static.c
|
|
|
|
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
2010-08-27 17:19:19 +02:00
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) \
|
2012-10-23 02:05:27 +02:00
|
|
|
-DLIBC_STATIC \
|
|
|
|
-std=gnu99
|
2009-05-27 19:52:37 +02:00
|
|
|
|
|
|
|
LOCAL_MODULE := libc_nomalloc
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2009-05-27 19:52:37 +02:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# ========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
# libc.a
|
|
|
|
# ========================================================
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
2009-05-27 19:52:37 +02:00
|
|
|
$(libc_arch_static_src_files) \
|
2010-08-27 17:19:19 +02:00
|
|
|
$(libc_static_common_src_files) \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/dlmalloc.c \
|
2012-08-28 23:15:04 +02:00
|
|
|
bionic/malloc_debug_common.cpp \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/libc_init_static.c
|
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) \
|
2012-10-23 02:05:27 +02:00
|
|
|
-DLIBC_STATIC \
|
|
|
|
-std=gnu99
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
2009-05-27 19:52:37 +02:00
|
|
|
LOCAL_MODULE := libc
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_STATIC_LIBRARY)
|
|
|
|
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# ========================================================
|
2009-03-04 04:28:35 +01:00
|
|
|
# libc.so
|
|
|
|
# ========================================================
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2011-09-06 08:54:55 +02:00
|
|
|
# pthread deadlock prediction:
|
|
|
|
# set -DPTHREAD_DEBUG -DPTHREAD_DEBUG_ENABLED=1 to enable support for
|
|
|
|
# pthread deadlock prediction.
|
|
|
|
# Since this code is experimental it is disabled by default.
|
|
|
|
# see libc/bionic/pthread_debug.c for details
|
|
|
|
|
2012-10-23 02:05:27 +02:00
|
|
|
LOCAL_CFLAGS := $(libc_common_cflags) -std=gnu99 -DPTHREAD_DEBUG -DPTHREAD_DEBUG_ENABLED=0
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
2009-05-27 19:52:37 +02:00
|
|
|
$(libc_arch_dynamic_src_files) \
|
2010-08-27 17:19:19 +02:00
|
|
|
$(libc_static_common_src_files) \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/dlmalloc.c \
|
2012-08-28 23:15:04 +02:00
|
|
|
bionic/malloc_debug_common.cpp \
|
2011-09-06 08:54:55 +02:00
|
|
|
bionic/pthread_debug.c \
|
2009-03-04 04:28:35 +01:00
|
|
|
bionic/libc_init_dynamic.c
|
|
|
|
|
2012-08-21 14:13:50 +02:00
|
|
|
ifeq ($(TARGET_ARCH),arm)
|
|
|
|
LOCAL_NO_CRT := true
|
|
|
|
LOCAL_CFLAGS += -DCRT_LEGACY_WORKAROUND
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
|
|
|
arch-arm/bionic/crtbegin_so.c \
|
|
|
|
arch-arm/bionic/atexit_legacy.c \
|
|
|
|
$(LOCAL_SRC_FILES) \
|
|
|
|
arch-arm/bionic/crtend_so.S
|
|
|
|
endif
|
|
|
|
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_MODULE:= libc
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2012-10-18 20:28:56 +02:00
|
|
|
LOCAL_REQUIRED_MODULES := tzdata
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
# WARNING: The only library libc.so should depend on is libdl.so! If you add other libraries,
|
|
|
|
# make sure to add -Wl,--exclude-libs=libgcc.a to the LOCAL_LDFLAGS for those libraries. This
|
|
|
|
# ensures that symbols that are pulled into those new libraries from libgcc.a are not declared
|
|
|
|
# external; if that were the case, then libc would not pull those symbols from libgcc.a as it
|
|
|
|
# should, instead relying on the external symbols from the dependent libraries. That would
|
|
|
|
# create an "cloaked" dependency on libgcc.a in libc though the libraries, which is not what
|
|
|
|
# you wanted!
|
|
|
|
|
|
|
|
LOCAL_SHARED_LIBRARIES := libdl
|
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
# For all builds, except for the -user build we will enable memory
|
|
|
|
# allocation checking (including memory leaks, buffer overwrites, etc.)
|
|
|
|
# Note that all these checks are also controlled by env. settings
|
|
|
|
# that can enable, or disable specific checks. Note also that some of
|
|
|
|
# the checks are available only in emulator and are implemeted in
|
|
|
|
# libc_malloc_qemu_instrumented.so.
|
|
|
|
ifneq ($(TARGET_BUILD_VARIANT),user)
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
# ========================================================
|
2009-11-17 23:13:38 +01:00
|
|
|
# libc_malloc_debug_leak.so
|
2009-03-04 04:28:35 +01:00
|
|
|
# ========================================================
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2009-05-27 19:52:37 +02:00
|
|
|
LOCAL_CFLAGS := \
|
|
|
|
$(libc_common_cflags) \
|
|
|
|
-DMALLOC_LEAK_CHECK
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
2012-08-28 23:15:04 +02:00
|
|
|
bionic/malloc_debug_leak.cpp \
|
|
|
|
bionic/malloc_debug_check.cpp \
|
|
|
|
bionic/malloc_debug_check_mapinfo.cpp \
|
|
|
|
bionic/malloc_debug_stacktrace.cpp
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
LOCAL_MODULE:= libc_malloc_debug_leak
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2012-09-10 17:35:25 +02:00
|
|
|
LOCAL_SHARED_LIBRARIES := libc libdl
|
2009-11-17 23:13:38 +01:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
2010-07-08 23:47:50 +02:00
|
|
|
LOCAL_ALLOW_UNDEFINED_SYMBOLS := true
|
2011-03-14 22:02:05 +01:00
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
# Don't install on release build
|
|
|
|
LOCAL_MODULE_TAGS := eng debug
|
2009-03-04 04:28:35 +01:00
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
|
|
|
|
|
|
|
|
# ========================================================
|
|
|
|
# libc_malloc_debug_qemu.so
|
|
|
|
# ========================================================
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_CFLAGS := \
|
|
|
|
$(libc_common_cflags) \
|
|
|
|
-DMALLOC_QEMU_INSTRUMENT
|
|
|
|
|
|
|
|
LOCAL_C_INCLUDES := $(libc_common_c_includes)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := \
|
2012-08-28 23:15:04 +02:00
|
|
|
bionic/malloc_debug_qemu.cpp
|
2009-11-17 23:13:38 +01:00
|
|
|
|
|
|
|
LOCAL_MODULE:= libc_malloc_debug_qemu
|
2012-08-13 23:06:05 +02:00
|
|
|
LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
|
2009-11-17 23:13:38 +01:00
|
|
|
|
2011-09-06 08:54:55 +02:00
|
|
|
LOCAL_SHARED_LIBRARIES := libc libdl
|
2009-03-04 04:28:35 +01:00
|
|
|
LOCAL_WHOLE_STATIC_LIBRARIES := libc_common
|
|
|
|
LOCAL_SYSTEM_SHARED_LIBRARIES :=
|
2011-03-14 22:02:05 +01:00
|
|
|
|
2009-03-04 04:28:35 +01:00
|
|
|
# Don't install on release build
|
2009-11-17 23:13:38 +01:00
|
|
|
LOCAL_MODULE_TAGS := eng debug
|
2009-03-04 04:28:35 +01:00
|
|
|
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
|
2009-11-17 23:13:38 +01:00
|
|
|
endif #!user
|
|
|
|
|
|
|
|
|
2009-03-04 04:28:35 +01:00
|
|
|
# ========================================================
|
|
|
|
include $(call all-makefiles-under,$(LOCAL_PATH))
|