musl/arch
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
..
aarch64 fix namespace violations in aarch64/bits/termios.h 2015-09-15 14:28:07 -04:00
arm implement arm eabi mem* functions 2015-08-31 06:35:01 +00:00
i386 introduce new symbol-lookup-free rcrt1/dlstart stage chaining 2015-09-17 06:30:55 +00:00
microblaze new dlstart stage-2 chaining for microblaze 2015-09-17 07:20:36 +00:00
mips new dlstart stage-2 chaining for mips 2015-09-17 07:20:43 +00:00
or1k new dlstart stage-2 chaining for or1k 2015-09-17 07:20:51 +00:00
powerpc new dlstart stage-2 chaining for powerpc 2015-09-17 07:20:58 +00:00
sh work around breakage in sh/fdpic __unmapself function 2015-09-22 04:10:42 +00:00
x32 new dlstart stage-2 chaining for x86_64 and x32 2015-09-17 07:28:44 +00:00
x86_64 new dlstart stage-2 chaining for x86_64 and x32 2015-09-17 07:28:44 +00:00