From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25543 invoked by alias); 21 May 2011 11:46:09 -0000 Received: (qmail 25531 invoked by uid 22791); 21 May 2011 11:46:08 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 21 May 2011 11:45:54 +0000 Received: (qmail 7135 invoked from network); 21 May 2011 11:45:53 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 21 May 2011 11:45:53 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QNkcy-00040X-92; Sat, 21 May 2011 11:45:52 +0000 Date: Sat, 21 May 2011 16:42:00 -0000 From: "Joseph S. Myers" To: Robert Millan cc: Petr Salinger , gcc-patches@gcc.gnu.org Subject: Re: PING^2 [PATCH] Support for AMD64 targets running GNU/kFreeBSD In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: 2011-05/txt/msg01527.txt.bz2 On Sat, 21 May 2011, Robert Millan wrote: > Please can this patch be considered? It's several months old (sent in > Jan 2011), and it is critical to use of GCC on GNU/kFreeBSD. Please send a patch against *current trunk* and CC *relevant target architecture maintainers*. linux*.h headers are no longer used on non-Linux targets (since my 2011-04-28 patch - on which I CC:ed you) so this patch version is no longer appropriate. I think you'll want to make gnu-user64.h use GNU_USER_LINK_EMULATION32 and GNU_USER_LINK_EMULATION64 similarly to how gnu-user.h uses GNU_USER_LINK_EMULATION. -- Joseph S. Myers joseph@codesourcery.com