Commit 92b170ee by Richard Stallman

Comment changes.

From-SVN: r2102
parent 6f43c157
...@@ -75,6 +75,12 @@ extern int target_flags; ...@@ -75,6 +75,12 @@ extern int target_flags;
/* Define this if most significant word of a multiword number is the lowest /* Define this if most significant word of a multiword number is the lowest
numbered. */ numbered. */
/* For the i860 this goes with BYTES_BIG_ENDIAN. */ /* 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 #define WORDS_BIG_ENDIAN 0
/* number of bits in an addressable storage unit */ /* number of bits in an addressable storage unit */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment