* xm-hppab.h: Never define USG.

* xm-hppah.h: Always define USG.
This commit is contained in:
Jeff Law 1994-04-05 22:31:21 +00:00
parent 19155bc265
commit 4556842434
3 changed files with 5 additions and 6 deletions

View File

@ -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),

View File

@ -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

View File

@ -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 */