From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22980 invoked by alias); 30 Jul 2007 13:58:18 -0000 Received: (qmail 22969 invoked by uid 22791); 30 Jul 2007 13:58:18 -0000 X-Spam-Check-By: sourceware.org Received: from pfepc.post.tele.dk (HELO pfepc.post.tele.dk) (195.41.46.237) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 30 Jul 2007 13:58:16 +0000 Received: from x1-6-00-0f-9f-c6-3e-90 (x1-6-00-0f-9f-c6-3e-90.k75.webspeed.dk [80.197.1.215]) by pfepc.post.tele.dk (Postfix) with ESMTP id B5D888A0022; Mon, 30 Jul 2007 15:58:13 +0200 (CEST) Received: from x1-6-00-0f-9f-c6-3e-90 (localhost.localdomain [127.0.0.1]) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0) with ESMTP id l6UDwDpq011403; Mon, 30 Jul 2007 15:58:13 +0200 Received: (from rask@localhost) by x1-6-00-0f-9f-c6-3e-90 (8.14.0/8.14.0/Submit) id l6UDwCqC011402; Mon, 30 Jul 2007 15:58:12 +0200 Date: Mon, 30 Jul 2007 14:56:00 -0000 From: Rask Ingemann Lambertsen To: gcc-patches@gcc.gnu.org Cc: config-patches@gnu.org Subject: [PATCH 1/9] New target 16-bit Intel x86 Message-ID: <20070730135812.GL25795@sygehus.dk> References: <20070730134217.GK25795@sygehus.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070730134217.GK25795@sygehus.dk> User-Agent: Mutt/1.5.14 (2007-02-12) Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-07/txt/msg02111.txt.bz2 To config-patches@gnu.org: You'll receive only this part of the patch set. 2007-07-30 Rask Ingemann Lambertsen * config.sub: Add support for 16-bit Intel x86. Index: config.sub =================================================================== --- config.sub (revision 126653) +++ config.sub (working copy) @@ -247,7 +247,7 @@ case $basic_machine in | d10v | d30v | dlx | dsp16xx \ | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ - | i370 | i860 | i960 | ia64 \ + | i370 | i860 | i960 | ia64 | ia16 \ | ip2k | iq2000 \ | m32c | m32r | m32rle | m68000 | m68k | m88k \ | maxq | mb | microblaze | mcore | mep \ @@ -327,7 +327,7 @@ case $basic_machine in | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ - | i*86-* | i860-* | i960-* | ia64-* \ + | i*86-* | i860-* | i960-* | ia64-* | ia16-* \ | ip2k-* | iq2000-* \ | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ -- Rask Ingemann Lambertsen