From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26816 invoked by alias); 9 Apr 2010 16:00:01 -0000 Received: (qmail 26806 invoked by uid 22791); 9 Apr 2010 16:00:01 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Apr 2010 15:59:55 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id o39FxohW008502; Fri, 9 Apr 2010 17:59:50 +0200 (CEST) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id o39FxnQi005865; Fri, 9 Apr 2010 17:59:49 +0200 (CEST) Date: Fri, 09 Apr 2010 16:00:00 -0000 Message-Id: <201004091559.o39FxnQi005865@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: hjl.tools@gmail.com CC: gdb-patches@sourceware.org In-reply-to: <20100409155012.GA19118@intel.com> (hongjiu.lu@intel.com) Subject: Re: PATCH: PR corefiles/11481: gcore doesn't work on i386 without SSE References: <20100409155012.GA19118@intel.com> 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: 2010-04/txt/msg00252.txt.bz2 > Date: Fri, 9 Apr 2010 08:50:12 -0700 > From: "H.J. Lu" > > Hi, > > This patch fixes gcore by not generating core regset sections which > aren't supported by i386 without SSE. OK to install? Sorry, I think this is the wrong way to fix this.