diff options
author | Geoffrey Noer <noer@cygnus> | 1996-10-30 00:58:26 +0000 |
---|---|---|
committer | Geoffrey Noer <noer@cygnus> | 1996-10-30 00:58:26 +0000 |
commit | ea5c2d663c358e09575d5cdd43d9316bcb511ed9 (patch) | |
tree | 642521b170ec4c74c5fa7aaeab6f960c9a0043ee /gdb/config | |
parent | be951827ed8117841867f2f7f30ac5230cdc2d06 (diff) | |
download | gdb-ea5c2d663c358e09575d5cdd43d9316bcb511ed9.zip gdb-ea5c2d663c358e09575d5cdd43d9316bcb511ed9.tar.gz gdb-ea5c2d663c358e09575d5cdd43d9316bcb511ed9.tar.bz2 |
Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
* config/i386/xm-cygwin32.h:
* config/powerpc/xm-cygwin32.h:
add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
truncated
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/i386/xm-cygwin32.h | 9 | ||||
-rw-r--r-- | gdb/config/powerpc/xm-cygwin32.h | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/gdb/config/i386/xm-cygwin32.h b/gdb/config/i386/xm-cygwin32.h index becbebe..c20bc13 100644 --- a/gdb/config/i386/xm-cygwin32.h +++ b/gdb/config/i386/xm-cygwin32.h @@ -23,19 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define GDBINIT_FILENAME "gdb.ini" - #define SLASH_P(X) ((X)=='\\' || (X) == '/') #define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':')) #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 diff --git a/gdb/config/powerpc/xm-cygwin32.h b/gdb/config/powerpc/xm-cygwin32.h index becbebe..c20bc13 100644 --- a/gdb/config/powerpc/xm-cygwin32.h +++ b/gdb/config/powerpc/xm-cygwin32.h @@ -23,19 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define GDBINIT_FILENAME "gdb.ini" - #define SLASH_P(X) ((X)=='\\' || (X) == '/') #define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':')) #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 |