mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
* osabi.c (_initialize_gdb_osabi): Don't return before registering
the 'set osabi' and 'show osabi' commands.
This commit is contained in:
parent
6882279b13
commit
515cc92ea5
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user