musl/arch/sh/src
Rich Felker cab2b1f9d7 work around breakage in sh/fdpic __unmapself function
the C implementation of __unmapself used for potentially-nommu sh
assumed CRTJMP takes a function descriptor rather than a code address;
however, the actual dynamic linker needs a code address, and so commit
7a9669e977 changed the definition of the
macro in reloc.h. this commit puts the old macro back in a place where
it only affects __unmapself.

this is an ugly workaround and should be cleaned up at some point, but
at least it's well isolated.
2015-09-22 04:10:42 +00:00
..
__fpscr_values.c dynamic linker bootstrap overhaul 2015-04-13 03:04:42 -04:00
__set_thread_area.c add support for sh2 interrupt-masking-based atomics to sh port 2015-06-16 14:38:41 +00:00
__shcall.c make sh clone asm fdpic-compatible 2015-09-12 02:55:28 +00:00
__unmapself.c work around breakage in sh/fdpic __unmapself function 2015-09-22 04:10:42 +00:00
atomic.c add support for sh2 interrupt-masking-based atomics to sh port 2015-06-16 14:38:41 +00:00
sh_atomic.h add support for sh2 interrupt-masking-based atomics to sh port 2015-06-16 14:38:41 +00:00