A Case to maintain target i370-*-mvs as a live target
Steven Bosscher
s.bosscher@student.tudelft.nl
Mon Feb 2 13:53:00 GMT 2004
On Monday 02 February 2004 13:18, Ivan Warren wrote:
> I did look at work required to (at least) obtain a workable i370-ibm-mvs
> port - and (almost) all the work resides in the gcc/config/i370 directory.
This is not just about making the port working with the existing GCC
infrastructure. It is also about cleaning up GCC itself, and from
looking at http://gcc.gnu.org/backends.html you'd say that i370 is a
"problematic target":
- There is no known simulator
- The port does not define the prologue/epilogue in RTL
- It uses the old define_peephole
- It doesn't use define_constant
- It is a cc0 target.
So it uses at least four things we're trying to avoid in new ports
and working on removing in existing ports. That is also part of
maintaining ports.
Gr.
Steven
More information about the Gcc
mailing list