mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
Locking is fixed now.
(Logical change 1.111)
This commit is contained in:
parent
add6b939a0
commit
2f5a4b5679
1 changed files with 2 additions and 0 deletions
2
TODO
2
TODO
|
@ -12,6 +12,8 @@ Testing:
|
|||
|
||||
=== taken care of:
|
||||
|
||||
+ 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!
|
||||
+ implement the remote-lookup of the dynamic registration list
|
||||
+ when doing sigreturn, must restore fp regs (and perhaps other regs) the same
|
||||
|
|
Loading…
Reference in a new issue