musl/arch/microblaze/bits
Rich Felker c72fc23843 sigcontext/mcontext cleanup for arch-specific bits
with these changes, the members/types of mcontext_t and related stuff
should closely match the glibc definitions. unlike glibc, however, the
definitions here avoid using typedefs as much as possible and work
directly with the underlying types, to minimize namespace pollution
from signal.h in the default (_BSD_SOURCE) profile.

this is a first step in improving compatibility with applications
which poke at context/register information -- mainly debuggers, trace
utilities, etc. additional definitions in ucontext.h and other headers
may be needed later.

if feature test macros are used to request a conforming namespace,
mcontext_t is replaced with an opaque structure of the equivalent size
and alignment; conforming programs cannot examine its contents anyway.
2012-11-23 14:35:25 -05:00
..
alltypes.h.sh microblaze port 2012-09-29 01:05:31 -04:00
endian.h better support for reverse-endian variants of arm/mips/microblaze 2012-10-18 21:50:55 -04:00
errno.h microblaze port 2012-09-29 01:05:31 -04:00
fcntl.h fcntl.h: O_SEARCH was missing for powerpc 2012-11-18 05:14:40 +01:00
fenv.h microblaze port 2012-09-29 01:05:31 -04:00
float.h microblaze port 2012-09-29 01:05:31 -04:00
io.h fix breakage from introducing bits header for sys/io.h 2012-11-18 19:58:15 -05:00
ioctl.h microblaze port 2012-09-29 01:05:31 -04:00
ipc.h microblaze port 2012-09-29 01:05:31 -04:00
limits.h microblaze port 2012-09-29 01:05:31 -04:00
mman.h microblaze port 2012-09-29 01:05:31 -04:00
msg.h microblaze port 2012-09-29 01:05:31 -04:00
posix.h microblaze port 2012-09-29 01:05:31 -04:00
reg.h microblaze port 2012-09-29 01:05:31 -04:00
setjmp.h microblaze port 2012-09-29 01:05:31 -04:00
shm.h microblaze port 2012-09-29 01:05:31 -04:00
signal.h sigcontext/mcontext cleanup for arch-specific bits 2012-11-23 14:35:25 -05:00
socket.h microblaze port 2012-09-29 01:05:31 -04:00
stat.h fix struct stat size/padding on microblaze 2012-10-19 18:52:14 -04:00
statfs.h microblaze port 2012-09-29 01:05:31 -04:00
stdarg.h microblaze port 2012-09-29 01:05:31 -04:00
stdint.h microblaze port 2012-09-29 01:05:31 -04:00
syscall.h microblaze port 2012-09-29 01:05:31 -04:00
termios.h microblaze port 2012-09-29 01:05:31 -04:00
user.h microblaze port 2012-09-29 01:05:31 -04:00
wchar.h microblaze port 2012-09-29 01:05:31 -04:00