bionic/libc
Stephen Hines 5f6cfce4f6 Add simple implementation _Unwind_GetIP() for clang compiles.
Clang (prior to 3.4) does not actually provide a declaration (or definition)
of _Unwind_GetIP() for ARM. We can work around this by writing our own
basic implementation using the available primitive operations.

Change-Id: If6c66846952d8545849ad32d2b55daa4599cfe2c
2013-10-01 18:20:51 -07:00
..
arch-arm Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00
arch-mips Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00
arch-x86 Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00
bionic Add simple implementation _Unwind_GetIP() for clang compiles. 2013-10-01 18:20:51 -07:00
include Fix inttypes.h and stdint.h for 64-bit (and C++11). 2013-09-30 14:46:47 -07:00
kernel Merge "Update capability.h" 2013-09-25 23:29:32 +00:00
netbsd Change how DNS resolver handle no default iface 2013-08-22 21:05:49 -07:00
private Fix mismatch between declaration and forward declaration 2013-09-18 23:40:19 +02:00
stdio Fix %hhd formats in the printf family. 2013-09-23 16:02:39 -07:00
stdlib Make ctype.h a little less unhygienic. 2013-08-13 14:30:59 -07:00
string Optimize __memset_chk, __memcpy_chk. DO NOT MERGE. 2013-08-14 18:14:43 -07:00
tools Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00
tzcode Upgrade to tzcode2013f plus Android modifications (from tzcode2013d plus Android modifications). 2013-09-27 00:04:30 -07:00
unistd Switch to current upstream getopt_long. 2013-06-25 14:56:17 -07:00
upstream-dlmalloc Fix build warning of initialization but no use. 2012-09-06 09:59:13 -07:00
upstream-freebsd Fix our missing abs/labs/llabs/imaxabs (and imaxdiv) symbols. 2013-08-12 12:07:05 -07:00
upstream-netbsd Add more __restricts, clean up __format__ attributes. 2013-05-14 16:08:43 -07:00
wchar Switch to upstream-freebsd for the unmolested wchar code. 2013-03-01 18:35:56 -08:00
zoneinfo Upgrade to tzdata2013f. 2013-09-26 23:22:23 -07:00
Android.mk libc: fortify recvfrom() 2013-09-24 16:45:01 -07:00
MODULE_LICENSE_BSD auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
NOTICE libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings. 2013-07-03 10:20:43 -07:00
SYSCALLS.TXT Make it easier to add syscalls for another architecture. 2013-09-26 08:57:17 -07:00