From patchwork Thu Apr 30 16:26:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joseph Myers X-Patchwork-Id: 466645 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DD5C9140322 for ; Fri, 1 May 2015 02:26:48 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass reason="1024-bit key; unprotected key" header.d=sourceware.org header.i=@sourceware.org header.b=MKqdsZYy; dkim-adsp=none (unprotected policy); dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; q=dns; s=default; b=vY+B7hQNuv4Yx/oNu3RgLZqUiRSwj PO3kNsohXGCL46OvaYbqE2Jt5E1mEEW0UkWmWxtrAqJQHR0u9bk9GdDo3BQ5qcZL 6QasWUej8dnY6ob1j9qzJyhazdWAWnRW9EsKsDcOl230H7iWOEUfW4ocGvA39eD7 aIXIDXqIt2HHUc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:mime-version :content-type; s=default; bh=RNLmvx2LUMm71PiNcVP0T8q+I9A=; b=MKq dsZYy4SB1qypzKRxyUcKSyM9yhPu1JthnkEmtOL2Fy7CiDaf7irS/AiMvOSh2pGd qj2U9Psftad9tH5hb3gj4T7BwO7tZvOVRQvPS++Z6NmRnR+IIzyco/cMj4kDq+4J t9aGOtBmdzHfWQlvnK+vePpd4GzJrGCo9ac7yNLg= Received: (qmail 89159 invoked by alias); 30 Apr 2015 16:26:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 89143 invoked by uid 89); 30 Apr 2015 16:26:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Date: Thu, 30 Apr 2015 16:26:36 +0000 From: Joseph Myers To: Subject: Remove MIPS version of waitid.c [committed] Message-ID: User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Since glibc is no longer built with -Winline, a special MIPS version of waitid.c to disable -Winline is no longer needed, and this patch removes it. Tested that glibc does indeed build with the patch applied. Committed. 2015-04-30 Joseph Myers * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file. diff --git a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c b/sysdeps/unix/sysv/linux/mips/mips32/waitid.c deleted file mode 100644 index c18a57c..0000000 --- a/sysdeps/unix/sysv/linux/mips/mips32/waitid.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -/* MIPS forces a frame pointer for five-argument syscalls using - alloca, so resulting in "inlining failed in call to 'do_waitid': - function not inlinable". */ -DIAG_IGNORE_NEEDS_COMMENT (4.9, "-Winline"); -#include