Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linux-user: move mips/mips64 signal.c parts to mips directory | Laurent Vivier | 2018-04-30 | 1 | -0/+2 |
| | | | | | | | | | | | | | | No code change, only move code from signal.c to mips/signal.c, except adding includes and exporting setup_frame() and setup_rt_frame(). mips64/signal.c includes mips/signal.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180424192635.6027-19-laurent@vivier.eu> | ||||
* | linux-user: create a dummy per arch signal.c | Laurent Vivier | 2018-04-30 | 1 | -0/+18 |
Create a signal-common.h for future use by these new files and use it in the existing signal.c Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20180424192635.6027-2-laurent@vivier.eu> |