aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/c.opt2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6816b7e51af..799709b85dd 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-18 Geoffrey Keating <geoffk@apple.com>
+
+ * c.opt (fvisibility-inlines-hidden): Allow for objc++.
+
2005-03-02 Geoffrey Keating <geoffk@apple.com>
* config/darwin8.h (LIB_SPEC): Switch -lmx and -lSystem.
diff --git a/gcc/c.opt b/gcc/c.opt
index 6191f822494..b29f5ba0340 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -812,7 +812,7 @@ C++ ObjC++
Use __cxa_atexit to register destructors
fvisibility-inlines-hidden
-C++
+C++ ObjC++
Marks all inlined methods as having hidden visibility
fvtable-gc