mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
Update.
(Logical change 1.139)
This commit is contained in:
parent
3dba28237d
commit
9240efe4a9
1 changed files with 3 additions and 4 deletions
7
TODO
7
TODO
|
@ -1,7 +1,3 @@
|
||||||
- man-page for _U_dyn_cancel()
|
|
||||||
- man-page for _U_dyn_register()
|
|
||||||
- man-page for unw_is_fpreg()
|
|
||||||
|
|
||||||
Testing:
|
Testing:
|
||||||
- ensure that saving r4-r7 in a stacked register properly preserves
|
- ensure that saving r4-r7 in a stacked register properly preserves
|
||||||
the NaT bit, even in the face of register-rotation
|
the NaT bit, even in the face of register-rotation
|
||||||
|
@ -12,6 +8,9 @@ Testing:
|
||||||
|
|
||||||
=== taken care of:
|
=== 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
|
+ global data is not protected by a lock; causes problems if two threads
|
||||||
call ia64_init() at almost the same time
|
call ia64_init() at almost the same time
|
||||||
+ cache the value of *cfm_loc; each rotate_FOO() call needs it!
|
+ cache the value of *cfm_loc; each rotate_FOO() call needs it!
|
||||||
|
|
Loading…
Reference in a new issue