No description
Find a file
David 'Digit' Turner 4a05d12cf5 Fix TLS access for ARMv6 and beyond.
For performance reasons, we don't call the kernel helper. Instead, we directly
access the TLS register on ARMv6 and higher. For ARMv5TE, keep using the hard-coded
address populated by the kernel on each task switch.

NOTE: Since we don't call the kernel helper, this must precisely match your
      kernel configuration. This is controlled by setting the ARCH_ARM_HAVE_TLS_REGISTER
      variable to 'true' in your board configuration file.
2009-09-22 10:03:59 -07:00
libc Fix TLS access for ARMv6 and beyond. 2009-09-22 10:03:59 -07:00
libdl auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
libm auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
libstdc++ am 34806558: Add new C++ headers <cerrno> and <cfloat> 2009-07-12 21:56:33 -07:00
libthread_db auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00
linker bionic: linker: add error message if link failed due to previous error 2009-08-13 16:18:07 -07:00
.gitignore add msm_camera.h header and .gitignore file to bionic 2009-05-26 17:06:24 -07:00
Android.mk auto import from //depot/cupcake/@135843 2009-03-03 19:28:35 -08:00