include/elf/
[deliverable/binutils-gdb.git] / include / bfdlink.h
index d27b5388d3b61c9c2c7ed432902d1e96bf6431fd..51c5b15cd68187a497c1b182c6b36b75c657aaba 100644 (file)
@@ -707,8 +707,8 @@ struct bfd_elf_version_expr
   struct bfd_elf_version_expr *next;
   /* Glob pattern.  */
   const char *pattern;
-  /* NULL for a glob pattern, otherwise a straight symbol.  */
-  const char *symbol;
+  /* Set if pattern is not a glob.  */
+  unsigned int literal : 1;
   /* Defined by ".symver".  */
   unsigned int symver : 1;
   /* Defined by version script.  */
This page took 0.022944 seconds and 4 git commands to generate.