]> gcc.gnu.org Git - gcc.git/commitdiff
linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
authorJakub Jelinek <jakub@redhat.com>
Tue, 14 Dec 1999 16:19:53 +0000 (17:19 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 14 Dec 1999 16:19:53 +0000 (17:19 +0100)
* config/sparc/linux64.h (DEFAULT_VTABLE_THUNKS): Define to 1.
(ASM_IDENTIFY_GCC): Remove.

From-SVN: r30924

gcc/ChangeLog
gcc/config/sparc/linux64.h

index 6d72070a5b977aec34ff3a86e138de9ce96c64f5..72179e2e51e6aa446d5dfc108dc5f9b505ce1eea 100644 (file)
@@ -77,6 +77,9 @@ Tue Dec 14 12:07:29 MET 1999  Jan Hubicka  <hubicka@freesoft.cz>
        * 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  <bernds@cygnus.co.uk>
 
        * combine.c (combine_simplify_rtx): Don't make shared rtl.
index 1c6e62ab53a3d2fae9493c72f388bbc2c095066a..d8969a888d4e91b4809ab0012cd9164fc1d4c642 100644 (file)
@@ -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 <sparc/sysv4.h>
 
 #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?),
This page took 0.081202 seconds and 5 git commands to generate.