gdbserver/linux-ia64-low: fix a build-breaking typo
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 7c862d5513a276365614751d3decd030ccabe04d..946443f07a89a911dc79ff67c19140553372a8ec 100644 (file)
@@ -3906,8 +3906,8 @@ on its own."), &cmdlist);
                        _("Commands for debugging overlays."), &overlaylist,
                        "overlay ", 0, &cmdlist);
 
-  add_com_alias ("ovly", "overlay", class_alias, 1);
-  add_com_alias ("ov", "overlay", class_alias, 1);
+  add_com_alias ("ovly", "overlay", class_support, 1);
+  add_com_alias ("ov", "overlay", class_support, 1);
 
   add_cmd ("map-overlay", class_support, map_overlay_command,
           _("Assert that an overlay section is mapped."), &overlaylist);
This page took 0.037857 seconds and 4 git commands to generate.