From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 74867 invoked by alias); 8 Jun 2017 03:30:03 -0000 Mailing-List: contact gnu-gabi-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: gnu-gabi-owner@sourceware.org Received: (qmail 74640 invoked by uid 89); 8 Jun 2017 03:29:49 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HTo:U*gnu-gabi, reserved X-Spam-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-wr0-f177.google.com Received: from mail-wr0-f177.google.com (HELO mail-wr0-f177.google.com) (209.85.128.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 08 Jun 2017 03:29:47 +0000 Received: by mail-wr0-f177.google.com with SMTP id v104so13033502wrb.0 for ; Wed, 07 Jun 2017 20:29:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=dDDxUVhnW8J5dAoAKXsgjGmFSwBfoPxcsKETr32Pt8g=; b=rGWLkoOp3sHBKREtQT4Q1foGVKpiyF07GC0GlQdjzQFppaEhdu3kDLCPYvKsf9GqDo bUSrirBcY2Wh78Y30zA87yo7fB4yCmFX+pKPVvZMv0lTta1ZC0YroQGElh4pbtPn4SgP TwH766dwzzbuLriYVCmTBQPRxZZWHvlzdw0WBC5JzBVyf4dIeqlKwC1TpICxIAKH/6gX +Wt4Vry65igejaw6tkK6448aO+LkA0xkwiGOMU4DAXHjhGH4y2IoRykJt5wmzd8VR5As lcP2/SraSZ5hKM58UdJIg89gZOiRHcFkij+zWIlgPNMywn/PSg3He1MEGMFOdpPywgw2 xp/w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=dDDxUVhnW8J5dAoAKXsgjGmFSwBfoPxcsKETr32Pt8g=; b=ToZqOOlw3RzxNOYh4DhBQe06QO0g/4AHTxzOkKNXoy+tQQ1XH0Tof2kHYOJumUIEn8 D79ICAOBRnQgU/UegWa9BquPWVtAbraziMp8sOFQV0Vl3fsN0aZrVZFfJDtHkuKzyV6i d3FmM0PTVDOKFQbSHqoB7rRl4aSplS+m7x8m5Ya01MbCrUDqF1CgbJJd8RURK/BSiXo0 gLx/LjfXZCNjKQ6MJVVIjgYJGHCvHBh0CI69i2OUHE1TfTs0tWTF81156BIfXo6p1Ow8 PxW0HGEWlg0Fc7qxKDrjbPSFoEVHnN+Xi0ucnQLodbjT2vbsTM4PVCckZKAaS+0qZ7/c Gk5Q== X-Gm-Message-State: AODbwcASWxOStjr6St/Np3STQTA5Up5mlwHMHHWNvKO1BPtTT4opQfzu U+fo1faXb++24W57VmEM9JSMbCpp5N2DONIGPQ== X-Received: by 10.223.129.36 with SMTP id 33mr2444367wrm.129.1496892589733; Wed, 07 Jun 2017 20:29:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.146.7 with HTTP; Wed, 7 Jun 2017 20:29:49 -0700 (PDT) From: "Peter Collingbourne via gnu-gabi" Reply-To: Peter Collingbourne Date: Sun, 01 Jan 2017 00:00:00 -0000 Message-ID: Subject: Reserving a section type range for LLVM To: gnu-gabi@sourceware.org Cc: =?UTF-8?Q?Rafael_=C3=81vila_de_Esp=C3=ADndola?= , Rui Ueyama Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00024.txt.bz2 Hi, I am working on a feature in LLVM which will require a special section type for passing information between the compiler and the linker. I see [1] that binutils has defined section types in the range 0x6fff4700..0x6fff47ff, where presumably the 0x47 ('G') stands for GNU. In a similar fashion I would like to have the range 0x6fff4c00..0x6fff4cff reserved for LLVM. Thanks, Peter [1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob;f=elfcpp/elfcpp.h;h=cce40d41dedb281c2d8f41135250c2cc39162469;hb=HEAD#l369