Copying symbol type in ld script assignments
[deliverable/binutils-gdb.git] / ld / ldexp.h
index 5ff0fa0a1fc6105fd0acacce62ecf82d968b3ec9..189570aaf72a92e4466269f472c27abb8f166383 100644 (file)
@@ -163,6 +163,11 @@ struct ldexp_control {
      does the false branch of a trinary expression.  */
   const char *assign_name;
 
+  /* If evaluating an assignment, the source if it is an expression
+     referencing single etree_name NAME, or a trinary expression where
+     the true branch references a single etree_name NAME.  */
+  struct bfd_link_hash_entry *assign_src;
+
   /* Working results.  */
   etree_value_type result;
   bfd_vma dot;
This page took 0.023043 seconds and 4 git commands to generate.