This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/16350] gcc only understands little endian ARM systems
- From: "egnor at ofb dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 09 Feb 2012 17:53:24 +0000
- Subject: [Bug target/16350] gcc only understands little endian ARM systems
- Auto-submitted: auto-generated
- References: <bug-16350-4@http.gcc.gnu.org/bugzilla/>
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).