Introduce basic_safe_range
[deliverable/binutils-gdb.git] / binutils / elfedit.c
index 5c0d711e8b17eb80cb06d381d361e998a63b75a3..da1984e5b1d2a7a83470e1b89812bc6a5ba604bc 100644 (file)
@@ -260,7 +260,10 @@ elf_x86_feature (const char *feature, int enable)
   else if (strcasecmp (feature, "shstk") == 0)
     x86_feature = GNU_PROPERTY_X86_FEATURE_1_SHSTK;
   else
-    return -1;
+    {
+      error (_("Unknown x86 feature: %s\n"), feature);
+      return -1;
+    }
 
   if (enable)
     {
This page took 0.0250359999999999 seconds and 4 git commands to generate.