mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 07:37:38 +01:00
- Make a note that we can avoid using unique filenames by playing
with AUTOMAKE_OPTIONS, as pointed out by Nicholas Wourms. (Logical change 1.239)
This commit is contained in:
parent
e304af835f
commit
f797563bcb
1 changed files with 7 additions and 0 deletions
7
TODO
7
TODO
|
@ -1,3 +1,10 @@
|
|||
- 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.
|
||||
Effectively, that unw_flush_cache() doesn't have to be called by
|
||||
applications except for extraordinary circumstances (e.g., if application
|
||||
|
|
Loading…
Reference in a new issue