allow building GDB with Python support on MinGW
[deliverable/binutils-gdb.git] / gas / listing.c
index 929ec98dbf73f0305a6a5f29e9f9832301d49727..bc6af712a0e798baa350fdf0988da36d6f1c6fa4 100644 (file)
@@ -1075,17 +1075,22 @@ print_source (file_info_type *  current_file,
 static int
 debugging_pseudo (list_info_type *list, const char *line)
 {
+#ifdef OBJ_ELF
   static int in_debug;
   int was_debug;
+#endif
 
   if (list->debugging)
     {
+#ifdef OBJ_ELF
       in_debug = 1;
+#endif
       return 1;
     }
-
+#ifdef OBJ_ELF
   was_debug = in_debug;
   in_debug = 0;
+#endif
 
   while (ISSPACE (*line))
     line++;
This page took 0.023068 seconds and 4 git commands to generate.