[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090224233613.B97B9FC380@magilla.sf.frob.com>
Date: Tue, 24 Feb 2009 15:36:13 -0800 (PST)
From: Roland McGrath <roland@...hat.com>
To: kyle@...radead.org
Cc: linuxppc-dev@...abs.org, linux-kernel@...r.kernel.org,
kyle@...hat.com, aoliva@...hat.com
Subject: Re: [PATCH/RFC] powerpc: avoid generating .eh_frame sections with
gcc-4.4
The patch is right though the log entry and comment are perhaps misleading.
The effect of the patch is to restore the compiler behavior to what it was
before. What it was before includes cases of producing .eh_frame and cases
of not producing it. The default behavior of a gcc-4.4 that was built
against new enough binutils has diverged, so that some situations that
before produced no .eh_frame now do produce one. -fno-dwarf2-cfi-asm
tells gcc to behave like it did before (which is also how 4.4 behaves when
built against an old enough binutils).
Thanks,
Roland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists