From 33d2808ba7921908568d9b6d992d1626a3c6c840 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 27 Aug 1997 15:24:31 +0000 Subject: [PATCH] Remove last change to alpha/linux. Remove last change to alpha/linux. It was incorrect according to Richard Henderson. From-SVN: r14964 --- gcc/ChangeLog | 4 +--- gcc/config/alpha/linux.h | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e44d4d07883..0483a4f8e25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,9 +8,7 @@ Wed Aug 27 01:24:25 1997 H.J. Lu (hjl@gnu.ai.mit.edu) * config/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if USE_GNULIBC_1 is not defined. - * config/alpha/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined - as 1. - * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): Ditto. + * config/rs6000/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1. * config/sparc/linux.h (DEFAULT_VTABLE_THUNKS): New. Defined as 1 if USE_GNULIBC_1 is not defined. diff --git a/gcc/config/alpha/linux.h b/gcc/config/alpha/linux.h index 3de3a9b59ad..4dbc65025cf 100644 --- a/gcc/config/alpha/linux.h +++ b/gcc/config/alpha/linux.h @@ -48,9 +48,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef ASM_SPEC #define ASM_SPEC "-nocpp" -#undef DEFAULT_VTABLE_THUNKS -#define DEFAULT_VTABLE_THUNKS 1 - /* Can't do stabs */ #undef SDB_DEBUGGING_INFO -- 2.30.2