mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-24 00:07:39 +01:00
Update.
(Logical change 1.241)
This commit is contained in:
parent
8f4a9df420
commit
bc22c6ecf2
1 changed files with 7 additions and 7 deletions
14
TODO
14
TODO
|
@ -1,10 +1,3 @@
|
||||||
- According to Nicholas S. Wourms <nwourms@netscape.net>, adding this to the
|
|
||||||
Makefile.am:
|
|
||||||
AUTOMAKE_OPTIONS = 1.6 subdir-objects
|
|
||||||
ensures that object-files are build in separate subdirectories and that
|
|
||||||
in turn makes it possible for source files in different directories to
|
|
||||||
have the same filename, thus avoiding the need for those ugly -x86, -ia64, etc.,
|
|
||||||
postfixes.
|
|
||||||
- Update the libunwind man page for the new/fixed cache-flushing behavior.
|
- Update the libunwind man page for the new/fixed cache-flushing behavior.
|
||||||
Effectively, that unw_flush_cache() doesn't have to be called by
|
Effectively, that unw_flush_cache() doesn't have to be called by
|
||||||
applications except for extraordinary circumstances (e.g., if application
|
applications except for extraordinary circumstances (e.g., if application
|
||||||
|
@ -24,6 +17,13 @@ Testing:
|
||||||
register rotation
|
register rotation
|
||||||
+ on Linux, test access to f32-f127 in a signal handler (e.g., verify
|
+ on Linux, test access to f32-f127 in a signal handler (e.g., verify
|
||||||
that fph partition gets initialized properly)
|
that fph partition gets initialized properly)
|
||||||
|
+ According to Nicholas S. Wourms <nwourms@netscape.net>, adding this to the
|
||||||
|
Makefile.am:
|
||||||
|
AUTOMAKE_OPTIONS = 1.6 subdir-objects
|
||||||
|
ensures that object-files are build in separate subdirectories and that
|
||||||
|
in turn makes it possible for source files in different directories to
|
||||||
|
have the same filename, thus avoiding the need for those ugly -x86, -ia64,
|
||||||
|
etc., postfixes.
|
||||||
+ Switch ia64 (and rest over) to using Debug() instead of debug()
|
+ Switch ia64 (and rest over) to using Debug() instead of debug()
|
||||||
+ implement non-local versions of dwarf_readXX()
|
+ implement non-local versions of dwarf_readXX()
|
||||||
+ consolidate mostly architecture-independent code such as
|
+ consolidate mostly architecture-independent code such as
|
||||||
|
|
Loading…
Reference in a new issue