From 7b25dea587a6757e0ac84f522a6567e001e22a17 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Thu, 8 Aug 1996 00:17:48 +0000 Subject: [PATCH] If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also not defined. --- sim/ppc/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 65ab16944e..e67bdfe995 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,5 +1,8 @@ Wed Aug 7 14:34:20 1996 Michael Meissner + * emul_unix.c (HAVE_TCGETATTR): If HAVE_TERMIOS_STRUCTURE is not + defined, make sure HAVE_TCGETATTR is #undef'ed + * std-config.h (REGPARM): Only define REGPARM attributes if using GNU C. Test for __i686__ in case GCC ever defines it. If not on a x86 platform, define REGPARM as nothing. -- 2.34.1