Module Name: src
Committed By: pgoyette
Date: Sat Sep 8 23:39:21 UTC 2018
Modified Files:
src/doc [pgoyette-compat]: COMPAT-branch-notes
Log Message:
Add a note regarding possible future investigation of the .a vs .o
compat library mechanisms.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.23 -r1.1.2.24 src/doc/COMPAT-branch-notes
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/COMPAT-branch-notes
diff -u src/doc/COMPAT-branch-notes:1.1.2.23 src/doc/COMPAT-branch-notes:1.1.2.24
--- src/doc/COMPAT-branch-notes:1.1.2.23 Fri Sep 7 23:32:29 2018
+++ src/doc/COMPAT-branch-notes Sat Sep 8 23:39:21 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: COMPAT-branch-notes,v 1.1.2.23 2018/09/07 23:32:29 pgoyette Exp $ */
+/* $NetBSD: COMPAT-branch-notes,v 1.1.2.24 2018/09/08 23:39:21 pgoyette Exp $ */
DONE
----
@@ -97,3 +97,7 @@ TODO - Not required for branch merge
COMPAT module on HEAD, so lack of integration on the branch is not a
regression.
+6. Even though the build mechanism has been switched back to using a
+ .a compat library, it might be useful to make it work with the .o
+ library.
+