diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 50f33446bb6..e36d1b225af 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 dbeffaaaf4d..5613dd49d37 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