summaryrefslogtreecommitdiff
path: root/libhurd-mm
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-17 14:17:15 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-17 14:17:15 +0100
commit6375b6cdd0732bfc3f9a1cca5a2e03f44eef8ec5 (patch)
tree5525aaff51d12648643aca37b406c5daef9bc358 /libhurd-mm
parent9f836a41f30e7156d745dddd83b802356ad1d980 (diff)
Move activation interface definitions to libviengoos.
hurd/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * exceptions.h: Don't include <viengoos/cap.h> or <l4/space.h>. Include <viengoos/addr.h>. (ACTIVATION_fault, activation_method_id_string) (struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT) (ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here... * ../libviengoos/viengoos/thread.h: ... to here. libhurd-mm/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * ia32-exception-entry.S: Don't include <hurd/exceptions.h>. Include <hurd/stddef.h>. libviengoos/ 2008-12-17 Neal H. Walfield <neal@gnu.org> * ../hurd/exceptions.h (ACTIVATION_fault, activation_method_id_string) (struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT) (ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here... * viengoos/thread.h: ... to here.
Diffstat (limited to 'libhurd-mm')
-rw-r--r--libhurd-mm/ChangeLog5
-rw-r--r--libhurd-mm/ia32-exception-entry.S2
2 files changed, 6 insertions, 1 deletions
diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog
index fe90da8..a88e681 100644
--- a/libhurd-mm/ChangeLog
+++ b/libhurd-mm/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-17 Neal H. Walfield <neal@gnu.org>
+
+ * ia32-exception-entry.S: Don't include <hurd/exceptions.h>.
+ Include <hurd/stddef.h>.
+
2008-12-16 Neal H. Walfield <neal@gnu.org>
* ia32-exception-entry.S (UTCB_SAVED_THREAD_STATE): Don't define.
diff --git a/libhurd-mm/ia32-exception-entry.S b/libhurd-mm/ia32-exception-entry.S
index f4212bf..04f38ce 100644
--- a/libhurd-mm/ia32-exception-entry.S
+++ b/libhurd-mm/ia32-exception-entry.S
@@ -18,7 +18,7 @@
along with this program. If not, see
<http://www.gnu.org/licenses/>. */
-#include <hurd/exceptions.h>
+#include <hurd/stddef.h>
.text