diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-07 18:01:23 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2007-10-07 18:01:23 +0000 |
commit | 4a32265435490f2ee71f2ccf092628aeeaa3bc69 (patch) | |
tree | 19e94f14093b66090eb77a72d0f8f55c810b54b7 /usr.bin | |
parent | 14b353bdf99a61b29314822d06fff3f7250019ac (diff) |
garbage collect a few files
Diffstat (limited to 'usr.bin')
-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. |