summaryrefslogtreecommitdiffstats
path: root/contrib/gcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-01-25 06:58:15 +0000
committerobrien <obrien@FreeBSD.org>2000-01-25 06:58:15 +0000
commitd581a449b91fd82649f5bb0bd2dc14e4d78b19fc (patch)
tree213c2354da5adfea8a1288dc3aefab3b5a330449 /contrib/gcc
parent888adf2a33a8022585f2e796534cc4743e729ea5 (diff)
downloadFreeBSD-src-d581a449b91fd82649f5bb0bd2dc14e4d78b19fc.zip
FreeBSD-src-d581a449b91fd82649f5bb0bd2dc14e4d78b19fc.tar.gz
Do not use "DEFAULT_VTABLE_THUNKS". The bugs that have existed since
EGCS 1.x have not been worked out. And with 4.0 RELEASE comming quickly we need C++ to be stable and usable.
Diffstat (limited to 'contrib/gcc')
-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 95505d8..6381914 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
OpenPOWER on IntegriCloud