aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-03-19 03:14:30 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-03-19 03:14:30 +0000
commitea1ec8a0105eb5bec949085f47be58324c1ad0c2 (patch)
treed5461cc585396d8a3cdce360cf21a03747037027
parent1b28b79334845a60f9f942a6a29e04b1552b57b0 (diff)
Allow objc++ to use -fvisibility-inlines-hidden.
Bug #: 3973957 Reviewed by: mstump git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-tiger-release-branch@96716 138bc75d-0d04-0410-961f-82ee72b054a4
-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