mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
* config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
(SLASH_STRING): Remove unised definitions. * config/i386/xm-cygwin.h: Likewise.
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* config/i386/xm-go32.h (SLASH_P, ROOTED_P, SLASH_CHAR)
|
||||
(SLASH_STRING): Remove unised definitions.
|
||||
* config/i386/xm-cygwin.h: Likewise.
|
||||
|
||||
2001-06-12 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* ui-out.c (ui_out_list_begin): Add parameter ``id''.
|
||||
|
@ -24,11 +24,6 @@
|
||||
|
||||
#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 "/"
|
||||
|
||||
/* Define this if source files use \r\n rather than just \n. */
|
||||
#define CRLF_SOURCE_FILES
|
||||
|
||||
|
@ -24,13 +24,6 @@
|
||||
|
||||
#define GDBINIT_FILENAME "gdb.ini"
|
||||
|
||||
#define SLASH_P(X) ((X)=='\\' || (X) == '/')
|
||||
|
||||
#define ROOTED_P(X) ((SLASH_P((X)[0])) || ((X)[0] && (X)[1] ==':'))
|
||||
|
||||
#define SLASH_CHAR '/'
|
||||
#define SLASH_STRING "/"
|
||||
|
||||
#define CRLF_SOURCE_FILES
|
||||
|
||||
#define DIRNAME_SEPARATOR ';'
|
||||
|
Reference in New Issue
Block a user