diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-01-02 09:02:49 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:00 +0200 |
commit | 43d52b0c3fef5494616a52589ae48e0f402592d5 (patch) | |
tree | e8c21ca11cc06e3f00d57d72c0c74f4145c97610 /DEVELOPMENT | |
parent | bc3212cc1f9315c1189b1ffc93b1e0457bc8f11b (diff) |
2007-01-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
Drop old and broken support for Olivetti XP7 & XP9
* i386/intel/pma.c [ORC] (OLIVETTICACHE): Remove macro.
[OLIVETTICACHE] (pstart): Remove declaration.
(CACHE_LINE, CACHE_SIZE, CACHE_PAGE, WRITE_PTE, WRITE_PTE_FAST): Remove
macros.
[OLIVETTICACHE] (write_pte): Remove function.
* DEVELOPMENT: Document the removal.
Diffstat (limited to 'DEVELOPMENT')
-rw-r--r-- | DEVELOPMENT | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DEVELOPMENT b/DEVELOPMENT index ea02322..1a3d43f 100644 --- a/DEVELOPMENT +++ b/DEVELOPMENT @@ -47,6 +47,12 @@ Support for the old ipc interface, MACH_IPC_COMPAT, was removed on 2006-12-03. Support for building without CONTINUATIONS was removed on 2006-12-03. <http://savannah.gnu.org/patch/?5019>. +Support for FP emulation was removed on 2006-12-13. +http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00031.html + +Support for Olivetti XP7 & XP9 was removed on 2007-01-02. +http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00107.html + Be sure to check the ChangeLog and have a look at the repository at that tag's state if you want to work on those parts of GNU Mach. |