]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add ASYNC macro definition.
authorNick Roberts <nickrob@snap.net.nz>
Wed, 30 Aug 2006 02:10:51 +0000 (02:10 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Wed, 30 Aug 2006 02:10:51 +0000 (02:10 +0000)
gdb/config/i386/nm-linux.h

index f6af1af0f6d165fcc95a6bc1c7d9c170ac3c35e2..8d3fa319b54859be6aebf5203470ddb407d9e27a 100644 (file)
@@ -80,4 +80,7 @@ extern int cannot_store_register (int regno);
 #define FILL_FPXREGSET
 #endif
 
+/* gdb --async works for this case */
+#define ASYNC
+
 #endif /* nm-linux.h */