aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-12-07 23:07:17 +0000
committerJason Molenda <jmolenda@apple.com>1998-12-07 23:07:17 +0000
commit223a358838fdcabb6c7aa6533e7e286796b66441 (patch)
tree0bfded0f73b35827b3fda2df1ce8fbcbcb048f21 /gdb/config/powerpc
parent63d7a4f12e71aae081676e4d15b615cc9709289c (diff)
downloadgdb-223a358838fdcabb6c7aa6533e7e286796b66441.zip
gdb-223a358838fdcabb6c7aa6533e7e286796b66441.tar.gz
gdb-223a358838fdcabb6c7aa6533e7e286796b66441.tar.bz2
1998-12-07 Jason Molenda (jsm@bugshack.cygnus.com)
* config/i386/xm-cygwin.h: Remove REQUEST_QUIT definition. * config/powerpc/xm-cygwin.h: Ditto. PR 17664. With this define in place, you can't type "q" to get out of GDB's pager under Cygwin.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/xm-cygwin.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gdb/config/powerpc/xm-cygwin.h b/gdb/config/powerpc/xm-cygwin.h
index c20bc13..82aa0fb 100644
--- a/gdb/config/powerpc/xm-cygwin.h
+++ b/gdb/config/powerpc/xm-cygwin.h
@@ -1,5 +1,5 @@
/* Definitions for hosting on WIN32, for GDB.
- Copyright 1995, 1996 Free Software Foundation, Inc.
+ Copyright 1995, 1996, 1998 Free Software Foundation, Inc.
This file is part of GDB.
@@ -28,9 +28,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define SLASH_CHAR '/'
#define SLASH_STRING "/"
-/* If we longjmp out of the signal handler we never get another one.
- So disable immediate_quit inside request_quit */
-#define REQUEST_QUIT
-
/* Define this lseek(n) != nth byte of file */
#define LSEEK_NOT_LINEAR