filename | test/include/regdef.h |
changeset | 185:6755a04c447f |
author | nkeynes |
date | Tue Feb 13 08:34:27 2007 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Add tests for FLOAT and FTRC Comment out user-mode exception test (broken) |
file | annotate | diff | log | raw |
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +00001.2 +++ b/test/include/regdef.h Tue Feb 13 08:34:27 2007 +00001.3 @@ -0,0 +1,7 @@1.4 +/* regdef.h -- define register names. */1.5 +1.6 +/* This is a standard include file for MIPS targets. Other target1.7 + probably don't define it, and attempts to include this file will1.8 + fail. */1.9 +1.10 +#include <machine/regdef.h>
.