diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-26 04:12:12 +0000 |
commit | ed393c169bc7fc344b3574f26d4529e70ec5e081 (patch) | |
tree | 988d7cf9e016b6de33a082e72fb5aecb6a60212c /gdb/config/pa | |
parent | b607efe7149f91512dc5fd9dbfc4c6156cdf9a93 (diff) | |
download | gdb-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/pa')
-rw-r--r-- | gdb/config/pa/xm-hppab.h | 5 | ||||
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h index a7c024b..463c1e0 100644 --- a/gdb/config/pa/xm-hppab.h +++ b/gdb/config/pa/xm-hppab.h @@ -26,11 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "pa/xm-pa.h" -/* 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 - #ifndef SEEK_SET # define SEEK_SET 0 /* Set file pointer to "offset" */ # define SEEK_CUR 1 /* Set file pointer to current plus "offset" */ diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h index 407bf5f..2cd47dd 100644 --- a/gdb/config/pa/xm-hppah.h +++ b/gdb/config/pa/xm-hppah.h @@ -25,11 +25,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "pa/xm-pa.h" -/* 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 - #define USG #ifndef __STDC__ |