diff options
-rw-r--r-- | usr.bin/pcc/arch/m16c/TODO | 3 | ||||
-rw-r--r-- | usr.bin/pcc/arch/mips/TODO | 9 |
2 files changed, 0 insertions, 12 deletions
diff --git a/usr.bin/pcc/arch/m16c/TODO b/usr.bin/pcc/arch/m16c/TODO deleted file mode 100644 index 3c684f96e6d..00000000000 --- a/usr.bin/pcc/arch/m16c/TODO +++ /dev/null @@ -1,3 +0,0 @@ -$OpenBSD: TODO,v 1.2 2007/09/15 22:04:38 ray Exp $ - -* Mul/Div does not work. diff --git a/usr.bin/pcc/arch/mips/TODO b/usr.bin/pcc/arch/mips/TODO deleted file mode 100644 index 4abe3c373db..00000000000 --- a/usr.bin/pcc/arch/mips/TODO +++ /dev/null @@ -1,9 +0,0 @@ -$OpenBSD: TODO,v 1.2 2007/09/15 22:04:38 ray Exp $ - -* Look at long long support for the new register allocator. - -* Add floating point support. - -* Add support for struct/union arguments and return values. - -* See if the workaround for the function arguments can be removed/rewritten. |