bfd/
[deliverable/binutils-gdb.git] / gold / target-select.h
index 0762d58f73417dde3509fcf945aed1ef4c16b60f..8ccd75fac757317eab79a9ec88a05a5ce273b16b 100644 (file)
@@ -29,7 +29,7 @@ class Target_selector
 
   // If we can handle this target, return a pointer to a target
   // structure.  The size and endianness are known.
-  virtual Target* recognize(int machine, int osabi, int abiversion) const = 0;
+  virtual Target* recognize(int machine, int osabi, int abiversion) = 0;
 
   // Return the next Target_selector in the linked list.
   Target_selector*
This page took 0.02269 seconds and 4 git commands to generate.