aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-01-25 06:58:15 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-01-25 06:58:15 +0000
commit7885e8b5d8499b0489216fb4cd980be9e609de8d (patch)
tree71c0c828a6f27003933e381999bbc8a494436275
parent8dc7582ba5b22eda8a11d82983ab709f2bdca0a8 (diff)
Notes
-rw-r--r--contrib/gcc/config/freebsd.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/gcc/config/freebsd.h b/contrib/gcc/config/freebsd.h
index 95505d8f3a47..638191415dbc 100644
--- a/contrib/gcc/config/freebsd.h
+++ b/contrib/gcc/config/freebsd.h
@@ -89,11 +89,10 @@ Boston, MA 02111-1307, USA. */
libraries compiled with the native cc. */
#undef NO_DOLLAR_IN_LABEL
-/* Use more efficient ``thunks'' to implement C++ vtables. XXX note that
- this setting is claimed to have a few bugs by the EGCS maintainers. They
- believe the bugs will be worked out in EGCS 1.2. */
+/* Do not use ``thunks'' to implement C++ vtables. This method still has
+ fatal bugs. Also, GCC 3.0 will have a new C++ ABI that may not even
+ support `thunks'. */
#undef DEFAULT_VTABLE_THUNKS
-#define DEFAULT_VTABLE_THUNKS 1
/* This is BSD, so we want the DBX format. */
#define DBX_DEBUGGING_INFO