darwin: handle recent version of dyld
[deliverable/binutils-gdb.git] / gold / symtab.h
index e50411f4fb60577ff552ff326efce110705744c3..b06c7b4b18c2dd01b98c01b47cfcf8da6f42ca28 100644 (file)
@@ -259,6 +259,11 @@ class Symbol
   nonvis() const
   { return this->nonvis_; }
 
+  // Set the non-visibility part of the st_other field.
+  void
+  set_nonvis(unsigned int nonvis)
+  { this->nonvis_ = nonvis; }
+
   // Return whether this symbol is a forwarder.  This will never be
   // true of a symbol found in the hash table, but may be true of
   // symbol pointers attached to object files.
This page took 0.023362 seconds and 4 git commands to generate.