Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [2/2 ABI and toolchain part] Support Raspberry Pi [0-3] in big-endian mode



> 	arm_arch6 && ((arm_arch_notm && !BYTES_BIG_ENDIAN) || arm_arch7)
> is equivalent to
> 	(arm_arch6 && arm_arch_notm && !BYTE_BIG_ENDIAN) || arm_arch7

Not in general - they differ whenever arm_arch7 is true and arm_arch6
is false.  Is that not possible in this case?

/~\ The ASCII				  Mouse
\ / Ribbon Campaign
 X  Against HTML		mouse%rodents-montreal.org@localhost
/ \ Email!	     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index