diff options
author | Loren J. Rittle <ljrittle@acm.org> | 2001-11-26 19:24:09 +0000 |
---|---|---|
committer | Loren J. Rittle <ljrittle@gcc.gnu.org> | 2001-11-26 19:24:09 +0000 |
commit | b0b3cf5e33a0c4fe2dac1ee04e61f179f620ed29 (patch) | |
tree | c09b052760dcdb81e0fd4743ec2039441286d6dc /gcc/config/i386/netbsd-elf.h | |
parent | 79fde587c84b8fb349834a5c9490b1fbea4f2466 (diff) | |
download | gcc-b0b3cf5e33a0c4fe2dac1ee04e61f179f620ed29.tar.gz |
stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
* config/stormy16/stormy16.h: Remove DEFAULT_VTABLE_THUNKS.
* config/i386/netbsd-elf.h: Likewise.
From-SVN: r47349
Diffstat (limited to 'gcc/config/i386/netbsd-elf.h')
-rw-r--r-- | gcc/config/i386/netbsd-elf.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index 2e68315f89e..4f6df1d56ca 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -143,9 +143,6 @@ Boston, MA 02111-1307, USA. */ #undef HAS_INIT_SECTION -#undef DEFAULT_VTABLE_THUNKS -#define DEFAULT_VTABLE_THUNKS 1 - /* This is how we tell the assembler that two symbols have the same value. */ #define ASM_OUTPUT_DEF(FILE,NAME1,NAME2) \ |