gdb: select "Cygwin" OS ABI for Cygwin binaries
[deliverable/binutils-gdb.git] / gdb / windows-tdep.h
index 34474f259c2a27a4d15b5c911ea723dc22696d57..f2dc4260469dda5f229b314abb4445a270a033db 100644 (file)
@@ -33,4 +33,10 @@ extern void windows_xfer_shared_library (const char* so_name,
 
 extern void windows_init_abi (struct gdbarch_info info,
                              struct gdbarch *gdbarch);
+
+/* Return true if the Portable Executable behind ABFD uses the Cygwin dll
+   (cygwin1.dll).  */
+
+extern bool is_linked_with_cygwin_dll (bfd *abfd);
+
 #endif
This page took 0.026463 seconds and 4 git commands to generate.