Revision 477ba620 cpu-common.h

b/cpu-common.h
3 3

  
4 4
/* CPU interfaces that are target indpendent.  */
5 5

  
6
#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__)
6
#if defined(__arm__) || defined(__sparc__) || defined(__mips__) || defined(__hppa__) || defined(__ia64__)
7 7
#define WORDS_ALIGNED
8 8
#endif
9 9

  

Also available in: Unified diff