This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 PATCH: Support O32 ABI on IRIX 6 (take 2)
Alexandre Oliva writes:
> > Ok, will do. Any takers to approve the configure.in, gcc/configure.in and
> > gcc/testsuite/gcc.misc-tests/linkage.exp parts of
>
> Ok. Have you considered merging o32 support into the irix6 toolchain,
> so that a single toolchain would support all 3 ABIs?
Thanks, I'll check in the whole patch soon.
Sure: integrating O32 support into the basic mips-sgi-irix6 configuration
is the plan, i.e. reviving an old patch of mine as mentioned in the
original patch submission
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01051.html
In the meantime, I'm working on the separate irix6o32 config to provide a
baseline for integration. I need to find why many C++ EH tests are failing
even with sjlj exceptions, analyse the remaining testsuite bugs, and fix
some breakage caused by the use of gas 2.12.90 before proceding with the
full integration.
Rainer