mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
Update.
(Logical change 1.186)
This commit is contained in:
parent
2a302e5148
commit
81570a9980
1 changed files with 7 additions and 8 deletions
15
TODO
15
TODO
|
@ -8,16 +8,15 @@
|
|||
- for DWARF 2, use a dummy CIE entry with an augmentation that
|
||||
provides the dyn-info-list-address
|
||||
|
||||
Testing:
|
||||
- ensure that saving r4-r7 in a stacked register properly preserves
|
||||
the NaT bit, even in the face of register-rotation
|
||||
- ensure that IA64_INSN_MOVE_STACKED works correctly in the face of
|
||||
register rotation
|
||||
- on Linux, test access to f32-f127 in a signal handler (e.g., verify
|
||||
that fph partition gets initialized properly)
|
||||
|
||||
=== taken care of:
|
||||
|
||||
Testing:
|
||||
+ ensure that saving r4-r7 in a stacked register properly preserves
|
||||
the NaT bit, even in the face of register-rotation
|
||||
+ ensure that IA64_INSN_MOVE_STACKED works correctly in the face of
|
||||
register rotation
|
||||
+ on Linux, test access to f32-f127 in a signal handler (e.g., verify
|
||||
that fph partition gets initialized properly)
|
||||
+ Switch ia64 (and rest over) to using Debug() instead of debug()
|
||||
+ implement non-local versions of dwarf_readXX()
|
||||
+ consolidate mostly architecture-independent code such as
|
||||
|
|
Loading…
Reference in a new issue