From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1311 invoked by alias); 13 May 2008 13:27:41 -0000 Received: (qmail 1303 invoked by uid 22791); 13 May 2008 13:27:40 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 13 May 2008 13:27:12 +0000 Received: from zps78.corp.google.com (zps78.corp.google.com [172.25.146.78]) by smtp-out.google.com with ESMTP id m4DDR1Co018969; Tue, 13 May 2008 14:27:02 +0100 Received: from smtp.corp.google.com (spacemonkey1.corp.google.com [192.168.120.115]) by zps78.corp.google.com with ESMTP id m4DDR0T2012541 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 May 2008 06:27:01 -0700 Received: from localhost.localdomain.google.com (adsl-71-133-8-30.dsl.pltn13.pacbell.net [71.133.8.30]) (authenticated bits=0) by smtp.corp.google.com (8.13.8/8.13.8) with ESMTP id m4DDR0gW012014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 13 May 2008 06:27:00 -0700 To: "Hoffmann\, Christian" Cc: Subject: Re: far (48bit) pointer addressing References: <267234ABF061B443B23B7AC5420329E9018F1193@MCHP7R6A.ww002.siemens.net> From: Ian Lance Taylor Date: Tue, 13 May 2008 13:53:00 -0000 In-Reply-To: <267234ABF061B443B23B7AC5420329E9018F1193@MCHP7R6A.ww002.siemens.net> (Christian Hoffmann's message of "Tue\, 13 May 2008 10\:11\:31 +0200") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-05/txt/msg00133.txt.bz2 "Hoffmann, Christian" writes: > does gcc (for i386 targets) support "far pointer addressing" ? No. > or is it planned to be added ? No. Ian