* osabi.c (_initialize_gdb_osabi): Don't return before registering

the 'set osabi' and 'show osabi' commands.
This commit is contained in:
Jim Blandy
2003-11-20 18:37:20 +00:00
parent 6882279b13
commit 515cc92ea5
2 changed files with 5 additions and 2 deletions

View File

@@ -593,8 +593,6 @@ _initialize_gdb_osabi (void)
bfd_target_elf_flavour,
generic_elf_osabi_sniffer);
return;
/* Register the "set osabi" command. */
c = add_set_enum_cmd ("osabi", class_support, gdb_osabi_available_names,
&set_osabi_string, "Set OS ABI of target.", &setlist);