From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23381 invoked by alias); 11 Sep 2013 11:42:49 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 23369 invoked by uid 89); 11 Sep 2013 11:42:48 -0000 Received: from e06smtp14.uk.ibm.com (HELO e06smtp14.uk.ibm.com) (195.75.94.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 11 Sep 2013 11:42:48 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp14.uk.ibm.com Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 11 Sep 2013 12:32:21 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 11 Sep 2013 12:32:18 +0100 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 827381B08072 for ; Wed, 11 Sep 2013 12:42:40 +0100 (BST) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8BBgRg066125930 for ; Wed, 11 Sep 2013 11:42:27 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8BBgd9X013460 for ; Wed, 11 Sep 2013 07:42:39 -0400 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-143.boeblingen.de.ibm.com [9.152.212.143]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r8BBgcue013445; Wed, 11 Sep 2013 07:42:38 -0400 From: Andreas Arnez To: "Ulrich Weigand" Cc: gdb-patches@sourceware.org, Ulrich.Weigand@de.ibm.com, lgustavo@codesourcery.com (Luis Machado) Subject: Re: [PATCH] S390: Fix undefined symbol "my_waitpid" References: <201309101507.r8AF7tHq012141@d06av02.portsmouth.uk.ibm.com> Date: Wed, 11 Sep 2013 11:42:00 -0000 In-Reply-To: <201309101507.r8AF7tHq012141@d06av02.portsmouth.uk.ibm.com> (Ulrich Weigand's message of "Tue, 10 Sep 2013 17:07:54 +0200 (CEST)") Message-ID: <87ioy737pt.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13091111-1948-0000-0000-000006425C01 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00351.txt.bz2 "Ulrich Weigand" writes: > At some point, it would probably be good to change this. (Maybe > once we're off CVS and can actually do renames without losing > history ...) Right, that's probably a good idea. I'll keep that in mind after source control has moved to GIT.