From f821b74fc8baaaea80e42fe54fb9e7765f89bfff Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Thu, 28 Apr 2016 19:47:05 -0700 Subject: remove defaults.h --- gcc/varasm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/varasm.c') diff --git a/gcc/varasm.c b/gcc/varasm.c index 45d36dd..9dbb277 100755 --- a/gcc/varasm.c +++ b/gcc/varasm.c @@ -38,7 +38,6 @@ Boston, MA 02111-1307, USA. */ #include "output.h" #include "hard-reg-set.h" #include "regs.h" -#include "defaults.h" #include "real.h" #include "toplev.h" #include "obstack.h" @@ -3983,7 +3982,7 @@ declare_weak (decl) error_with_decl (decl, "weak declaration of `%s' must be public"); else if (TREE_ASM_WRITTEN (decl)) error_with_decl (decl, "weak declaration of `%s' must precede definition"); - else if (SUPPORTS_WEAK) + else DECL_WEAK (decl) = 1; } -- cgit v1.2.3