summaryrefslogtreecommitdiffstats
path: root/target-alpha/vax_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* alpha: Clean up includesPeter Maydell2016-01-291-0/+1
| | | | | | | | | | Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-12-git-send-email-peter.maydell@linaro.org
* target-alpha: Move VAX helpers to a new fileRichard Henderson2015-05-181-0/+353
Keep the IEEE and VAX floating point emulation separate. Signed-off-by: Richard Henderson <rth@twiddle.net>