From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15959 invoked by alias); 2 May 2011 09:18:43 -0000 Received: (qmail 15948 invoked by uid 22791); 2 May 2011 09:18:42 -0000 X-SWARE-Spam-Status: No, hits=1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-yw0-f47.google.com (HELO mail-yw0-f47.google.com) (209.85.213.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 02 May 2011 09:18:29 +0000 Received: by ywg8 with SMTP id 8so2250728ywg.20 for ; Mon, 02 May 2011 02:18:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.150.47.33 with SMTP id u33mr6995841ybu.191.1304327909023; Mon, 02 May 2011 02:18:29 -0700 (PDT) Received: by 10.146.82.7 with HTTP; Mon, 2 May 2011 02:18:28 -0700 (PDT) Date: Mon, 02 May 2011 09:18:00 -0000 Message-ID: Subject: about named address space From: Rony Paul To: gcc-help@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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: 2011-05/txt/msg00007.txt.bz2 I want to use named address space support to allow mixed endian applications. Specifying the endianness of address spaces. Can you suggest me what should I do in this purpose? and which files I need to modify ? Thanks and best regards.