No description
Find a file
Andy McFadden 5f32207a3d Wrap ARM abort() to improve stack trace.
The code generated for Thumb and Thumb2 targets has different handling
for abort().  Because abort() is "noreturn", it doesn't need to preserve
the callee-save registers.  The Thumb2 version trashes LR and makes it
impossible to figure out who called abort().

This inserts a trivial stub function; net effect is stack traces are
reasonable after an abort().

For bug 2191452.
2009-10-15 16:29:22 -07:00
libc Wrap ARM abort() to improve stack trace. 2009-10-15 16:29:22 -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: allow resolving of symbols from library back to executable 2009-09-29 14:33:46 -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