From: geoffk Date: Thu, 24 Mar 2005 23:18:44 +0000 (+0000) Subject: --text follows this line-- X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63325074292b0868da0512276adcc606e7eaf41f;p=thirdparty%2Fgcc.git --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 ===File ~/patches/gcc-3973957.patch========================= 2005-03-24 Geoffrey Keating * c.opt (fvisibility-inlines-hidden): Allow for ObjC++. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@97015 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50f33446bb62..e36d1b225af7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -6,6 +6,8 @@ 2005-03-24 Geoffrey Keating + * 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 dbeffaaaf4d2..5613dd49d373 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