aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-04-05 22:31:21 +0000
committerJeff Law <law@redhat.com>1994-04-05 22:31:21 +0000
commit45568424341c52ba7308958710d88ffb80a32043 (patch)
tree418204f218d67ff6784882ddc3c38a50ba8c3ff1
parent19155bc265151c994830fbfb615eafd842920838 (diff)
downloadgdb-45568424341c52ba7308958710d88ffb80a32043.zip
gdb-45568424341c52ba7308958710d88ffb80a32043.tar.gz
gdb-45568424341c52ba7308958710d88ffb80a32043.tar.bz2
* xm-hppab.h: Never define USG.
* xm-hppah.h: Always define USG.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/pa/xm-hppab.h4
-rw-r--r--gdb/config/pa/xm-hppah.h2
3 files changed, 5 insertions, 6 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index efa1b88..22c8622 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Tue Apr 5 15:29:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
+
+ * xm-hppab.h: Never define USG.
+ * xm-hppah.h: Always define USG.
+
Tue Apr 5 12:58:47 1994 Per Bothner (bothner@kalessin.cygnus.com)
* values.c (unpack_long, value_from_longest),
diff --git a/gdb/config/pa/xm-hppab.h b/gdb/config/pa/xm-hppab.h
index b215d790..13d1c1d 100644
--- a/gdb/config/pa/xm-hppab.h
+++ b/gdb/config/pa/xm-hppab.h
@@ -39,10 +39,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
(They should have just made it varadic). */
#define FIVE_ARG_PTRACE
-#ifndef hp800
-#define USG
-#endif
-
#define KERNEL_U_ADDR 0
#ifndef SEEK_SET
diff --git a/gdb/config/pa/xm-hppah.h b/gdb/config/pa/xm-hppah.h
index 992a41e..bd452ad 100644
--- a/gdb/config/pa/xm-hppah.h
+++ b/gdb/config/pa/xm-hppah.h
@@ -38,9 +38,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
(They should have just made it varadic). */
#define FIVE_ARG_PTRACE
-#ifndef hp800
#define USG
-#endif
#ifndef __STDC__
/* This define is discussed in decode_line_1 in symtab.c */