Add dwarf2_per_objfile parameter to dwarf2_read_addr_index
[deliverable/binutils-gdb.git] / gdb / windows-tdep.h
index f2dc4260469dda5f229b314abb4445a270a033db..cd7717bd9174576d8f6c6a477f1b1c3a33cb5f31 100644 (file)
@@ -31,9 +31,18 @@ extern void windows_xfer_shared_library (const char* so_name,
                                         struct gdbarch *gdbarch,
                                         struct obstack *obstack);
 
+/* To be called from the various GDB_OSABI_WINDOWS handlers for the
+   various Windows architectures and machine types.  */
+
 extern void windows_init_abi (struct gdbarch_info info,
                              struct gdbarch *gdbarch);
 
+/* To be called from the various GDB_OSABI_CYGWIN handlers for the
+   various Windows architectures and machine types.  */
+
+extern void cygwin_init_abi (struct gdbarch_info info,
+                            struct gdbarch *gdbarch);
+
 /* Return true if the Portable Executable behind ABFD uses the Cygwin dll
    (cygwin1.dll).  */
 
This page took 0.025493 seconds and 4 git commands to generate.