+2004-08-03 Mike Stump <mrs@apple.com>
+
+ * config/darwin-c.c: Don't search in "/Local/Library/Frameworks"
+ for frameworks.
+ * doc/invoke.texi (Darwin Options): Update to reflect above.
+
2004-08-03 Roger Sayle <roger@eyesopen.com>
PR middle-end/16790
framework, a warning will be issued if this is violated. Currently a
subframework cannot have subframeworks, in the future, the mechanism
may be extended to support this. The standard frameworks can be found
-in @samp{"/System/Library/Frameworks"}, @samp{"/Library/Frameworks"}
-and @samp{"/Local/Library/Frameworks"}. An example include looks like
+in @samp{"/System/Library/Frameworks"} and
+@samp{"/Library/Frameworks"}. An example include looks like
@code{#include <Framework/header.h>}, where @samp{Framework} denotes
the name of the framework and header.h is found in the
@samp{"PrivateHeaders"} or @samp{"Headers"} directory.