diff options
author | H.J. Lu <hjl@gnu.ai.mit.edu> | 1997-08-27 15:24:31 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-08-27 09:24:31 -0600 |
commit | 33d2808ba7921908568d9b6d992d1626a3c6c840 (patch) | |
tree | ea34311e98476511789641513e23af98eb2f1139 /gcc | |
parent | bdcaf7735e48f2384a3e3a9d2b32468d4079eb69 (diff) | |
download | gcc-33d2808ba7921908568d9b6d992d1626a3c6c840.zip gcc-33d2808ba7921908568d9b6d992d1626a3c6c840.tar.gz gcc-33d2808ba7921908568d9b6d992d1626a3c6c840.tar.bz2 |
Remove last change to alpha/linux.
Remove last change to alpha/linux. It was incorrect according to Richard
Henderson.
From-SVN: r14964
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/alpha/linux.h | 3 |
2 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e44d4d0..0483a4f 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 3de3a9b..4dbc650 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 |