History log of /seL4-camkes-master/projects/musllibc/arch/powerpc/bits/user.h
Revision Date Author Comments
# 4b75f4ed 25-Nov-2012 Rich Felker <dalias@aerifal.cx>

make sys/procfs.h mostly work on most archs

these structures are purely for use by trace/debug tools and tools
working with core files. the definition of fpregset_t, which was
previously here, has been removed because it was wrong; fpregset_t
should be the type used in mcontext_t, not the type used in
ptrace/core stuff.


# 4acc95e4 23-Nov-2012 Rich Felker <dalias@aerifal.cx>

begin sys/user.h and sys/reg.h fixes for ports

aside from microblaze, these should be roughly correct for all archs
now. some misc junk macros and typedefs are missing, which should
probably be added for max compatibility with trace/debug tools.


# 1c8eb8ba 09-Nov-2012 rofl0r <retnyg@gmx.net>

PPC port cleaned up, static linking works well now.