]> gcc.gnu.org Git - gcc.git/commitdiff
Do not give an error for __attribute__((weak)) on systems that do not support it.
authorMichael Meissner <meissner@gcc.gnu.org>
Tue, 18 Apr 1995 18:59:29 +0000 (18:59 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Tue, 18 Apr 1995 18:59:29 +0000 (18:59 +0000)
From-SVN: r9411

gcc/varasm.c

index 4ea82fcb5936d71630de85ef6332d81ab1a4a280..cdda400ad65796de1914ab0c727e29001fff6a0f 100644 (file)
@@ -3973,9 +3973,6 @@ declare_weak (decl)
     handle_pragma_weak (ps_name,
                        IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
                        NULL_PTR);
-
-#else
-  error ("weak declarations are not supported in this configuration");
 #endif
 }
 
This page took 0.080579 seconds and 5 git commands to generate.