Linux process record and replay support.
[deliverable/binutils-gdb.git] / gold / parameters.h
index ce165dd9d14e88d9b418bee0708f2411f522d87f..921a990efa46e13be2255d93e3c867378f25303c 100644 (file)
@@ -103,6 +103,10 @@ class Parameters
   const Target&
   default_target() const;
 
+  // Return true if TARGET is compatible with the current target.
+  bool
+  is_compatible_target(const Target*) const;
+
   bool
   doing_static_link() const
   {
This page took 0.023459 seconds and 4 git commands to generate.