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

2013-03-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW

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

2013-01-09 Thread sam.thursfield at codethink dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 Sam Thursfield sam.thursfield at codethink dot co.uk changed: What|Removed |Added CC|

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

2013-01-09 Thread sam.thursfield at codethink dot co.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 --- Comment #31 from Sam Thursfield sam.thursfield at codethink dot co.uk 2013-01-09 11:46:59 UTC --- Ignore the comment about GCC 4.7.3, which doesn't even exist. Looks like the fix is only in trunk so far.

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

2012-02-13 Thread mkl at pengutronix dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 --- Comment #28 from Marc Kleine-Budde mkl at pengutronix dot de 2012-02-13 23:23:56 UTC --- (In reply to comment #27) The precise scope of this bug is unclear to me. It's linux specific. Big endian Linux targets _do_ seem to work now, and

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

2012-02-13 Thread mkl at pengutronix dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350 --- Comment #29 from Marc Kleine-Budde mkl at pengutronix dot de 2012-02-13 23:24:28 UTC --- (In reply to comment #27) The precise scope of this bug is unclear to me. It's linux specific. Big endian Linux targets _do_ seem to work now, and

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

2012-02-09 Thread egnor at ofb dot net
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 ---

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

2010-01-26 Thread aldot at gcc dot gnu dot org
--- Comment #26 from aldot at gcc dot gnu dot org 2010-01-26 17:44 --- ping. Although nick's ChangeLog in comment #c15 mentiones the Use for MULTILIB_DEFAULTS the hunk in comment #22 and #24 did not end up in svn: * config/arm/linux-elf.h (TARGET_ENDIAN_DEFAULT): Define based on

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

2009-12-09 Thread ramana at gcc dot gnu dot org
--- Comment #25 from ramana at gcc dot gnu dot org 2009-12-09 16:10 --- *** Bug 42081 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added

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

2009-06-07 Thread aldot at gcc dot gnu dot org
--- Comment #24 from aldot at gcc dot gnu dot org 2009-06-07 22:51 --- Nick, As mentioned in #22 the following hunk that was in the patch was not applied: diff --git a/gcc/config/arm/linux-elf.h b/gcc/config/arm/linux-elf.h index 07455ee..d8e65d2 100644 ---

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

2009-05-06 Thread ramana at gcc dot gnu dot org
--- Comment #23 from ramana at gcc dot gnu dot org 2009-05-06 10:52 --- *** Bug 39975 has been marked as a duplicate of this bug. *** -- ramana at gcc dot gnu dot org changed: What|Removed |Added

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

2008-07-04 Thread pmaydell at chiark dot greenend dot org dot uk
--- Comment #22 from pmaydell at chiark dot greenend dot org dot uk 2008-07-04 13:18 --- I notice that the latest patch attached to this bug report doesn't quite match up with what was committed as per comment #15: this bit in gcc/config/arm/linux-elf.h wasn't changed: #undef

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

2007-11-22 Thread patchapp at dberlin dot org
--- Comment #21 from patchapp at dberlin dot org 2007-11-22 19:00 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00362.html --

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

2007-11-10 Thread patchapp at dberlin dot org
--- Comment #20 from patchapp at dberlin dot org 2007-11-10 18:05 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00358.html --

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

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #18 from patchapp at dberlin dot org 2007-11-10 03:53 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00358.html --

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

2007-11-09 Thread patchapp at dberlin dot org
--- Comment #19 from patchapp at dberlin dot org 2007-11-10 03:53 --- Subject: Bug number PR16350 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-11/msg00362.html --

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

2007-11-08 Thread nickc at gcc dot gnu dot org
--- Comment #15 from nickc at gcc dot gnu dot org 2007-11-08 13:44 --- Subject: Bug 16350 Author: nickc Date: Thu Nov 8 13:44:09 2007 New Revision: 12 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=12 Log: PR target/16350 * config.gcc: For arm*b-* define

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

2007-11-08 Thread nickc at redhat dot com
--- Comment #16 from nickc at redhat dot com 2007-11-08 13:47 --- Hi Bernhard, I have applied your patch. I made one small change: I adjusted the new comments in the header files to: /* TARGET_BIG_ENDIAN_DEFAULT is set in config.gcc for big endian configurations. */ This

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

2007-11-08 Thread buytenh at wantstofly dot org
--- Comment #17 from buytenh at wantstofly dot org 2007-11-08 14:26 --- Subject: Re: gcc only understands little endian ARM systems When I (not Bernhard) wrote the original patch, Richard Earnshaw didn't like the approach. See:

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

2007-11-07 Thread aldot at gcc dot gnu dot org
--- Comment #14 from aldot at gcc dot gnu dot org 2007-11-07 20:50 --- Created an attachment (id=14503) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14503action=view) updated to gcc-4.3 trunk updated against gcc-trunk (for 4.3.0) --

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

2006-11-29 Thread mkl at pengutronix dot de
--- Comment #13 from mkl at pengutronix dot de 2006-11-29 09:55 --- Created an attachment (id=12705) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12705action=view) fix target linker emulation for arm elf and eabi (take 3) If you try to build a big-endian eabi toolchain, you need

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

2006-11-03 Thread mkl at pengutronix dot de
--- Comment #12 from mkl at pengutronix dot de 2006-11-03 13:49 --- Created an attachment (id=12542) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12542action=view) fix target linker emulation for arm elf and eabi (take 2) If you try to build a big-endian eabi toolchain, you need

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

2006-08-08 Thread mkl at pengutronix dot de
--- Comment #10 from mkl at pengutronix dot de 2006-08-08 13:31 --- Created an attachment (id=12042) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12042action=view) fix target linker emulation for arm elf and eabi -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16350

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

2006-08-08 Thread mkl at pengutronix dot de
--- Comment #11 from mkl at pengutronix dot de 2006-08-08 13:33 --- (In reply to comment #9) Created an attachment (id=11245) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11245action=view) [edit] gcc-4.1.0-arm-bigendian.patch gcc-4.1.x needs slight tweak since all the

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

2006-04-11 Thread vapier at gentoo dot org
--- Comment #9 from vapier at gentoo dot org 2006-04-12 04:01 --- Created an attachment (id=11245) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11245action=view) gcc-4.1.0-arm-bigendian.patch gcc-4.1.x needs slight tweak since all the ARM_FLAG_* defines have been cut this patch

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

2005-02-25 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2005-02-25 15:49 --- this also applies pretty nicely to 3.3.5, 3.4.2, 3.4.3, and even gcc cvs HEAD :( one question though ... going by config/arm/arm.h, wouldnt you want to use this logic instead ? #if TARGET_BIG_ENDIAN_DEFAULT

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

2004-10-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 01:20 --- Confirmed. -- What|Removed |Added Severity|normal