This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/16350] gcc only understands little endian ARM systems


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350

Dan Egnor <egnor at ofb dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egnor at ofb dot net

--- Comment #27 from Dan Egnor <egnor at ofb dot net> 2012-02-09 17:53:24 UTC ---
The precise scope of this bug is unclear to me.

Big endian Linux targets _do_ seem to work now, and -mbig-endian generates
correct code regardless; however, non-Linux big-endian targets do not seem to
be recognized as big-endian by default (which means libgcc is built in little
endian mode, etc.).

See bug 52187 (which may be a dupe of this one, depending on how you interpret
the scope of this bug).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]