]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
If HAVE_TERMOS_STRUCTURE is not defined, make sure HAVE_TCGETATTR is also not defined.
authorMichael Meissner <gnu@the-meissners.org>
Thu, 8 Aug 1996 00:17:48 +0000 (00:17 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 8 Aug 1996 00:17:48 +0000 (00:17 +0000)
sim/ppc/ChangeLog

index 65ab16944effd7dd15ed5b7da33435806c638dd9..e67bdfe995726a0ab83d3122349acc5c3ac20296 100644 (file)
@@ -1,5 +1,8 @@
 Wed Aug  7 14:34:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
 
+       * 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.