summaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 07:52:31 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2005-01-02 07:52:31 +0000
commit8bc09a747fed4c300f335b0bca7723e55fd19091 (patch)
tree9fcf4185c5360e802ff2cef25c68d1cd2b7178d6 /gcc/objc
parentc838448c89657e91d35e22ee3b3686410bf32c74 (diff)
downloadgcc-8bc09a747fed4c300f335b0bca7723e55fd19091.tar.gz
PR c/19031
* c-decl.c (pop_file_scope): Call maybe_apply_pending_pragma_weaks. * c-lang.c (finish_file): Don't do it here. * objc/objc-act.c (objc_finish_file): Likewise. * cgraph.c (decl_assembler_name_equal): New. (cgraph_node_for_asm, cgraph_varpool_node_for_asm): New. (cgraph_varpool_node): Actually link up cgraph_varpool_nodes. * cgraph.h (struct cgraph_varpool_node): Add next. (cgraph_node_for_asm, cgraph_varpool_node_for_asm): Declare. * varasm.c (assemble_alias): Mark the target as needed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/objc-act.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/objc/objc-act.c b/gcc/objc/objc-act.c
index 09525007b9f..e735d55e391 100644
--- a/gcc/objc/objc-act.c
+++ b/gcc/objc/objc-act.c
@@ -603,8 +603,6 @@ objc_finish_file (void)
#ifdef OBJCPLUS
cp_finish_file ();
-#else
- maybe_apply_pending_pragma_weaks ();
#endif
}