commit | da30d85c2e965e829a03edb3e77de0e06203a6db | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Dec 05 19:42:18 2011 +0000 |
committer | Peter Maydell <peter.maydell@linaro.org> | Mon Dec 05 19:42:59 2011 +0000 |
tree | 8ff5e547ebb9136d35feb66122f9c0edaea5e456 | |
parent | 8ce9aaecdf14f86d785d4f5fe3a9206c96c14c15 [diff] |
linux-user: Pull target-specific signal.c code into separate files Pull target-specific code out of signal.c ifdefs into individual foo/target_signal.c files. TODO: * have a first patch which purely moves text and uses #include * second patch then does the changes needed to build target_signal.c as a separate object file