summaryrefslogtreecommitdiff
path: root/libhurd-mm/ChangeLog
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2009-01-16 20:29:53 +0100
committerNeal H. Walfield <neal@gnu.org>2009-01-16 20:29:53 +0100
commit992370c0219936911f3bba6c62b00c886ecae392 (patch)
tree8af49a492e8bb5c6ef3c9c0bf83598c47219d76a /libhurd-mm/ChangeLog
parent2de1c73d703c75a9f820b1134ca72b3c67f1083c (diff)
Add macros to print the register file. Use them.
hurd/ 2009-01-16 Neal H. Walfield <neal@gnu.org> * thread.h (AF_REGS_FMT): New macro. (AF_REGS_PRINTF): Likewise. libhurd-mm/ 2009-01-16 Neal H. Walfield <neal@gnu.org> * exceptions.c (hurd_activation_stack_dump): Use AF_REGS_FMT and AF_REGS_PRINTF rather than naming the registers explicitly. (hurd_activation_handler_normal): Likewise.
Diffstat (limited to 'libhurd-mm/ChangeLog')
-rw-r--r--libhurd-mm/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libhurd-mm/ChangeLog b/libhurd-mm/ChangeLog
index e72d016..121e73c 100644
--- a/libhurd-mm/ChangeLog
+++ b/libhurd-mm/ChangeLog
@@ -1,5 +1,11 @@
2009-01-16 Neal H. Walfield <neal@gnu.org>
+ * exceptions.c (hurd_activation_stack_dump): Use AF_REGS_FMT and
+ AF_REGS_PRINTF rather than naming the registers explicitly.
+ (hurd_activation_handler_normal): Likewise.
+
+2009-01-16 Neal H. Walfield <neal@gnu.org>
+
* mm-init.c (mm_init) [!NDEBUG && i386]: Clear STORAGE and assert
that it is not VG_ADDR_VOID before freeing the associated storage.
Assert that the fault callback was called.