[Bug target/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-02-27 Thread hjl dot tools at gmail dot com
-- hjl dot tools at gmail dot com changed: What|Removed |Added Target Milestone|--- |4.4.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39323

[Bug target/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-04-02 Thread janis at gcc dot gnu dot org
--- Comment #5 from janis at gcc dot gnu dot org 2009-04-02 16:41 --- The alignment checks in tests pr39323-2.c and pr39323-3.c fail on powerpc*-linux, where the value in .align is log2 of the alignment, not the alignment itself.For an alignment of (1<<28) we get ".align 28", for an

[Bug target/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-04-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-04-16 18:34 --- Stop setting the target milestone unless it is a regression. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug target/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-04-28 Thread uros at gcc dot gnu dot org
--- Comment #7 from uros at gcc dot gnu dot org 2009-04-28 09:48 --- Subject: Bug 39323 Author: uros Date: Tue Apr 28 09:48:04 2009 New Revision: 146881 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146881 Log: PR c/39323 * config/alpha/elf.h (MAX_OFILE_ALIGNMEN

[Bug target/39323] MAX_OFILE_ALIGNMENT in elfos.h is too big

2009-04-28 Thread ubizjak at gmail dot com
--- Comment #8 from ubizjak at gmail dot com 2009-04-28 09:49 --- (In reply to comment #5) > The alignment checks in tests pr39323-2.c and pr39323-3.c fail on > powerpc*-linux, where the value in .align is log2 of the alignment, not the > alignment itself.For an alignment of (1<<28)