From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26549 invoked by alias); 13 Apr 2005 04:18:55 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 26537 invoked from network); 13 Apr 2005 04:18:51 -0000 Received: from unknown (HELO cheetah.davemloft.net) (216.27.180.174) by sourceware.org with SMTP; 13 Apr 2005 04:18:51 -0000 Received: from localhost ([127.0.0.1] helo=cheetah.davemloft.net ident=davem) by cheetah.davemloft.net with smtp (Exim 3.36 #1 (Debian)) id 1DLZHH-00083t-00; Tue, 12 Apr 2005 21:14:59 -0700 Date: Wed, 13 Apr 2005 04:18:00 -0000 From: "David S. Miller" To: Richard Henderson Cc: ebotcazou@libertysurf.fr, binutils@sources.redhat.com, jakub@redhat.com Subject: Re: Add elf64-sparc TLS support. Message-Id: <20050412211458.0ffa3e43.davem@davemloft.net> In-Reply-To: <20050413034829.GA31143@redhat.com> References: <20050411143049.2ca61b9e.davem@davemloft.net> <20050411192707.3c371a22.davem@davemloft.net> <200504120628.43482.ebotcazou@libertysurf.fr> <200504121050.51813.ebotcazou@libertysurf.fr> <20050412134135.73649c80.davem@davemloft.net> <20050413034829.GA31143@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SW-Source: 2005-04/txt/msg00305.txt.bz2 On Tue, 12 Apr 2005 20:48:29 -0700 Richard Henderson wrote: > On Tue, Apr 12, 2005 at 01:41:35PM -0700, David S. Miller wrote: > > BTW, we get all the VTABLE relocation stuff supported on sparc64 > > as well for free as a result of this work. I have it working in my > > test tree already. > > Except of course, that the VTABLE stuff isn't usable with the > C++ abi since gcc 3.0. All of that crap should be torn out. So the compiler is emitting them, and gas is emitting relocs for the .vtable_* mnemonics, it just isn't usable at link time due to how the ABI works now?