aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/i386
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-07-26 04:12:12 +0000
committerFred Fish <fnf@specifix.com>1996-07-26 04:12:12 +0000
commited393c169bc7fc344b3574f26d4529e70ec5e081 (patch)
tree988d7cf9e016b6de33a082e72fb5aecb6a60212c /gdb/config/i386
parentb607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (diff)
downloadgdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.zip
gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.gz
gdb-ed393c169bc7fc344b3574f26d4529e70ec5e081.tar.bz2
See the huge ChangeLog entry that has the header:
Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com> for details about these changes. I was going to include the complete entry in the checkin message but it was apparently so large it caused cvs to dump core.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r--gdb/config/i386/xm-i386bsd.h3
-rw-r--r--gdb/config/i386/xm-i386m3.h5
-rw-r--r--gdb/config/i386/xm-i386mach.h5
3 files changed, 1 insertions, 12 deletions
diff --git a/gdb/config/i386/xm-i386bsd.h b/gdb/config/i386/xm-i386bsd.h
index 8a852a2..e5c4c89 100644
--- a/gdb/config/i386/xm-i386bsd.h
+++ b/gdb/config/i386/xm-i386bsd.h
@@ -19,5 +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, to avoid "INT_MIN
- redefined" warnings from defs.h */
+#include <machine/limits.h> /* for INT_MIN */
diff --git a/gdb/config/i386/xm-i386m3.h b/gdb/config/i386/xm-i386m3.h
index 615c80b..b667409 100644
--- a/gdb/config/i386/xm-i386m3.h
+++ b/gdb/config/i386/xm-i386m3.h
@@ -19,11 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define HOST_BYTE_ORDER LITTLE_ENDIAN
-/* Avoid "INT_MIN redefined" warnings -- by defining it here, exactly
- the same as in the system <machine/machtypes.h> file. */
-#undef INT_MIN
-#define INT_MIN 0x80000000
-
/* 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 c50da67..eb47bfb 100644
--- a/gdb/config/i386/xm-i386mach.h
+++ b/gdb/config/i386/xm-i386mach.h
@@ -19,11 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
#define HOST_BYTE_ORDER LITTLE_ENDIAN
-/* Avoid "INT_MIN redefined" warnings -- by defining it here, exactly
- the same as in the system <machine/machtypes.h> file. */
-#undef INT_MIN
-#define INT_MIN 0x80000000
-
/* This is the amount to subtract from u.u_ar0
to get the offset in the core file of the register values. */