From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20786 invoked by alias); 10 Sep 2013 12:31:50 -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 20772 invoked by uid 89); 10 Sep 2013 12:31:49 -0000 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Tue, 10 Sep 2013 12:31:49 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 89BA3116665; Tue, 10 Sep 2013 08:31:58 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Zr66Jng3ZRHd; Tue, 10 Sep 2013 08:31:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5F18811664C; Tue, 10 Sep 2013 08:31:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 9A62CE161F; Tue, 10 Sep 2013 05:31:45 -0700 (PDT) Date: Tue, 10 Sep 2013 12:31:00 -0000 From: Joel Brobecker To: Andreas Arnez Cc: gdb-patches@sourceware.org, Ulrich.Weigand@de.ibm.com, Luis Machado Subject: Re: [PATCH] S390: Fix undefined symbol "my_waitpid" Message-ID: <20130910123145.GA3408@adacore.com> References: <87k3iodgvt.fsf@br87z6lw.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87k3iodgvt.fsf@br87z6lw.de.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-09/txt/msg00331.txt.bz2 > Fix the S390 build. When linux-waitpid.o was introduced (see > http://sourceware.org/ml/gdb-patches/2013-08/msg00530.html), it was > forgotten to add it to s390.mh; so that's what this patch does. > > 2013-09-10 Andreas Arnez > > * config/s390/s390.mh (NATDEPFILES): Add linux-waitpid.o. LGTM. Please go ahead and commit. Thanks! -- Joel