aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-03-24 23:18:44 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2005-03-24 23:18:44 +0000
commitd0b0728350773dcac267f8979f9dab9e602f0e32 (patch)
treedd1060f42afe990000a83eb2cd6b6b8f97ba2b82
parentb6dc550705f6631e85e882a6ebcb79f3c1956071 (diff)
downloadgcc-d0b0728350773dcac267f8979f9dab9e602f0e32.zip
gcc-d0b0728350773dcac267f8979f9dab9e602f0e32.tar.gz
gcc-d0b0728350773dcac267f8979f9dab9e602f0e32.tar.bz2
--text follows this line--
This is the one case in c.opt where 'C++' appeared without 'ObjC++', and it's annoying that it was this important option. Bootstrapped & tested on powerpc-darwin8. (It's actually been tested much more extensively than that internally.) -- - Geoffrey Keating <geoffk@apple.com> ===File ~/patches/gcc-3973957.patch========================= 2005-03-24 Geoffrey Keating <geoffk@apple.com> * c.opt (fvisibility-inlines-hidden): Allow for ObjC++. From-SVN: r97015
-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