Re: [Patch, xtensa] Add section anchor support for the xtensa backend.

2014-01-14 Thread Sterling Augustine
On Tue, Jan 14, 2014 at 7:20 AM, Felix Yang wrote: > Hi Sterling, > > I found that we can avoid emitting excessive literal loading > instructions with with section anchors. > This patch also passed the cases in testsuite/gcc.c-torture/execute/ dir. > Please apply it if OK for trunk. Hi Feli

[Patch, xtensa] Add section anchor support for the xtensa backend.

2014-01-14 Thread Felix Yang
Hi Sterling, I found that we can avoid emitting excessive literal loading instructions with with section anchors. This patch also passed the cases in testsuite/gcc.c-torture/execute/ dir. Please apply it if OK for trunk. Index: gcc/ChangeLog