From: Loren J. Rittle Date: Tue, 20 Nov 2001 05:49:35 +0000 (+0000) Subject: * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c185387d509d7d66a23d7bdf50b961c0bcbb7781;p=gcc.git * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). From-SVN: r47203 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 088a1decbc1..4763acb8185 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-11-19 Loren J. Rittle + + * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). + 2001-11-19 Kaveh R. Ghazi * 1750a.md: Don't use hex format for a const_int. diff --git a/gcc/config/freebsd.h b/gcc/config/freebsd.h index 949be895c80..779b7e97141 100644 --- a/gcc/config/freebsd.h +++ b/gcc/config/freebsd.h @@ -209,10 +209,6 @@ is built with the --enable-threads configure-time option.} \ #undef HANDLE_SYSV_PRAGMA #define HANDLE_SYSV_PRAGMA -/* Use more efficient ``thunks'' to implement C++ vtables. */ -#undef DEFAULT_VTABLE_THUNKS -#define DEFAULT_VTABLE_THUNKS 1 - /************************[ Assembler stuff ]********************************/ #undef IDENT_ASM_OP