From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6494 invoked by alias); 21 Nov 2012 05:11:54 -0000 Received: (qmail 6181 invoked by uid 22791); 21 Nov 2012 05:11:53 -0000 X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-ie0-f169.google.com (HELO mail-ie0-f169.google.com) (209.85.223.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 21 Nov 2012 05:11:49 +0000 Received: by mail-ie0-f169.google.com with SMTP id 10so11955504ied.0 for ; Tue, 20 Nov 2012 21:11:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=blDyH9h9AWdhgO7R2QsqUSMxILdQ4YAUPmpjOVaNxpI=; b=VCchK8TVuWqd+YpoQmqNFLddrIsndn201R5L2i6aufVErf03PxbGhOURBwPoh/SwnF uVxYthst+zps7VZfp61sYlpZ9m+5Q9gVaYGuJXRd1ixXgzos127IEArNGwg1Ckctucxy Nl1Sram1wfYTPuAD+xhjsmabNb5XxaOw++jo0uvyI0Uu84GA4y7dvijmeeLF+IJGoGED kChe+riBkTN95L9QXX8X60jgJuBBPj4f86Oow9rBsSHhaQLoUiQjffsf4LG1XBG1/bXM h8AzkJjSEhQnryY5pE4EfKl7X37+TOM5AAJKmK02PO5gXx+04F0PscJ8rmr8crWd1E5A x4Dw== MIME-Version: 1.0 Received: by 10.43.132.65 with SMTP id ht1mr16099207icc.1.1353474708775; Tue, 20 Nov 2012 21:11:48 -0800 (PST) Received: by 10.42.52.206 with HTTP; Tue, 20 Nov 2012 21:11:48 -0800 (PST) In-Reply-To: References: <1353229479-24994-1-git-send-email-vapier@gentoo.org> <201211190046.04137.vapier@gentoo.org> Date: Wed, 21 Nov 2012 05:11:00 -0000 Message-ID: Subject: Re: [PATCH] hppa: use hidden_def with internal pthread funcs From: "Carlos O'Donell" To: "Joseph S. Myers" Cc: Mike Frysinger , libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQnDEuSfT80fXhih8giRhhKY8c4Pljs8mq3HLUXj5wsLbGEDqNeMGacjfL1XXDr1VWhgSzdb X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00093.txt.bz2 On Tue, Nov 20, 2012 at 6:42 PM, Joseph S. Myers wrote: > On Tue, 20 Nov 2012, Carlos O'Donell wrote: > >> Thanks, that is correct and matches my list of remaining things that >> need fixing. > > Add creating a sotruss-lib.c file as well. (The lack of sotruss-lib.c > support is an issue for powerpc, sh, s390 among libc targets - only the > other libc targets have support directly in the elf/ file - as well as > alpha am33 hppa ia64 m68k mips. It came to my attention in my ongoing > cleanup of compiler warnings from the MIPS build. So if you clean up > compiler warnings building for hppa - and I think that is something > architecture maintainers ought to review for each release, as well as test > results - then the lack of sotruss-lib.c support will show up for you as > well.) Thanks, added as point (ad) Add sotruss-lib.c support. Cheers, Carlos.