summaryrefslogtreecommitdiffstats
path: root/linux-user/hppa
Commit message (Collapse)AuthorAgeFilesLines
* linux-user: define correct UTS machine name for hppaLaurent Vivier2017-02-071-1/+1
| | | | | | | | | the correct UTS machine name (as expected by systemd) is "parisc", not "hppa". Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20170126080449.28255-4-laurent@vivier.eu> Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA target_signal.h and target_cpu.hRichard Henderson2017-01-232-0/+64
| | | | | | | The cpu.h structure that these manipulate hasn't been defined yet, but we haven't enabled compilation yet either. Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA target_structs.hRichard Henderson2017-01-231-0/+54
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA target_syscall.hRichard Henderson2017-01-231-0/+237
| | | | | | Which is primarily a re-definition of errno numbers. Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA termbits.hRichard Henderson2017-01-231-0/+219
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA syscall numbersRichard Henderson2017-01-231-0/+353
| | | | Signed-off-by: Richard Henderson <rth@twiddle.net>
* linux-user: Add HPPA socket.h definitionsRichard Henderson2017-01-231-0/+97
Split this out into a "cpu/sockbits.h" file now, like we ought to do for all of the other targets. Signed-off-by: Richard Henderson <rth@twiddle.net>