Hi Alan,
On Thu, May 28, 2020 at 7:53 PM Alan Modra via Gcc wrote:
>
> On Thu, May 28, 2020 at 10:12:04AM -0700, augustine.sterling--- via Gcc wrote:
> > After a long run as the Xtensa port maintainer, it is time for me to move
> > on.
> >
> > I nominate Max Filippov [cc'd] as the new maintainer.
On Fri, Jun 5, 2020 at 5:50 PM David Edelsohn wrote:
> I am pleased to announce that the GCC Steering Committee has
> appointed Max Filippov as Xtensa maintainer.
Thank you for your trust.
> Please join me in congratulating Max on his new role.
> Max, please update your listing i
On Mon, Oct 31, 2022 at 1:23 PM Max Filippov wrote:
> I've been playing with a cross-compiler built with ASAN for
> target=xtensa-linux-uclibc and I was consistently getting a
> report for out-of-bound heap access inside IRA.
I'll file a bug report.
--
Thanks.
-- Max
Hi Suwa-san,
I've noticed that in xtensa configurations with hardware FPU
function arguments of type float are spilled on the stack although
there's no need for that. E.g. the following function:
int f(float a, float b)
{
return a < b;
}
translates to the following with -O2:
f:
entry
Hello.
This is a draft FDPIC ABI specification for the Xtensa architecture.
Please send comments. I will be implementing the final ABI version in
gcc and binutils.
The Xtensa FDPIC ABI
April 8, 2024
Version 1
Bas