PR gold/12952
[deliverable/binutils-gdb.git] / gold / parameters.h
index f9022ae1a9661092abba97ca51fc945d094da643..786750300712a4cdb148604b9652a452da3ca052 100644 (file)
@@ -134,6 +134,10 @@ class Parameters
     return debug_;
   }
 
+  // Return the name of the entry symbol.
+  const char*
+  entry() const;
+
   // A convenience routine for combining size and endianness.  It also
   // checks the HAVE_TARGET_FOO configure options and dies if the
   // current target's size/endianness is not supported according to
This page took 0.023868 seconds and 4 git commands to generate.