Tue Oct 29 16:56:01 1996 Geoffrey Noer <noer@cygnus.com>
authorGeoffrey Noer <noer@cygnus>
Wed, 30 Oct 1996 00:58:26 +0000 (00:58 +0000)
committerGeoffrey Noer <noer@cygnus>
Wed, 30 Oct 1996 00:58:26 +0000 (00:58 +0000)
        * config/i386/xm-cygwin32.h:
        * config/powerpc/xm-cygwin32.h:
        add #define LSEEK_NOT_LINEAR so source lines aren't unexpectedly
        truncated

gdb/ChangeLog
gdb/config/i386/xm-cygwin32.h
gdb/config/powerpc/xm-cygwin32.h

index a14d21da08969295ec1a15ffd4e3056edabfaea4..4474faa2783f59551cb3ce224afe5890504f8f0b 100644 (file)
@@ -1,3 +1,10 @@
+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
+
 Tue Oct 29 18:36:43 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
        * config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
index becbebe08ba3c3408fc8a780bb9661dfb9114163..c20bc130f6a299c91b2375d14f7ff2f89222895e 100644 (file)
@@ -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
index becbebe08ba3c3408fc8a780bb9661dfb9114163..c20bc130f6a299c91b2375d14f7ff2f89222895e 100644 (file)
@@ -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
This page took 0.028382 seconds and 4 git commands to generate.