This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: New targets to Binutils for H8 series
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: Andrew dot Volkov at transas dot com
- Cc: gcc at gcc dot gnu dot org, crossgcc at sources dot redhat dot com, gnuh8 at gnuh8 dot org dot uk
- Date: Thu, 09 Jan 2003 17:25:24 -0500 (EST)
- Subject: Re: New targets to Binutils for H8 series
- References: <2E74F312D6980D459F3A05492BA40F8D01BE6C6E@clue.transas.com>
Hi Andrew,
> Good idea, but I think also will be good, mark 26xx subtarget as
> new bfd-target too.
I am basically for having a subtarget for each combination of
instruction set and mode. However, if we have .h2600 or something,
then we should probably have "upward compatibility" thing built into
the linker so that we can mix H8S/2600 code with H8S or H8/300H. This
way, we don't have to have separate libgcc.a and lib[mc].a, etc, for
H8S/2600 because the difference of instruction sets between H8S and
H8S/200 is only mac-related instructions.
Kazu Hirata