92afb15310
linux-user/hppa: Fix typo for TARGET_NR_epoll_wait
...
Reviewed-by: Laurent Vivier <laurent@vivier.eu >
Signed-off-by: Helge Deller <deller@gmx.de >
Message-Id: <20170311100543.GA29669@ls3530.fritz.box >
Signed-off-by: Richard Henderson <rth@twiddle.net >
Signed-off-by: Riku Voipio <riku.voipio@linaro.org >
2017-11-07 21:58:13 +02:00
fc37dcfe1a
linux-user/hppa: Fix cpu_clone_regs
...
By failing to return from the syscall in the child, the child
issues another clone syscall and hilarity ensues.
Signed-off-by: Richard Henderson <rth@twiddle.net >
Signed-off-by: Riku Voipio <riku.voipio@linaro.org >
2017-11-07 21:58:12 +02:00
3d96995dec
linux-user: define correct UTS machine name for hppa
...
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 >
2017-02-06 18:24:40 -08:00
925ccf3236
linux-user: Add HPPA target_signal.h and target_cpu.h
...
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 >
2017-01-23 09:52:39 -08:00
22991d19ab
linux-user: Add HPPA target_structs.h
...
Signed-off-by: Richard Henderson <rth@twiddle.net >
2017-01-23 09:52:39 -08:00
b9490f5a94
linux-user: Add HPPA target_syscall.h
...
Which is primarily a re-definition of errno numbers.
Signed-off-by: Richard Henderson <rth@twiddle.net >
2017-01-23 09:52:39 -08:00
9cad44ac6c
linux-user: Add HPPA termbits.h
...
Signed-off-by: Richard Henderson <rth@twiddle.net >
2017-01-23 09:52:39 -08:00
8ee78dece0
linux-user: Add HPPA syscall numbers
...
Signed-off-by: Richard Henderson <rth@twiddle.net >
2017-01-23 09:52:39 -08:00
8b4c32ae43
linux-user: Add HPPA socket.h definitions
...
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 >
2017-01-23 09:52:39 -08:00