From: jakub Date: Tue, 14 Dec 1999 16:19:53 +0000 (+0000) Subject: * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1. X-Git-Tag: upstream/4.9.2~104179 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2db58f9014411a10abb17a753287d7d11c815288;p=platform%2Fupstream%2Flinaro-gcc.git * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1. (ASM_IDENTIFY_GCC): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30924 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6d72070..72179e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -77,6 +77,9 @@ Tue Dec 14 12:07:29 MET 1999 Jan Hubicka * glimits.h: Likewise. * longlong.h: Likewise. + * config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1. + (ASM_IDENTIFY_GCC): Remove. + 1999-12-14 Bernd Schmidt * combine.c (combine_simplify_rtx): Don't make shared rtl. diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 1c6e62a..d8969a8 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -26,6 +26,9 @@ Boston, MA 02111-1307, USA. */ /* Don't assume anything about the header files. */ #define NO_IMPLICIT_EXTERN_C +#undef DEFAULT_VTABLE_THUNKS +#define DEFAULT_VTABLE_THUNKS 1 + #include #undef MD_EXEC_PREFIX @@ -329,11 +332,6 @@ do { \ #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \ sprintf (LABEL, "*.L%s%d", PREFIX, NUM) -/* Stabs doesn't use this, and it confuses a simulator. */ -/* ??? Need to see what DWARF needs, if anything. */ -#undef ASM_IDENTIFY_GCC -#define ASM_IDENTIFY_GCC(FILE) - /* Define the names of various pseudo-ops used by the Sparc/svr4 assembler. ??? If ints are 64 bits then UNALIGNED_INT_ASM_OP (defined elsewhere) is misnamed. These should all refer to explicit sizes (half/word/xword?),