summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits/user.h
AgeCommit message (Collapse)AuthorLines
2012-11-25make sys/procfs.h mostly work on most archsRich Felker-0/+11
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.
2012-11-23begin sys/user.h and sys/reg.h fixes for portsRich Felker-37/+11
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.
2012-11-13PPC port cleaned up, static linking works well now.rofl0r-0/+40