diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-12-03 21:50:21 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:58 +0200 |
commit | 5507b361044db9036a96b42f991972c9d3ea0494 (patch) | |
tree | be5ce87e8a2d6f7c1b1cb7f7ee47a5e8730c00c1 /DEVELOPMENT | |
parent | 96c01087a657dfc1c877b63e9e6b0f45c37b9c78 (diff) |
2006-12-03 Thomas Schwinge <tschwinge@gnu.org>
[patch #5019 --- ``Remove checks for continuations'']
* DEVELOPMENT: Document the removal.
* i386/configfrag.ac (CONTINUATIONS): Don't define.
2006-12-03 Leonardo Lopes Pereira <leonardolopespereira@gmail.com>
[patch #5019 --- ``Remove checks for continuations'']
* ipc/mach_msg.c: Adopt all users of CONTINUATIONS as if it were always
defined.
* kern/eventcount.c: Likewise.
* kern/ipc_sched.c: Likewise.
* kern/syscall_subr.c: Likewise.
* vm/vm_fault.c: Likewise.
* vm/vm_pageout.c: Likewise.
* vm/vm_resident.c: Likewise.
Diffstat (limited to 'DEVELOPMENT')
-rw-r--r-- | DEVELOPMENT | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DEVELOPMENT b/DEVELOPMENT index ac97b1c..ea02322 100644 --- a/DEVELOPMENT +++ b/DEVELOPMENT @@ -44,6 +44,9 @@ Support for PS2, i860, iPSC 386/860 and MB1/MB2/EXL was removed on Support for the old ipc interface, MACH_IPC_COMPAT, was removed on 2006-12-03. <http://savannah.gnu.org/patch/?5017>. +Support for building without CONTINUATIONS was removed on 2006-12-03. +<http://savannah.gnu.org/patch/?5019>. + 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. |