summaryrefslogtreecommitdiff
path: root/gcc/config/sparc
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-10 08:08:04 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-10 08:08:04 +0000
commite56ddbecd0ec24f141d0b891be15d93b99c67508 (patch)
treeb926ff3e77fbd1e4b75577c6673a544e2f1189f0 /gcc/config/sparc
parent0101d9ce6b0efe5b5de24e97a1c32768c4cad22e (diff)
downloadgcc-e56ddbecd0ec24f141d0b891be15d93b99c67508.tar.gz
2012-04-10 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 186261 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@186267 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sparc')
-rw-r--r--gcc/config/sparc/sparc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/sparc/sparc.c b/gcc/config/sparc/sparc.c
index 71480f8cf20..5c8e8686a18 100644
--- a/gcc/config/sparc/sparc.c
+++ b/gcc/config/sparc/sparc.c
@@ -10800,6 +10800,7 @@ sparc_file_end (void)
NULL_TREE));
DECL_RESULT (decl) = build_decl (BUILTINS_LOCATION, RESULT_DECL,
NULL_TREE, void_type_node);
+ TREE_PUBLIC (decl) = 1;
TREE_STATIC (decl) = 1;
make_decl_one_only (decl, DECL_ASSEMBLER_NAME (decl));
DECL_VISIBILITY (decl) = VISIBILITY_HIDDEN;