From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22479 invoked by alias); 13 Nov 2014 16:37:30 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 22446 invoked by uid 89); 13 Nov 2014 16:37:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 13 Nov 2014 16:37:29 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id F0000F66C4CAF; Thu, 13 Nov 2014 16:37:23 +0000 (GMT) Received: from LEMAIL01.le.imgtec.org (192.168.152.62) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Thu, 13 Nov 2014 16:37:26 +0000 Received: from LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9]) by LEMAIL01.le.imgtec.org ([fe80::5ae:ee16:f4b9:cda9%17]) with mapi id 14.03.0210.002; Thu, 13 Nov 2014 16:37:25 +0000 From: Matthew Fortune To: Roland McGrath CC: "Maciej W. Rozycki" , Richard Sandiford , "binutils@sourceware.org" , "libc-alpha@sourceware.org" , "gdb@sourceware.org" , "Joseph Myers (joseph@codesourcery.com)" , "Moore, Catherine (Catherine_Moore@mentor.com)" , Nikola Veljkovic Subject: RE: [RFC][MIPS] What to do about DT_MIPS_RLD_MAP and PIE Date: Thu, 13 Nov 2014 16:37:00 -0000 Message-ID: <6D39441BF12EF246A7ABCE6654B0235320F6F715@LEMAIL01.le.imgtec.org> References: <6D39441BF12EF246A7ABCE6654B0235320F3027E@LEMAIL01.le.imgtec.org> <6D39441BF12EF246A7ABCE6654B0235320F30462@LEMAIL01.le.imgtec.org> <871tpy37ir.fsf@googlemail.com> <6D39441BF12EF246A7ABCE6654B0235320F385FA@LEMAIL01.le.imgtec.org> <20141030193816.E80F82C3B18@topped-with-meat.com> <6D39441BF12EF246A7ABCE6654B0235320F6A03C@LEMAIL01.le.imgtec.org> <6D39441BF12EF246A7ABCE6654B0235320F6F06F@LEMAIL01.le.imgtec.org> <20141112233232.0D6BF2C3B32@topped-with-meat.com> In-Reply-To: <20141112233232.0D6BF2C3B32@topped-with-meat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2014-11/txt/msg00014.txt.bz2 Roland McGrath writes: > I think it makes sense to define this arch-independent. OK, unless anyone objects I will prepare patches on that basis. It looks like there are no GNU tags defined yet in the 'new' OS range for tags. Should I just take the first one? #define DT_GNU_RLD_MAP 0x6000000d thanks, Matthew =3D=3D from binutils include/elf/common.h =3D=3D /* Note, the Oct 4, 1999 draft of the ELF ABI changed the values for DT_LOOS and DT_HIOS. Some implementations however, use values outside of the new range (see below). */ #define OLD_DT_LOOS 0x60000000 #define DT_LOOS 0x6000000d #define DT_HIOS 0x6ffff000 #define OLD_DT_HIOS 0x6fffffff