From: Michael Meissner Date: Thu, 8 Aug 1996 00:17:48 +0000 (+0000) Subject: If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also not defined. X-Git-Tag: gdb-4_18-branchpoint~8027 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7b25dea587a6757e0ac84f522a6567e001e22a17;p=thirdparty%2Fbinutils-gdb.git If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also not defined. --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 65ab16944ef..e67bdfe9957 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.