diff options
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/xm-cygwin.h | 4 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386bsd.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386gnu.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386lynx.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386m3.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386mach.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386v.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-ptx.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-symmetry.h | 2 |
9 files changed, 2 insertions, 18 deletions
diff --git a/gdb/config/i386/xm-cygwin.h b/gdb/config/i386/xm-cygwin.h index 1945a75..b8290c2 100644 --- a/gdb/config/i386/xm-cygwin.h +++ b/gdb/config/i386/xm-cygwin.h @@ -18,9 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - #include "fopen-bin.h" +#define GDBINIT_FILENAME "gdb.ini" + /* Define this if source files use \r\n rather than just \n. */ #define CRLF_SOURCE_FILES diff --git a/gdb/config/i386/xm-i386bsd.h b/gdb/config/i386/xm-i386bsd.h index 870839d..ca0ffb2 100644 --- a/gdb/config/i386/xm-i386bsd.h +++ b/gdb/config/i386/xm-i386bsd.h @@ -19,6 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - #include <machine/limits.h> /* for INT_MIN */ diff --git a/gdb/config/i386/xm-i386gnu.h b/gdb/config/i386/xm-i386gnu.h index 37bf1e5..711aeeb 100644 --- a/gdb/config/i386/xm-i386gnu.h +++ b/gdb/config/i386/xm-i386gnu.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext /* Do implement the attach and detach commands. */ diff --git a/gdb/config/i386/xm-i386lynx.h b/gdb/config/i386/xm-i386lynx.h index c9cc69d..0aedb13 100644 --- a/gdb/config/i386/xm-i386lynx.h +++ b/gdb/config/i386/xm-i386lynx.h @@ -18,8 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* Get generic LynxOS host definitions. */ #include "xm-lynx.h" diff --git a/gdb/config/i386/xm-i386m3.h b/gdb/config/i386/xm-i386m3.h index 6f2f896..f25b389 100644 --- a/gdb/config/i386/xm-i386m3.h +++ b/gdb/config/i386/xm-i386m3.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* Do implement the attach and detach commands. */ #define ATTACH_DETACH 1 diff --git a/gdb/config/i386/xm-i386mach.h b/gdb/config/i386/xm-i386mach.h index b895c64..e0a5d65 100644 --- a/gdb/config/i386/xm-i386mach.h +++ b/gdb/config/i386/xm-i386mach.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* This is the amount to subtract from u.u_ar0 to get the offset in the core file of the register values. */ diff --git a/gdb/config/i386/xm-i386v.h b/gdb/config/i386/xm-i386v.h index 4476b69..1c32905 100644 --- a/gdb/config/i386/xm-i386v.h +++ b/gdb/config/i386/xm-i386v.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define HOST_BYTE_ORDER LITTLE_ENDIAN - /* I'm running gdb 3.4 under 386/ix 2.0.2, which is a derivative of AT&T's Sys V/386 3.2. diff --git a/gdb/config/i386/xm-ptx.h b/gdb/config/i386/xm-ptx.h index ad26a84..6dfb9d6 100644 --- a/gdb/config/i386/xm-ptx.h +++ b/gdb/config/i386/xm-ptx.h @@ -36,5 +36,3 @@ #define USG #define USE_O_NOCTTY - -#define HOST_BYTE_ORDER LITTLE_ENDIAN diff --git a/gdb/config/i386/xm-symmetry.h b/gdb/config/i386/xm-symmetry.h index 477ee1b..781a343 100644 --- a/gdb/config/i386/xm-symmetry.h +++ b/gdb/config/i386/xm-symmetry.h @@ -26,5 +26,3 @@ #define NO_SIGINTERRUPT #define HAVE_WAIT_STRUCT - -#define HOST_BYTE_ORDER LITTLE_ENDIAN |