* 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

@ -1,3 +1,8 @@
2003-11-20 Jim Blandy <jimb@redhat.com>
* osabi.c (_initialize_gdb_osabi): Don't return before registering
the 'set osabi' and 'show osabi' commands.
2003-11-19 Mark Kettenis <kettenis@gnu.org>
* frame.c (get_prev_frame): Use result from

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);