From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30389 invoked by alias); 15 May 2007 20:39:37 -0000 Received: (qmail 30378 invoked by uid 22791); 15 May 2007 20:39:36 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 15 May 2007 20:39:31 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l4FKcRdq022766; Tue, 15 May 2007 16:38:27 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l4FKcRgc011901; Tue, 15 May 2007 16:38:27 -0400 Received: from greed.delorie.com (vpn-14-4.rdu.redhat.com [10.11.14.4]) by post-office.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l4FKcQSE025425; Tue, 15 May 2007 16:38:26 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l4FKcQ3R031329; Tue, 15 May 2007 16:38:26 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l4FKcQDZ031326; Tue, 15 May 2007 16:38:26 -0400 Date: Tue, 15 May 2007 20:39:00 -0000 Message-Id: <200705152038.l4FKcQDZ031326@greed.delorie.com> From: DJ Delorie To: richard@codesourcery.com CC: gcc-patches@gcc.gnu.org In-reply-to: <878xbv8oid.fsf@firetop.home> (message from Richard Sandiford on Fri, 11 May 2007 14:43:06 +0100) Subject: Re: mips tls with -mlong64/-mgp32 References: <200705102046.l4AKkiB4017813@greed.delorie.com> <20070510212451.GA2251@caradoc.them.org> <200705102127.l4ALRckj018854@greed.delorie.com> <871whna72x.fsf@firetop.home> <200705111222.l4BCMmn1029370@greed.delorie.com> <87wszf8qr3.fsf@firetop.home> <200705111305.l4BD556S030628@greed.delorie.com> <87k5vf8pm6.fsf@firetop.home> <20070511133321.GA1076@caradoc.them.org> <878xbv8oid.fsf@firetop.home> X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg01004.txt.bz2 > We should already treat DImode %tprel addresses as non-offsettable, > so with any luck, the fix should simply be to change "m" to "o" in > the d<->m !TARGET_64BIT movdi patterns. FYI a simple m->o change doesn't fix the bug.