TIC6X __c6xabi_DSBT_BASE
[deliverable/binutils-gdb.git] / ld / ldexp.c
index f9dc362930f33b6791186da3544d23c60231fa27..6fa251e79e4b500141d5e851e3c55a6a73629d84 100644 (file)
@@ -1200,6 +1200,9 @@ exp_fold_tree_1 (etree_type *tree)
                  h->u.def.section = expld.result.section;
                  h->linker_def = ! tree->assign.type.lineno;
                  h->ldscript_def = 1;
+                 if (tree->assign.hidden)
+                   bfd_link_hide_symbol (link_info.output_bfd,
+                                         &link_info, h);
 
                  /* Copy the symbol type if this is an expression only
                     referencing a single symbol.  (If the expression
This page took 0.024017 seconds and 4 git commands to generate.