From: Michael Meissner Date: Wed, 7 Aug 1996 18:48:07 +0000 (+0000) Subject: Allow simulator to build on other machines than x86 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=def7f77515784572b2010134ac9790ad9add2bf7;p=binutils-gdb.git Allow simulator to build on other machines than x86 --- diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog index 1185a81e343..65ab16944ef 100644 --- a/sim/ppc/ChangeLog +++ b/sim/ppc/ChangeLog @@ -1,3 +1,12 @@ +Wed Aug 7 14:34:20 1996 Michael Meissner + + * 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. + + * sim-endian.h (WITH_HOST_BYTE_ORDER): Test for i686 and __i686__ + also. + Tue Aug 6 09:28:22 1996 Michael Meissner * configure.in (--enable-sim-{hardware,packages}): Fix typos.