aboutsummaryrefslogtreecommitdiff
path: root/gold/target-select.h
diff options
context:
space:
mode:
Diffstat (limited to 'gold/target-select.h')
-rw-r--r--gold/target-select.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/target-select.h b/gold/target-select.h
index 0762d58..8ccd75f 100644
--- a/gold/target-select.h
+++ b/gold/target-select.h
@@ -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*