From c185387d509d7d66a23d7bdf50b961c0bcbb7781 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Tue, 20 Nov 2001 05:49:35 +0000 Subject: [PATCH] * config/freebsd.h: Remove DEFAULT_VTABLE_THUNKS (again). From-SVN: r47203 --- gcc/ChangeLog | 4 ++++ gcc/config/freebsd.h | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2