From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17469 invoked by alias); 21 May 2007 12:54:01 -0000 Received: (qmail 17459 invoked by uid 22791); 21 May 2007 12:54:00 -0000 X-Spam-Check-By: sourceware.org Received: from return.false.org (HELO return.false.org) (66.207.162.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 21 May 2007 12:53:56 +0000 Received: from return.false.org (localhost [127.0.0.1]) by return.false.org (Postfix) with ESMTP id 8F3F34B267; Mon, 21 May 2007 07:53:54 -0500 (CDT) Received: from caradoc.them.org (dsl093-172-095.pit1.dsl.speakeasy.net [66.93.172.95]) by return.false.org (Postfix) with ESMTP id 6A2CE4B262; Mon, 21 May 2007 07:53:53 -0500 (CDT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1Hq7Ob-0008U6-HH; Mon, 21 May 2007 08:53:53 -0400 Date: Mon, 21 May 2007 12:54:00 -0000 From: Daniel Jacobowitz To: Ulrich Weigand Cc: gdb-patches@sourceware.org Subject: Re: [rfc] Remove sys_quotactl define on i386 targets Message-ID: <20070521125353.GB32557@caradoc.them.org> Mail-Followup-To: Ulrich Weigand , gdb-patches@sourceware.org References: <200705120022.l4C0Mffd028917@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200705120022.l4C0Mffd028917@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes 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 X-SW-Source: 2007-05/txt/msg00333.txt.bz2 On Sat, May 12, 2007 at 02:22:41AM +0200, Ulrich Weigand wrote: > Hello, > > for the i386-linux target, both the TM file and configure.ac (for the > native case) define sys_quotactl to "work around a problem with > /usr/include/sys/procfs.h". This code is in the tree for at least > 10 years now. I was unable to determine what that "problem" was; > in any case it appears to be long gone. > > The following patch removes this define without any apparent adverse > effect. It also removes the configure.ac definition of > START_INFERIOR_TRAPS_EXPECTED to 2, as this is the default anyway. > > Tested on i386-linux. > > I'd like to commit this to get rid of one more weird TM define -- > does anyone still remember the background of this problem? No one seems to; I think you should commit the patch. -- Daniel Jacobowitz CodeSourcery