From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 117664 invoked by alias); 14 Jun 2017 18:03:41 -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 117651 invoked by uid 89); 14 Jun 2017 18:03:40 -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-f174.google.com Received: from mail-wr0-f174.google.com (HELO mail-wr0-f174.google.com) (209.85.128.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 14 Jun 2017 18:03:38 +0000 Received: by mail-wr0-f174.google.com with SMTP id 77so11289475wrb.1 for ; Wed, 14 Jun 2017 11:03:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aCmqy4CzsyVIiZcxROJjQI29mCVAamVoPQzanIszJjc=; b=mQce0seF4AmC6FMbn1nvSY62yP2ak4dwT0XsRj6+2m0Z5nX9tlHk8j3phTMiB92D9Z 0B+WFwF94LpQRW52Yqw+uv7+Rk23wVqjS1GEaiGOmh/2iS15d/rrpHaGwSYlbFkoN6sG Oo5CC8UJMvzk51AtVOWcOnuCsLAY6NkWVxWVlYVfV2j5gOnk8qcpR5RHnckoN4Ep7StX eRKQFJHhAbdAQUl1jTLMxDsmASxe4PdIQUNs9MFZjsJZMwCTprvgwIl3fR8RtcJaki6t W75QxDwnU0kjYvuO8Oz8AdphR7s9j1+/TQzo0wqo1WEuyxu3BsdrZht7t/NvsjWljk9l 50UQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aCmqy4CzsyVIiZcxROJjQI29mCVAamVoPQzanIszJjc=; b=qIOcOjOSrgptT6cjAF+UV+JFM1m3vyMle5V4j0vk/XATBTsfXq8q70pbpJnHNcz21w Zgt2RxMrx6hvbKpKwGnYAWxMKZjznHXVHo83taFkBUUpIvlGjZQaqu8/j9ZQrbitihSg 98EPDck/lp/iCNrjuzkT6HdZQQT87P4fQHB+q5N1suOZgFebPDY57gTIlMETOyDjllU5 2aQSWHwmzZWVHYso0QR6498I39BzeRzg1cJeVhO6Dsw+a2z3IXU7Y5NStoRDJZGhtUCt WmULwKvDe3ScSxtyFj6Hc4dHJxtJLWHBnoOZq/k4SeQysEMpuMeNpgrCjnT1annd3Q88 DLJA== X-Gm-Message-State: AKS2vOy2EJfCD4S9ePTg2ZpnFbCJWgTDYCltibgb90E8SBnV0JJHM+Tl Lt23P2Zcyfdmxpf4i0Mi/FgfmMW14v53xWc= X-Received: by 10.28.19.206 with SMTP id 197mr893463wmt.70.1497463420754; Wed, 14 Jun 2017 11:03:40 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.156.3 with HTTP; Wed, 14 Jun 2017 11:03:40 -0700 (PDT) In-Reply-To: References: From: "Peter Collingbourne via gnu-gabi" Reply-To: Peter Collingbourne Date: Sun, 01 Jan 2017 00:00:00 -0000 Message-ID: Subject: Re: 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/msg00029.txt.bz2 Any objections to this? Peter On Wed, Jun 7, 2017 at 8:29 PM, Peter Collingbourne wrote: > 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