diff options
Diffstat (limited to 'sim/ppc')
-rw-r--r-- | sim/ppc/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 65ab169..e67bdfe 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -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. |