bfd/
[deliverable/binutils-gdb.git] / gold / target-select.cc
index 28b75277809677a9837bacf45ca8ab18a0a68a2e..d15d0e346d1d15d307c248f1038f26b0d2a92ef2 100644 (file)
@@ -34,7 +34,7 @@ extern Target*
 select_target(int machine, int size, bool big_endian, int osabi,
              int abiversion)
 {
-  for (const Target_selector* p = target_selectors; p != NULL; p = p->next())
+  for (Target_selector* p = target_selectors; p != NULL; p = p->next())
     {
       int pmach = p->machine();
       if ((pmach == machine || pmach == elfcpp::EM_NONE)
This page took 0.023237 seconds and 4 git commands to generate.