From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Received: (qmail 8859 invoked from network); 9 Jan 2003 22:25:38 -0000 Received: from unknown (HELO mail.cs.umass.edu) (128.119.243.168) by 209.249.29.67 with SMTP; 9 Jan 2003 22:25:38 -0000 Received: from localhost (IDENT:nlhN4EAmtQ3RnujV7NuiLFtS+9C12iDq@loki.cs.umass.edu [128.119.243.168]) by mail.cs.umass.edu (8.12.6/8.12.5) with ESMTP id h09MPPlU008112; Thu, 9 Jan 2003 17:25:25 -0500 Date: Thu, 09 Jan 2003 23:54:00 -0000 Message-Id: <20030109.172524.131935729.kazu@cs.umass.edu> To: Andrew.Volkov@transas.com Cc: gcc@gcc.gnu.org, crossgcc@sources.redhat.com, gnuh8@gnuh8.org.uk Subject: Re: New targets to Binutils for H8 series From: Kazu Hirata In-Reply-To: <2E74F312D6980D459F3A05492BA40F8D01BE6C6E@clue.transas.com> References: <2E74F312D6980D459F3A05492BA40F8D01BE6C6E@clue.transas.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Checked: This message probably not SPAM X-Spam-Score: -3.4, Required: 5 X-Spam-Tests: IN_REP_TO X-Spam-Report: SPAM: -3.4 hits, 5 required; SPAM: * -3.4 -- Found a In-Reply-To header X-Scanned-By: MIMEDefang 2.26 (www . roaringpenguin . com / mimedefang) X-SW-Source: 2003-01/txt/msg00524.txt.bz2 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