gdb/
[deliverable/binutils-gdb.git] / gdb / osabi.h
index c1aa33671e7eabfaa9d2e050f19514f5aabb53b1..0b4a3826c71b9e9c4926a871f2243a8f1cb06fff 100644 (file)
@@ -40,6 +40,10 @@ void gdbarch_register_osabi (enum bfd_architecture, unsigned long,
 /* Lookup the OS ABI corresponding to the specified BFD.  */
 enum gdb_osabi gdbarch_lookup_osabi (bfd *);
 
+/* Lookup the OS ABI corresponding to the specified target description
+   string.  */
+enum gdb_osabi osabi_from_tdesc_string (const char *text);
+
 /* Initialize the gdbarch for the specified OS ABI variant.  */
 void gdbarch_init_osabi (struct gdbarch_info, struct gdbarch *);
 
This page took 0.023673 seconds and 4 git commands to generate.