From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32150 invoked by alias); 8 Aug 2012 17:36:00 -0000 Received: (qmail 31881 invoked by uid 22791); 8 Aug 2012 17:35:59 -0000 X-SWARE-Spam-Status: No, hits=-5.0 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-pb0-f47.google.com (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 08 Aug 2012 17:35:25 +0000 Received: by pbcwy7 with SMTP id wy7so1735333pbc.20 for ; Wed, 08 Aug 2012 10:35:25 -0700 (PDT) Received: by 10.68.192.40 with SMTP id hd8mr851609pbc.125.1344447325003; Wed, 08 Aug 2012 10:35:25 -0700 (PDT) Received: from [192.168.1.30] (st0300.nas931.d-osaka.nttpc.ne.jp. [202.229.225.44]) by mx.google.com with ESMTPS id kh1sm13773310pbc.23.2012.08.08.10.35.23 (version=SSLv3 cipher=OTHER); Wed, 08 Aug 2012 10:35:24 -0700 (PDT) Message-ID: <5022A350.7070001@gmail.com> Date: Wed, 08 Aug 2012 17:36:00 -0000 From: Fumiaki Isoya User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: "Frank Ch. Eigler" CC: gcc@gcc.gnu.org Subject: Re: The Extension to ELF References: <5021FB65.2010704@gmail.com> <502288B8.2090802@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-08/txt/msg00089.txt.bz2 > > How is the idea of adopting it as the standard format of GNU Hurd? > > I have no opinion on this. Note though that these complex relocations > are encoded within a standard ELF file (merely using separate > relocation-type and symbol-type codes). There is no need for an > OS/kernel to support it, since all the action takes place within the > assembler and linker. OK. I do discard my idea trying to cover shared library. But I believe that if such gas were the standard assembler, anyone will be able to write lightweight OO compiler language comparatively easily. - Isoyaf