1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-24 05:35:18 +02: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:
hp.com!davidm 2004-07-15 17:39:59 +00:00
parent e304af835f
commit f797563bcb

7
TODO
View file

@ -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