aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog2
-rw-r--r--gcc/c.opt2
2 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 50f3344..e36d1b2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -6,6 +6,8 @@
2005-03-24 Geoffrey Keating <geoffk@apple.com>
+ * c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
+
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
diff --git a/gcc/c.opt b/gcc/c.opt
index dbeffaa..5613dd4 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -655,7 +655,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