mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
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
This commit is contained in:
@ -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>
|
Tue Oct 29 18:36:43 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
* config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
|
* config/powerpc/tm-ppc-eabi.h (TARGET_BYTE_ORDER_SELECTABLE):
|
||||||
|
@ -23,19 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#define GDBINIT_FILENAME "gdb.ini"
|
#define GDBINIT_FILENAME "gdb.ini"
|
||||||
|
|
||||||
|
|
||||||
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
|
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
|
||||||
#define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':'))
|
#define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':'))
|
||||||
#define SLASH_CHAR '/'
|
#define SLASH_CHAR '/'
|
||||||
#define SLASH_STRING "/"
|
#define SLASH_STRING "/"
|
||||||
|
|
||||||
|
|
||||||
/* If we longjmp out of the signal handler we never get another one.
|
/* If we longjmp out of the signal handler we never get another one.
|
||||||
So disable immediate_quit inside request_quit */
|
So disable immediate_quit inside request_quit */
|
||||||
#define REQUEST_QUIT
|
#define REQUEST_QUIT
|
||||||
|
|
||||||
|
/* Define this lseek(n) != nth byte of file */
|
||||||
|
#define LSEEK_NOT_LINEAR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,19 +23,14 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#define GDBINIT_FILENAME "gdb.ini"
|
#define GDBINIT_FILENAME "gdb.ini"
|
||||||
|
|
||||||
|
|
||||||
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
|
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
|
||||||
#define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':'))
|
#define ROOTED_P(X) ((SLASH_P((X)[0]))|| ((X)[1] ==':'))
|
||||||
#define SLASH_CHAR '/'
|
#define SLASH_CHAR '/'
|
||||||
#define SLASH_STRING "/"
|
#define SLASH_STRING "/"
|
||||||
|
|
||||||
|
|
||||||
/* If we longjmp out of the signal handler we never get another one.
|
/* If we longjmp out of the signal handler we never get another one.
|
||||||
So disable immediate_quit inside request_quit */
|
So disable immediate_quit inside request_quit */
|
||||||
#define REQUEST_QUIT
|
#define REQUEST_QUIT
|
||||||
|
|
||||||
|
/* Define this lseek(n) != nth byte of file */
|
||||||
|
#define LSEEK_NOT_LINEAR
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user