summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorhp.com!davidm <hp.com!davidm>2004-07-15 17:39:59 +0000
committerhp.com!davidm <hp.com!davidm>2004-07-15 17:39:59 +0000
commitf797563bcb25815df8e042f39140935f4c328179 (patch)
treea3e6d1f8d46e1963eb708767b22f8fee03b980d6 /TODO
parente304af835f8ed62688d1a5715660099ab1047424 (diff)
downloadlibunwind-f797563bcb25815df8e042f39140935f4c328179.tar.gz
- 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)
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index 7313ad8b..df9fda08 100644
--- a/TODO
+++ b/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