Comment changes.
authorRichard Stallman <rms@gnu.org>
Fri, 11 Sep 1992 02:01:46 +0000 (02:01 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 11 Sep 1992 02:01:46 +0000 (02:01 +0000)
From-SVN: r2102

gcc/config/i860/i860.h

index 847fc08..ee80e24 100644 (file)
@@ -75,6 +75,12 @@ extern int target_flags;
 /* Define this if most significant word of a multiword number is the lowest
    numbered.  */
 /* For the i860 this goes with BYTES_BIG_ENDIAN.  */
+/* NOTE: GCC probably cannot support a big-endian i860
+   because GCC fundamentally assumes that the order of words
+   in memory as the same as the order in registers.
+   That's not true for the big-endian i860.
+   The big-endian i860 isn't important enough to
+   justify the trouble of changing this assumption.  */
 #define WORDS_BIG_ENDIAN 0
 
 /* number of bits in an addressable storage unit */