From: Jeff Law Date: Tue, 5 Apr 1994 22:31:21 +0000 (+0000) Subject: * xm-hppab.h: Never define USG. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45568424341c52ba7308958710d88ffb80a32043;p=binutils-gdb.git * xm-hppab.h: Never define USG. * xm-hppah.h: Always define USG. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index efa1b881155..22c8622a460 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 b215d790135..13d1c1d1321 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 992a41e4627..bd452adcf04 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 */