diff options
author | Jeff Law <law@redhat.com> | 1994-04-05 22:31:21 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-05 22:31:21 +0000 |
commit | 45568424341c52ba7308958710d88ffb80a32043 (patch) | |
tree | 418204f218d67ff6784882ddc3c38a50ba8c3ff1 /gdb/config | |
parent | 19155bc265151c994830fbfb615eafd842920838 (diff) | |
download | gdb-45568424341c52ba7308958710d88ffb80a32043.zip gdb-45568424341c52ba7308958710d88ffb80a32043.tar.gz gdb-45568424341c52ba7308958710d88ffb80a32043.tar.bz2 |
* xm-hppab.h: Never define USG.
* xm-hppah.h: Always define USG.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/pa/xm-hppab.h | 4 | ||||
-rw-r--r-- | gdb/config/pa/xm-hppah.h | 2 |
2 files changed, 0 insertions, 6 deletions
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 */ |