From 515cc92ea5326bd008a1df810757c809493680de Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 20 Nov 2003 18:37:20 +0000 Subject: * osabi.c (_initialize_gdb_osabi): Don't return before registering the 'set osabi' and 'show osabi' commands. --- gdb/osabi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'gdb/osabi.c') diff --git a/gdb/osabi.c b/gdb/osabi.c index ee13277..e248a2e 100644 --- a/gdb/osabi.c +++ b/gdb/osabi.c @@ -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); -- cgit v1.1