summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authormostang.com!davidm <mostang.com!davidm>2003-12-10 07:14:38 +0000
committermostang.com!davidm <mostang.com!davidm>2003-12-10 07:14:38 +0000
commit9240efe4a904ff8b1c93bdca1bdb129df9585fc9 (patch)
tree58b21873f30ec7f9754c53e3e9ca12f6c122cecf /TODO
parent3dba28237dbfbdade6a7683c3b0cb3ab12f1bba3 (diff)
downloadlibunwind-9240efe4a904ff8b1c93bdca1bdb129df9585fc9.tar.gz
Update.
(Logical change 1.139)
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5bc82b03..a5faabab 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,3 @@
-- man-page for _U_dyn_cancel()
-- man-page for _U_dyn_register()
-- man-page for unw_is_fpreg()
-
Testing:
- ensure that saving r4-r7 in a stacked register properly preserves
the NaT bit, even in the face of register-rotation
@@ -12,6 +8,9 @@ Testing:
=== taken care of:
++ man-page for unw_is_fpreg()
++ man-page for _U_dyn_cancel()
++ man-page for _U_dyn_register()
+ global data is not protected by a lock; causes problems if two threads
call ia64_init() at almost the same time
+ cache the value of *cfm_loc; each rotate_FOO() call needs it!