Commit d0b07283 by Geoffrey Keating Committed by Geoffrey Keating

--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
parent b6dc5507
...@@ -6,6 +6,8 @@ ...@@ -6,6 +6,8 @@
2005-03-24 Geoffrey Keating <geoffk@apple.com> 2005-03-24 Geoffrey Keating <geoffk@apple.com>
* c.opt (fvisibility-inlines-hidden): Allow for ObjC++.
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE. MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
......
...@@ -655,7 +655,7 @@ C++ ObjC++ ...@@ -655,7 +655,7 @@ C++ ObjC++
Use __cxa_atexit to register destructors Use __cxa_atexit to register destructors
fvisibility-inlines-hidden fvisibility-inlines-hidden
C++ C++ ObjC++
Marks all inlined methods as having hidden visibility Marks all inlined methods as having hidden visibility
fvtable-gc fvtable-gc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment